Hello,
I have a problem with converting a document from docx to pdf. I have a table with one column with very long text without spaces.
I tested this document locally and using Java Convert WORD To PDF but the problem is the same - the converting never ends.
Can you help me?
I attach a document that is the problem
does not work.docx (22,3 KB)
@paziewski.pawel Unfortunately, I cannot reproduce the problem on my side using the latest 24.10 version of Aspose.Words for Java and the following simple code:
Document doc = new Document("C:\\Temp\\in.docx");
doc.save("C:\\Temp\\out.pdf");
Here is the produced output: out.pdf (28.0 KB)
Please try using the latest version on your side and let us know if the problem still persists.
I tested it but it does not work. I have in my project registred polish hyphenation dictionary, and I tested when I not register it then the conversion works, but this is not a solution.
@paziewski.pawel
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSNET-27480
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
The issues you have found earlier (filed as WORDSNET-27480) have been fixed in this Aspose.Words for Java 24.11 update.