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 Feb 02, 2020 12:25 pm

Hi!
I'm trying to convert some DOC files (in hebrew) to XPS. On some files i get an exeption - out of range exeption.
Attaching code and 2 problematic files.
THANK YOU!

Code: Select all
     var pathDOC = @"C:\1.doc";
            var pathXPS = @"C:\test.xps";

            using (var d = new Document(pathDOC))
            {
                d.SaveToFile(pathXPS, FileFormat.XPS);
            }
            Process.Start(pathXPS);

SapiensIsrael
 
Posts: 7
Joined: Tue Jan 07, 2020 7:24 am

Sun Feb 02, 2020 1:11 pm

Looks like it crashes when I have in document FRACTIONS like - ½ , ¼ , ½
I checked also converting to PDF - same issue.

SapiensIsrael
 
Posts: 7
Joined: Tue Jan 07, 2020 7:24 am

Mon Feb 03, 2020 5:45 am

Hi,

Thanks for your inquiry.
I have reproduced the issue and logged it in our bug tracking system with the ticket SPIREDOC-3879. We will let you know once there is any update. 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

Mon Feb 03, 2020 8:27 am

Thank You!

SapiensIsrael
 
Posts: 7
Joined: Tue Jan 07, 2020 7:24 am

Wed Mar 25, 2020 10:37 am

Hello,

Thanks for your patient waiting.
Glad to inform that we just released Spire.Doc Pack(hot fix) Version:8.3.15, which resolved your issue. Welcome to download it from the following link.
Website link: https://www.e-iceblue.com/Download/down ... t-now.html
Nuget link: https://www.nuget.org/packages/Spire.Doc/8.3.15

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Wed Mar 25, 2020 12:55 pm

Hello, Rachel!
Thank you, for your response!
Unfortunately, this fix fixes only some unconvertable files.
Please, check attached (new) files on your machine. I have same Exception.
Thank You!
Good health for you and your family!

SapiensIsrael
 
Posts: 7
Joined: Tue Jan 07, 2020 7:24 am

Thu Mar 26, 2020 2:44 am

Hello,

Thanks for your feedback and hope you are well.
I have reproduced your issue and logged it in our bug tracking system with the ticket SPIREDOC-4130. We will let you know once there is any update.
Apologize for the inconvenience caused.

Sincerely,
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Thu Mar 26, 2020 7:58 am

Thank You!

SapiensIsrael
 
Posts: 7
Joined: Tue Jan 07, 2020 7:24 am

Return to Spire.Doc