Hello,
Is there a free Kintone plugin that can generate PDFs based on user input?
I am new to Kintone and am looking for a free plugin that generates and automatically attaches the PDF (based on the record input) to the record itself.
Thank you.
Hello,
Is there a free Kintone plugin that can generate PDFs based on user input?
I am new to Kintone and am looking for a free plugin that generates and automatically attaches the PDF (based on the record input) to the record itself.
Thank you.
Hello @romel.rada ,
Welcome to the Kintone Developer Forum & thank you for posting your question!
Four “solutions” to your question:
I recommend checking out solutions 1 and 4 first.
Here is more information on each solution:
Print Creator is a plug-in that allows you to create PDF files and batch print using data in Kintone. You can also customize the PDF file with your own template.
Tutorial going over the plug-in: Generate and Save Custom Forms within the Kintone Record
Pricing (as of writing): $120/month per subdomain
For more information, refer to the Print Creator Add-on - Kintone Exentions page.
Kintone does provide free plug-ins to boost your Kintone Apps.
For the full list of plug-ins, check out Native Kintone Plug-ins page.
One of the free plug-ins is the PDF Preview plug-in which allows you to preview the PDF files within the Kintone record.
For more information, refer to the PDF Preview Plug-in page.
JS libraries such as pdfmake and jsPDF can take in JSON data and generate PDFs.
Here are related tutorials that can help you get started:
Using a No-Code integration tool, such as Zapier, you can build a workflow that exports Kintone record data to a PDF generator, such as PDFMoneky, which in turn returns a PDF file that can be uploaded back into Kintone or emailed to you.
This integration can be done using Zapier’s and PDFMonkey’s free tier accounts.
To get started, check out Connect your Kintone to PDFMonkey integration in 2 minutes - Zapier.
I hope this helps ~
Hi I have implemented using JavaScript.
If you need my help, contact me.
Best Regards.
May I know how to do it? I want to know how to develop your code.
I want to help to generate PDF files from records. Could you help me?