#Document Generation : DOCX to PDF : I have a process where I am creating a docx

#Document Generation : DOCX to PDF : I have a process where I am creating a docx and then converting it into a pdf. When I am not using docxncolumntable the pdf is getting generated correctly but when if the docx contains a table the PDF form DOCX errors out with this exception in the server log -

19:48:55,631 INFO [stdout] (Appian Work Item - 72 - ProcessExec00 : UnattendedJavaActivityRequest) 2015-07-02 19:48:55,630 [Appian Work Item - 72 - ProcessExec00 : UnattendedJavaActivityRequest] ERROR com.appiancorp.ps.xmlfo.ss.AbstractDocumentGeneration - org.docx4j.openpackaging.exceptions.Docx4JException: Exception exporting package

And the code for table1 = docxncolumntable("Medium Grid 1 – Accent 1", {"Column 1", "Column 2"}, {"Hello", "John"}, {"World", "Smith"})

There are no < & or > symbols in the whole word document.

Any help is appreciated.

OriginalPostID-154956

OriginalPostID-154956

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data