Server-side PDF generation in SAP hybris + My PoC on PDF templates
I just published an article that explains how to generate/modify PDFs using various methods, libraries, and tools.
I also introduce my PoC on generating PDFs using the PDF templates created in Word/Excel and having fixed placeholders or dynamic substitution tags (such as {FIRSTNAME} or {CURRENTDATE})
You can also find the information on how hybris supports PDFs.
https://hybrismart.com/2017/06/15/pdf-and-sap-hybris/
- Creating PDF from scratch (iText, PDFBox, Apache FOP)
- Using a template (Fixed Placeholders + Example, Using substitution tags + Example, Using HTML, Office and PDF templates)
- Hybris and PDF