May 23, 2022 12:49 AM
Hello,
i create 5K PDFs every month: Digital Products, Invoices and so on.
Now i start with airtable and search for a new tool to create PDFs automaticly when an entry is created or updated. We want to store the PDF in dropbox and link from airtable to the dropbox-pdf or other storages.
I like the pricings from pdfshift.io (5k PDFs = 39$), PDFMonkey (6k PDFs = 30$) and api2pdf.com (5k PDFs = 4$) . I dont like documint (5k PDFs = 250$)
Are there airtable plugins avalable or other solutions?
Best regards
Oliver
May 23, 2022 06:24 AM
Hey Oliver,
On2Air Actions is another option. Here’s more info about automated documents with Airtable
You can reach out to us about pricing at 5k docs/month.
May 23, 2022 06:37 AM
Not so easy to understand your pricing plan. can you please help me which plan i need with 5K PDFs every month?
May 23, 2022 07:36 AM
Yes, with that many documents per month, you’ll need to reach out to us about pricing. We only have listed up to 1,000 documents per month.
Click the chat button on our site and we can give you more info. On2Air.com
May 24, 2022 06:49 AM
@Oliver_Korpilla Youre best to go with Integromat (now Make) and trigger the creation of PDFs as Google Docs, then save these as PDFs in Dropbox. You can then push the share link back into Airtable.
This is better as it doesn’t charge per PDF, it’s a low cost monthly fee
May 24, 2022 10:23 AM
Make still charges per module operation. Each PDF would take at least two operations, one to create the PDF and another to put the PDF back in Airtable.
Edited – I accidentally added a decimal point when looking at the number of desired documents (50K, instead of 5K).
May 24, 2022 10:41 AM
Correct - My point here was the fee per PDF is negligible
May 24, 2022 11:07 AM
Thank you for your the good ideas.
G Doc > dropbox i like. But i dont have idea when the G API restricted.
Example: We have test Word to oneDrive and after 50 submissions we get restricted in business account.
G Sheet also dont take every time all order Datas via API.
Dropbox we dont have tested. So that is why i search for working Solutions like Make > PDFMonkey > dropbox. Any idea which API dont make problems for 5.000 Datas a month?
May 24, 2022 12:24 PM
Some of the restrictions you see might be rate limited restrictions, versus restrictions on total volume of documents created.
Also keep in mind how important it is to have a WYSIWYG template designer. Some of the services such as api2pdf, PDFShift or CloudConvert do not have WYSIWYG template editors.
I have written scripts that create pdf documents using these PDFShift and CloudConvert, I create the raw html using formula fields and merge them with a mustache template to generate the raw HTML which I send to the service. This requires being able to edit raw html/css and being familiar with the mustache templating system. However, both services are very affordable. (I am the author of the Low Tech PDF app, which uses the PDFShift service. However, I am not currently offering consulting services to new clients. The Low Tech PDF app also only runs on button click, not automatically.)
May 24, 2022 12:38 PM
Can you offer me your pdfshift plugin?