Question
Last activity: 22 Jun 2018 12:06 EDT
Convert a WORD to PDF file?
Do we have any OOTB way to convert a WORD to PDF file?
Appreciate if anyone can provide any input.
We're using Pega 7.2.2


Pegasystems Inc.
IN
Hi,
Thanks for writing to PSC.
Write an activity , pass the word file as parameter to ConvertAttachmentToPDF activity. Refer the image below:
Hope this helps!
Cheers,
Gurpreet
Getting this error. Any clue?
2018-02-12 14:38:03,078 [ttp-nio-8080-exec-12] [TABTHREAD3] [ ] [ompassBCBSM:01.01.01] (ctionWrapper._baseclass.Action) ERROR localhost|0:0:0:0:0:0:0:1 willcho - Activity ConvertAttachmentToPDFWrapper failed to execute
com.pega.pegarules.pub.PRAppRuntimeException: com.pega.pegarules.pub.PRRuntimeException: Data-COS-.COS-Print : AmyuniDocumentConverter : Invalid printer name! Data-COS-.COS-Print : AmyuniDocumentConverter : Invalid printer name!
Attached contains how we are invoking the ConvertAttachmentToPDF activity.
The following post says ConvertAttachmentToPDF no longer works, so this reply is confusing:
https://community.pega.com/support/support-articles/unable-create-pdf-files-doc-files-0
Hi all,
Did any one tried attaching files(.JPG,.eml,.pdf) to single generated pdf from PEGA.
Thanks,
Viswa
follow the below post
https://community.pega.com/support/support-articles/unable-create-pdf-files-doc-files-0
We haven't found OOTB way to convert Word to PDF in Pega 722. There is one JS code that does it, but this requires ActiveX that is deprecated in Edge. So this wasn't a feasible option.
We ended up using correspondence rule (w/ css) and HTMLToPDF, which also supports header/footer. This worked out quite well and was able to generate rich looking letter.
Hi,
Try this OOTB activity Work-.ConvertAttachmentToPDF