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.

Sun Jul 10, 2016 8:07 am

the source pdf screenshot:
[img]
1.PNG
[/img]
After converted( to doc):
[img]
2.PNG
[/img]

the csharp codes:
PdfDocument doc = new PdfDocument();
doc.LoadFromFile(args[0]);
doc.SaveToFile(args[0]+".doc", FileFormat.DOC);

Could someone help me?

AlbertYang
 
Posts: 1
Joined: Sun Jul 10, 2016 7:01 am

Mon Jul 11, 2016 6:20 am

Hi,

Thanks for your inquiry.
Please provide us your source PDF here, or send it to us( Support@e-iceblue.com ) via email, it would be helpful to investigate this issue.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Wed Jul 13, 2016 9:45 am

Hi,

Has your issue been resolved ? If not, please provide us your sample PDF.

Thanks,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Return to Spire.PDF