Hi there
I am using PDF 11.1 converting pdf file to html files.
There some chinese characters “文件已簽署” become “文文文文文” after conversion to html files in Linux environment.
Here is my code:
Document pdf = new Document(“custom/input/pdf/PD_006.pdf”, “123456”);
HtmlSaveOptions htmlSaveOps = new HtmlSaveOptions();
pdf.save(“custom/output/pdf/PD_006.pdf.html”, htmlSaveOps);
Please check this problem, I have the PDF file with password “123456” in the attachement, thanks
