Skip to main content
March 19, 2025
Question

Advanced Document Templating : PDF from DOCX / Dynamic Document Generator : DOCX Merge

  • March 19, 2025
  • 4 replies
  • 0 views

I am trying to generate pdf from docx. The input DOCX file is the output from a MERGE DOCX smartservice. So basically its a merged doc(few docs are merged to single docx).

Issue is PDF to DOCX/PDFfrom single docx/PDF from Multiple docx is puling only the first document from the Merged doc to convert to PDF.

Rest of the docs in Merged docs are not getting converted in PDF.

Any solution for converting merged DOCX file to PDF ?

4 replies

March 20, 2025

Can you please share config details. and can you check you mapped correct pv in PDF from DOCX

March 20, 2025

Updated below the screenshots

varuntejg243705
March 20, 2025

Hi [mention:0f8ce127fcfe4143b68e494203a97314:e9ed411860ed4f2ba0265705b8793d05] ,

When you merge the DOCX, Please check the PV that you are saving is a single doc or List of docs. if there are multiple files, obviously it will take a single or multiple files, Properly configure inputs and outputs of the nodes.

Please let me know if you still get the issue again.

March 20, 2025

{doc1,doc2}    -----merge---->     doc3  -----convertToPdf------>   doc4(pdf of doc1)