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 May 12, 2011 11:31 am

Hi

I have a Word template, and when I convert it to PDF, the PDF does not look the same as the word doc.
Some of the wording that was near the bottom part of the Word doc, has been put on the second page of the PDF doc.

I use version 3.7.5.3 of Spire.doc with the following code:

Imports Spire.Doc
Imports Spire.Doc.Documents


Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Spire.License.LicenseProvider.SetLicenseFileName("license.elic.xml")
Dim wordDocument As New Document("C:\\Test.doc", FileFormat.Doc)
wordDocument.SaveToFile("C:\\Test.pdf", FileFormat.PDF)

End Sub
End Class

Any Ideas??

innovationgroup
 
Posts: 5
Joined: Thu May 12, 2011 7:43 am

Fri May 13, 2011 2:19 am

Dear innovationgroup ,
Thanks for your inquery.
Please upload your word file to us . So we could have a test .
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Fri May 13, 2011 7:59 am

Hi

I get the following error when trying to upload the doc....

"The extension doc is not allowed."

innovationgroup
 
Posts: 5
Joined: Thu May 12, 2011 7:43 am

Mon May 16, 2011 2:40 am

Dear innovationgroup,
Thanks for your inqury.
You can compress the file to zip file.Sorry for inconvenience!
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Mon May 16, 2011 9:55 am

After zipping the file is 600k

Do you have alternative means of uploading the file or getting it to you?

innovationgroup
 
Posts: 5
Joined: Thu May 12, 2011 7:43 am

Tue May 17, 2011 2:24 am

Dear innovationgroup,
Thanks for your inqury.
After zipping , you can upload the zipped file.The *.zip file could be upload.So I can get your file !
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Thu May 19, 2011 12:48 pm

Hi

Im getting the following error when I try to upload the file.

The file is too big, maximum allowed size is 256 KiB.

the file is 600k big.

Do you have alternative means of getting the file to you....

innovationgroup
 
Posts: 5
Joined: Thu May 12, 2011 7:43 am

Fri May 20, 2011 1:15 am

Hi,

You can send it into support@e-iceblue.com and our support team will help you out of this trouble ASAP. :P

BR,
e-iceblue support
e-iceblue support
User avatar

iceblue support
 
Posts: 240
Joined: Tue Dec 21, 2010 2:56 am

Tue May 24, 2011 9:10 am

Email was send.

innovationgroup
 
Posts: 5
Joined: Thu May 12, 2011 7:43 am

Tue May 24, 2011 9:45 am

Thanks! I've sent a email to you!
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Return to Spire.Doc