Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Thu Jul 18, 2024 9:35 pm

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

stelmdan
 
Posts: 1
Joined: Thu May 23, 2024 9:29 pm

Fri Jul 19, 2024 9:02 am

Hello,

Thanks for your inquiry.
I did an initial test but did not reproduce the "many white lines" issue. To assist us reproduce and investigate it further, please provide us with your full testing code as well as the original input file (if any). You can upload here or send them to us via email(support@e-iceblue.com). Thanks in advance.

Sincerely,
Amin
E-iceblue support team
User avatar

Amin.Gan
 
Posts: 231
Joined: Mon Jul 15, 2024 5:40 am

Return to Spire.Doc