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.

Tue Nov 03, 2020 10:20 am

Hi,

I am a Spire.Doc Pro Edition user.
When i do a simple test to convert a word document to PDF then the lowest block (see attachment (AAAAAAAAAAAAAA)) is shifted up in the PDF.
the code :
docum = New Document(templateBase & template)
.....

docum.SaveToFile("c:\mw\" & dr("QRBarcode") & ".pdf",FileFormat.pdf )
Also tried :
docum = New Document(templateBase & template)
.....
Dim ps As ToPdfParameterList = New ToPdfParameterList
ps.UsePSCoversion = True
docum.SaveToFile("c:\mw\" & dr("QRBarcode") & ".pdf", Ps)


What i am doing wrong ?


Kr

Karl

KarlDeclerck
 
Posts: 1
Joined: Tue Nov 03, 2020 7:31 am

Wed Nov 04, 2020 3:07 am

Hello,

Thanks for your inquiry.
I did an initial test with Spire.Doc Pack(hot fix) Version:8.10.4 and did reproduce your issue. This issue has been logged in our bug tracking system with the ticket SPIREDOC-5136 for further investigation. We will keep you informed if there is any progress. Sorry for the inconvenience caused.

Sincerely,
Elena
E-iceblue support team
User avatar

Elena.Zhang
 
Posts: 279
Joined: Thu Jul 23, 2020 1:18 am

Fri Nov 06, 2020 5:58 am

Hello,

Glad to tell you that your issue has been resolved. Here we prepared a temporary version for you, please download it from the following links. And when the official version is released, we will inform you.

Sincerely,
Elena
E-iceblue support team
User avatar

Elena.Zhang
 
Posts: 279
Joined: Thu Jul 23, 2020 1:18 am

Return to Spire.Doc