Hi,
Great having PDF creator - well done on the effort! Wondering if there are plans to release a server side api for php. This would be a game changer, great to dynamically be able to generate PDF and incorporate them in emails etc with dynamic content.
I too would love this. To be able to structure it all within Server Connect would indeed be a game changer but I suspect this isn't in the pipeline.
I'm now getting more and more proficient and hand-coding it using FPDF and getting great results but it's incredibly timeconsuming. There is a GUI someone made to do this but they've withdrawn it from sale. No idea why as it looks brilliant. I did email them some time ago but never heard back.
I think this could be an excellent project for any javascript experts.
Great.. mainly looking at PHP.. is the only option HTML to PDF?
I am happy to go with paid solutions. have you used any APIs that allow you to add say dynamic text within Wappler and then via an API add the text or data to a blank PDF template?
That is exactly what we are doing when using Carbone. We have to build a JSON object and send it to get it to render in the document that we have uploaded on Carbone.
Please check Carbone and its documentation.
Unfortunately it is not done in Wappler or PHP. It is done in another low-code tool.
In case of PHP I personally prefer using ob_start() ... echo ... ob_get_contents() and ob_end_clean() combination to get desired output in HTML.