Hello,
I have a document DOTM modified by Spire.Doc for Java and saved in DOTM and it's work perfect,
but when I saved in PDF format, there are many white lines (attachment)
I was tested on version: 12.7.6, using two simple lines to write:
document.saveToFile("/oenerg/services/PZS/Orders/"+id+"/pelnomocnictwo.dotm", FileFormat.Dotm);
document.saveToFile("/oenerg/services/PZS/Orders/"+id+"/pelnomocnictwo.pdf", FileFormat.PDF);
operating system: eurolinux
openjdk version "1.8.0_382"
Regards,
Daniel