Programmatically convert Doc(x) files to PDF using Microsoft Word -



Programmatically convert Doc(x) files to PDF using Microsoft Word -

we developing java application needs programmatically convert .rtf, .doc , .docx files pdf files.

formatting of import us, need page numbers same between source file , target pdf file, , contents of each page beingness same original file.

we have tried out open source solutions, such jodconverter invoke libreoffice of openoffice installation, docx4j , xdocreport. best formatting achieved libreoffice. however, in case, pages different (for example, 87-page .rtf file results in 80-page pdf file).

so, think ideal way create conversion somehow invoke microsoft word though our java application, , create conversion it. produce pdf files have same formatting original files.

is possible in of next ways:

an api straight invokeable through java? an api invokeable through .net language , utilize jacob? a 3rd party library uses microsoft word installation under hood (something jodconverter word)? a cli interface supported word (relevant question)? something else?

ms-word pdf java docx

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -