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.

Sun May 28, 2023 3:51 pm

Hi,
We use next code (SpireDoc 11.3.0 for Java):
Code: Select all
    public static void main(String[] args)
    {
        Document document = new Document("test_delete.docx");
        document.acceptChanges();
        document.saveToFile("test_delete.pdf", FileFormat.PDF);
    }


Converted PDF contain white space instead deleted text,
pdf.png

while we convert file in Word, this space doesn't exist.
Please see attached source doc and generated PDF files.

Thnaks,
Andrei Chorin

andrei.chorin
 
Posts: 68
Joined: Sun Jan 08, 2023 2:36 pm

Mon May 29, 2023 6:36 am

Hello,

Thanks for your inquiry.
I tested your Word file and did reproduce the issue you mentioned. I have logged the issue into our bug tracking system with the ticket number SPIREDOC-9462. Our development team will investigate and fix it. Once it is resolved, I will inform you in time. Sorry for the inconvenience caused.

Sincerely
Wenly
E-iceblue support team
User avatar

Wenly.Zhang
 
Posts: 149
Joined: Tue May 16, 2023 2:19 am

Thu Jun 22, 2023 6:53 am

Hi,
Do we have any updates regarding this issue?

Thanks,
Andrei.

andrei.chorin
 
Posts: 68
Joined: Sun Jan 08, 2023 2:36 pm

Thu Jun 22, 2023 8:05 am

Hi Andrei,

Thanks for you following-up
I am pleased to inform you that this issue has been fixed. After other issues are tested and passed, we will release a new version. Thanks for your patience and understanding.

Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Mon Jul 10, 2023 10:01 am

Hello,

Thank you for your patience!
Glad to inform you that we just released Spire.Doc_11.7.0 for Java, which fixed your issue SPIREDOC-9462. Please use this version to test.

Sincerely
Wenly
E-iceblue support team
User avatar

Wenly.Zhang
 
Posts: 149
Joined: Tue May 16, 2023 2:19 am

Return to Spire.Doc

cron