Dear Aspose Team
I am trying to convert Word document with hyphenations to Pdf using Aspose Word (I have a licence )
I try what describe in :
And it didn’t work at all (The word just move to the next row)
When i save my document - document.save(OutputStream, PdfSaveOptions);
my pdfSaveOption are :
· PdfSaveOptions.prettyFormat =true
· PdfSaveOptions.textCompression =0
· PdfSaveOptions.jpegQuality =100
Also before Saving i use document.updateFields();
Note that i use the latest version 15.7.0
I attach the relevant files :
en- test.xml is the document
en- test.pdf is the output
dictionary en-US.txt is the .dic file i use (i wasn’t able to upload .dic file so i change it to .txt in my system i upload it as .dic )
Its quite urgent