Print section to PDF including images and formatting
We have reviewed the following standard approach:
https://community.pega.com/video-library/support-guide-print-complete-textarea-control-content-pdf
(calling activities pyAttachAsPDF -> HTMLToPDF, take HTML stream which includes sections as parameter).
It works perfectly fine as shown in the video, but the images are removed.
We looked at generatePDF API documentation which processes PDF, but cannot see any constant field value responsible for showing images: check Engine API doc.
Do you know, how to make images appear in the generated PDF?
Or should custom solution be used for that?