Hello,
I'm encountering an issue which, according to answers in this forum should have been resolved. When I convert a docx file to pdf the background template changes position.
See attached files. I'm just doing the basic conversion:
docToPdf.loadFromFile(pathToDocx);
docToPdf.saveToFile(path, FileFormat.PDF);
Is there a way to correct the position? I'm using spire.doc-10.12.2.
Thanks in advance