We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9718d5b commit aa77630Copy full SHA for aa77630
README.md
@@ -54,7 +54,7 @@ For debugging, you can simply print the `Api2PdfResponse` object to see the requ
54
55
links_to_pdfs = ['https://LINK-TO-PDF', 'https://LINK-TO-PDF']
56
merge_result = a2p.merge(links_to_pdfs)
57
- print(api_response)
+ print(merge_result)
58
59
Output:
60
0 commit comments