File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,11 +165,11 @@ You must provide a url to the file. Our engine will consume the file at that URL
165165
166166** Convert Microsoft Office Document or Image to PDF**
167167
168- api_response = a2p_client.LibreOffice.convert_from_url('http ://www.api2pdf.com')
168+ api_response = a2p_client.LibreOffice.convert_from_url('https ://www.api2pdf.com/wp-content/themes/api2pdf/assets/samples/sample-word-doc.docx ')
169169
170170** Convert Microsoft Office Document or Image to PDF (load PDF in browser window and specify a file name)**
171171
172- api_response = a2p_client.LibreOffice.convert_from_url('http ://www.api2pdf.com', inline_pdf=True, file_name='test.pdf')
172+ api_response = a2p_client.LibreOffice.convert_from_url('https ://www.api2pdf.com/wp-content/themes/api2pdf/assets/samples/sample-word-doc.docx ', inline_pdf=True, file_name='test.pdf')
173173
174174---
175175
You can’t perform that action at this time.
0 commit comments