Tag Archives: convert pdf to html in java

PDF to DOCX or Single HTML with All Resources Embedded, Optimized TIFF to PDF, PDF to Image Conversion with Efficient Memory Use in Aspose.Pdf for Java 9.7.0

convert pdf to docx html java

It gives us immense pleasure to announce the release of Aspose.PDF for Java 9.7.0 which offers some great new features. It provides document manipulation and conversion from various formats to PDF in Java. Furthermore, you can now convert PDF to DOCX, HTML or other file formats. Keeping this tradition alive, this new release provides a couple of new features as well as improvements in the API for complex scenarios handling for the image to PDF conversion, PDF to image conversion, … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , , ,

PDF to HTML and Improved PDF to Image Conversion in Aspose.Pdf for Java 4.3.0

Aspose.Pdf for Java logo

We are pleased to announce the release of Aspose.PDF for Java 4.3.0. This new release provides an exciting feature to convert PDF files to HTML format by using just two lines of code. We’ve previously provided the feature to extract PDF file contents as HTML using the PdfExtractor class’ extractTextAsHTML(..) method but the new approach greatly improves the output fidelity.

// Load source PDF file
com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document("c:/source.pdf");
// Save the file into HTML format
pdfDocument.save("c:/output.html", com.aspose.pdf.SaveFormat.Html);
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged ,