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.

Wed Oct 29, 2014 11:52 am

Hello Friends!

I have a document .doc that contains one textbox with vertical alignment. But when converted to .pdf, the textbox assumes the horizontal alignment.

This is how i'm converting the file:

Code: Select all
Document doc = new Document("C:\...\file.doc");
doc.SaveToFile("C:\...\file.pdf", FileFormat.PDF);
doc.Dispose();


I'm using Spire.doc 5.2.48.3041 and Spire.Pdf 3.1.54.3041.

When i save the file to .docx extension, it works fine. Only when i have the document with .doc extension i get this problem.

Thanks! :)

jorge_oliveira
 
Posts: 2
Joined: Mon Sep 29, 2014 12:06 pm

Thu Oct 30, 2014 2:36 am

Dear jorge_oliveira,

Thanks for your inquiry.

I have reproduced this issue and posted it to our dev team, we will inform you if there is any update.

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Thu Nov 13, 2014 9:18 am

Dear jorge_oliveira,

We just released a new version of Spire.Doc (Spire.Doc Pack v5.3) to fix the issue you posted, please download it via link below:
http://www.e-iceblue.com/downloads/spire.doc_5.3.zip

Best Regards,
Burning
E-iceblue support team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Mon Nov 17, 2014 3:35 pm

Thank you so much, burning.liu!!!

The result is perfect. We're very excited about using Spire.Doc. It works very well.

:D

jorge_oliveira
 
Posts: 2
Joined: Mon Sep 29, 2014 12:06 pm

Tue Nov 18, 2014 12:58 am

Dear jorge_oliveira,

Please feel free to contact us if you have any problems.

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Return to Spire.Doc