DOCX to PDF conversion java using document4j remotely
问题 I am currently trying to convert an advanced word document (.DOCX) to PDF using java. For the generation of word documents I am using apache poi@3.15. They have a PDF converter build in, although it kind of ruins the document format. I eventually ended up using a cloud based API (paid), which felt like a bummer. Today though, I found the document4j project and it got me very excited. I have purchased a VPS which runs windows for the sole purpose of converting .docx files to .pdf files and it