Testfile for the Artikel "Convert large RTF or DOCX to PDF"

Hi,

Here is the testfile.

Ref´gards,

Steffen

Hi Steffen,


Thanks for your inquiry. I have tested the scenario with your shared document using Aspose.Words for .NET 17.4 on Windows 7 with 8GB RAM. It took almost 2 minutes to convert 77.8MB RTF file, it seems acceptable time for such large file. However, please share your environment details along with your sample code here, so we will further investigate the issue and will guide you accordingly.

Document document = new Document(“test.rtf”);

document.Save(“AW_174.docx”);


Best Regards,

Hi,

I have found the problem.

Here my code.

Document doc = new Document(dat);
MessageBox.Show(“geladen”);
MessageBox.Show(doc.PageCount.ToString() + " Seiten geladen");
doc.Save(“t1.pdf”);
MessageBox.Show(“fertig”);

doc.PageCount is not corect work.

Regards,

Steffen

Hi Steffen,

Thanks for sharing additional information. We have tested the scenario and noticed that process hangs on PageCount, so logged a ticket WORDSNET-15246 in our issue tracking system for further investigation and rectification. We will notify you as soon as it is resolved.

We are sorry for the inconvenience.

Best Regards,

Hi,

I have test the convert to pdf with the big rtf. This is also not correct. The convert in docx is ok.
Can you please also check again.

Regards,

Steffen

Hi Steffen,


Thanks for your feedback. We have tested RTF to PDF conversion and noticed that it is hanging as well. We have logged another ticket WORDSNET-15255 in our issue tracking system for the issue. We will notify you as soon as it is resolved.

We are sorry for the inconvenience.

Best Regards,