Hey Guys, i am trying to turn a page into a pdf that will be saved on in my data, i have researched other forums where people have come up with the way to do it, but it is still not working for me! Maybe i am missing something?
Hi @jinja
You can see their official demo editor & compare it with yours.
Also donât forget to tag @ZeroqodeSupport if you have any questions regarding their plugins & templates
Hello @jinja,
Thank you for reaching out!
In order to save the resulting PDF file into the database, please follow the steps below:
Build a flow that will create a database record with the URL of your resulting PDF file. How to do this:
- activate the Upload file to AWS checkbox;
- add event âWhen ConvertToPDF A converting is finishedâ
- add the action Create a new thing, Type = database table where you want to save the PDF URL;
- set the field âPDF URLâ (the column name where youâll save the file URL) = ConvertToPDF Aâs Output File URL
Also, please note that the result of the plugin work is a URL to the converted file, not a file itself. Thatâs why you should create a data type âtextâ in your app data. So, please make sure the âpdf URLâ is âtextâ in your database.
Besides, let us please suggest you use the newest plugin action which is called "Generate pdf from HTML server-side ConvertortoPDFv2.0 A ". It provides a high-quality PDF document as a result of the pluginâs conversion. Screenshot by Lightshot
Hope it helps.
Best regards,
Zeroqode Support Team
This topic was automatically closed after 70 days. New replies are no longer allowed.