Skip to content

Commit 186a76b

Browse files
authored
fix link to sample word file in readme
1 parent 1b26629 commit 186a76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)