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

Certified Senior Developer

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 ?

  Discussion posts and replies are publicly visible

  • 0
    Certified Senior Developer

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

  • 0
    Certified Associate Developer

    Hi  ,

    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.

  • 0
    Certified Senior Developer
    in reply to Varun Teja Gurrapu

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

  • 0
    Certified Senior Developer
    in reply to Shivakanth Reddy P

    Updated below the screenshots