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 Dec 20, 2018 2:24 pm

Hi,
we are trying to convert a document (Word 2013) in pdf, but the pdf document that we got has some different layout.
We are using version 6.12.4.0.4040.

In attach three documents, the original doc, the generated pdf and another doc where I point out the problem.
This is the code we are currently using:
Code: Select all
Dim cc As CultureInfo = Thread.CurrentThread.CurrentCulture
                Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture

                newDoc = New Spire.Doc.Document
                newDoc.LoadFromFile(conv.DocPath, FileFormat.Doc)
                Dim p As Spire.Doc.ToPdfParameterList = New Spire.Doc.ToPdfParameterList
                p.PdfConformanceLevel = Spire.Pdf.PdfConformanceLevel.Pdf_A1A
                p.UsePSCoversion = True
                p.IsAtLast = False
                p.IsEmbeddedAllFonts = True
                newDoc.JPEGQuality = conv.JpgQuality
                newDoc.SaveToFile(conv.PDFPath, p)
                newDoc.Close()

                Thread.CurrentThread.CurrentCulture = cc


Thank you for the support.

Kind regards

roberto.fenoglio
 
Posts: 8
Joined: Wed Sep 18, 2013 1:15 pm

Fri Dec 21, 2018 2:25 am

Hi,

Many thanks for your detailed information.
I have reproduced your issue and logged it in our bug tracking system. We will inform you as soon as it is fixed.
Sorry for the inconvenience caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Thu Jan 10, 2019 9:32 am

Any news?

roberto.fenoglio
 
Posts: 8
Joined: Wed Sep 18, 2013 1:15 pm

Thu Jan 10, 2019 10:08 am

Hi,

I am sorry that there is no significative progress due to the complexity of your issue. I have urged our Dev team to fix your issue, we will let you know as soon as there is any good news.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Thu Jan 10, 2019 12:13 pm

Thank you so much.

Kind regards

roberto.fenoglio
 
Posts: 8
Joined: Wed Sep 18, 2013 1:15 pm

Return to Spire.Doc

cron