Create PDF out of list
-
5 years, 7 months ago #18077
Hello!
I have a list (delivery notes) from which I have to create a PDF I scan send via email.
I thought about using the business object ITIZ_PDF for it. Can anybody tell my how to do this? Or is there another easier way to do it?
Optionally: the PDF should contain a header with title and logo.
Thanks for your help!
Best Regards
Juliajonas.rausch
ParticipantHas successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
5 years, 7 months ago #18079::Hi Julia,
The complete PDF Process is described here: https://community.simplifier.io/documentation/plugins/pdf-plugin/
Instead of Uploading the data to the key value store, you can use the generate Function of the ITIZ_PDF Bo, which will handle everything for you.
The PDF generate function of the ITIZ_PDF BO needs a Template, your Data and a valid simplifier Token.
For the Template, you can use mustache.js loops to instert the data into the Template.
Bonus: you can set the html for your header with the config parameter, a list of all possible parameters can be found here
digitalysator
ParticipantHas successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
5 years, 7 months ago #18378::An example app can be found here: https://files.simplifier.io/f/10b696b5a983492a8bcc/?dl=1
You must be logged in to reply to this topic.