Converting pdf to html- a word disappears

I am trying to convert the attached pdf-document. On page 14, you can find the paragrap "Paragraf 7 er en saksbehandlingsregel om begrunnelsesplikt som supplerer saksbehand-

lingsreglene i forvaltningsloven."

The word “saksbehandlingsregel” is in italic.

The word is gone from the html-version.

com.aspose.pdf.Document doc = new com.aspose.pdf.Document(file.getAbsolutePath());
com.aspose.pdf.HtmlSaveOptions saveOptions = new com.aspose.pdf.HtmlSaveOptions();
File tmpFile = File.createTempFile(“foo”, “html”);
saveOptions.setFixedLayout(false);
doc.save(tmpFile.getAbsolutePath(), saveOptions);

Hi Tor,

We are sorry for the inconvenience caused. While testing the scenario with the latest version of Aspose.Pdf for Java 9.3.1, we have managed to reproduce the reported issue and logged it in our bug tracking system as PDFNEWJAVA-34361 for further investigation and resolution. We will notify you via this thread as soon as it is resolved.

Please feel free to contact us for any further assistance.

Best Regards,

The issues you have found earlier (filed as PDFNEWJAVA-34361) have been fixed in Aspose.Pdf for Java 9.5.2.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.