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.

Mon Sep 20, 2021 12:09 pm

Hello, I have encountered an issue with TextBox positioning.

I have docx file (enclosed) and when the file is saved as PDF some textboxes are placed where they are not supposed to be. See enclosed image of pdf.

Source code I am using:
Code: Select all
static void Main(string[] args)
        {
            Spire.Doc.Document doc = new Spire.Doc.Document(@"C:\temp\TextBoxesToPdf.docx");
            doc.SaveToFile(@"C:\temp\TextBoxesToPdf.pdf", Spire.Doc.FileFormat.PDF);
        }


Thanks

papatoca
 
Posts: 9
Joined: Wed Sep 08, 2021 12:41 pm

Mon Sep 20, 2021 12:10 pm

Seems like docx file was not uploaded. You can find it enclosed.

papatoca
 
Posts: 9
Joined: Wed Sep 08, 2021 12:41 pm

Tue Sep 21, 2021 2:28 am

Hello,

Thanks for your inquiry and sorry for the late reply as weekend.
I have reproduced your issue and logged it into our bug tracking system with the ticket number SPIREDOC-6714. Our Dev team will figure it out and I will notify you once there is any good news. Sorry for the inconvenience caused.

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1182
Joined: Tue Sep 27, 2016 1:06 am

Fri Nov 12, 2021 9:56 am

Hi,

Thanks for your patient waiting.
Glad to infrom you that the reported issue SPIREDOC-6714 has been resolved. Please download the hotfix Spire.Doc Pack(hot fix) Version:9.11.6 from the following link.
Website link: https://www.e-iceblue.com/Download/download-word-for-net-now.html
Nuget link: https://www.nuget.org/packages/Spire.Doc/9.11.6

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1182
Joined: Tue Sep 27, 2016 1:06 am

Return to Spire.Doc