Skip to main content
achutaharshavardhanv6069
November 23, 2022
Question

PDF From Docx single (with Fonts)

  • November 23, 2022
  • 0 replies
  • 0 views

Hi All,

These are the steps which we have done to generate the Doc.

Step 1: Created a Docx using Create Dynamic Doc from Template.

Step 2: In That Docx we have a table, we have a paragraph and we have an Image which populates dynamically which is like a signature.

                                                                                                   «[#if signature?has_content]»

Your sincerely,

 

«[#else]»

No Signature added

«[/#if]»

Step 3: the Docx is generating well, however the PDF is not generating well.

Step 4: The PDF smart service is creating issue: org.docx4j.openpackaging.exceptions.Docx4JException: Exception exporting package

This is what we have done. Can someone please suggest.