Skip to main content
May 17, 2023
Solved

Need an open source Plugin to convert DOCX to PDF.

  • May 17, 2023
  • 4 replies
  • 0 views

Hi Team,

I need a plugin having capability to convert DOCX to PDF format. I tried below available plugins for my requirement but I am unable to get any OPEN-SOURCE available for this. 

  • advanced-document-templating-1.0.12.jar (It is not converting complete data. It only shows only picture format data to convert DOCX to PDF not shape format)

  • dynamic-document-generator-2.0.4.jar (It is not converting complete data. It only shows picture format data to convert DOCX to PDF not shape format)

  • convert-docx-to-pdf-(aspose)-2.0.10.jar (It is a paid License)

Out of these plugins, convert-docx-to-pdf-(aspose)-2.0.10.jar this plugin  have the capability to convert DOCX to PDF but paid license required. So if you can suggest any other plugin which is available on Appian AppMarket to use for converting DOCX into PDF. (That should be Open Source)

Best answer by mikes0011

If none of the available plug-ins meet your needs, AFAIK you're welcome to develop your own, and make it as open-source as you want.

4 replies

mikes0011
mikes0011Answer
Brainy
May 17, 2023

If none of the available plug-ins meet your needs, AFAIK you're welcome to develop your own, and make it as open-source as you want.

yashg0003Author
May 17, 2023

Hi Mike,

Data came in shape format from docx to pdf but when I create text box and write ###variablename### inside textbox it doesn't give an output of that variable into pdf. When i download it, it shows a blank pdf file. How to display that value in pdf?

mikes0011
Brainy
May 17, 2023

You mean you're trying to have the literal text "###variableName###" in a PDF, and then subsequently replace that text with a value, from within Appian?  Because I don't believe any such functionality exists.  The only thing I know of that Appian can do as far as procedurally filling PDFs, is Fillable PDF fields.

mathieud0001
May 17, 2023

I've found that docx to pdf conversion rarely works well.

If you need PDF, often best to go directly to PDF via the PDF Tools plugin or PDF from HTML/PDF from XSL-FO provided by the Dynamic Document Generator plugin.