Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Thu Jul 09, 2015 5:00 pm

My code is like this:
Code: Select all
wdSection.AddColumn(280f, 10f);
wdSection.AddColumn(280f, 1f);
wdSection.PageSetup.ColumnsLineBetween = true;

This works in the Word version of the file, but not the PDF version.
Code: Select all
ToPdfParameterList toPdf = new ToPdfParameterList();
toPdf.CreateWordBookmarks = true;
document.SaveToFile(pdfFileName, toPdf);

[email protected]
 
Posts: 110
Joined: Tue May 19, 2015 8:09 pm

Fri Jul 10, 2015 2:20 am

Hello,

Thanks for your inquiry.
I have noticed your issue. And I have posted the issue to our dev team. We will inform you when it is fixed. Sorry for the inconvenience.

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Tue Jul 14, 2015 4:45 pm

Any update on this Sweety?

[email protected]
 
Posts: 110
Joined: Tue May 19, 2015 8:09 pm

Wed Jul 15, 2015 2:09 am

Hello,

Thanks for your reply.
The issue is already resolved. The fix will be included into the next version of Spire.Doc. We will inform you when it is released.

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Fri Jul 24, 2015 1:36 am

Hello,

Sorry to keep you waiting.
The new version of Spire.Doc ( Spire.Doc Pack(hot fix) Version:5.5.28 ) solved your issue has been released.
Please download it via link below and have a try:
http://www.e-iceblue.com/Download/download-word-for-net-now.html

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Return to Spire.PDF