This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Render text documents as HTML, PDF, and image files Leave feedback...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert web documents to Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...documents Render web documents as PDF, PNG, and JPEG files Leave feedback...
The following example demonstrates how to save the document as a rasterized Pdf file:
final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPdf(true); // Saving as rasterized Pdf with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Conversion Product Solution GroupDocs...Save in rasterized PDF Save in rasterized PDF Leave feedback The...
This article will instruct you how to render Pdf as HTML using Java. Furthermore, it includes a code example to help you to convert word document to HTML....Conversion Product Family GroupDocs...Product Family How to Render PDF as HTML using Java At times,...
MSG to Pdf in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in MSG to Pdf in Java on GroupDocs Blog | Document Automation Solutions for .NET & Jav......MSG to PDF in Java on GroupDocs Blog | Document Automation Solutions...Developers Recent content in MSG to PDF in Java on GroupDocs Blog | Document...
This article explains how to add metadata signatures to Pdf document meta info layer with GroupDocs.Signature...Conversion Product Solution GroupDocs...Metadata signatures / ✍️ eSign PDF eSign PDF with Metadata signature...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert web documents to Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...documents Render web documents as PDF, PNG, and JPEG files Leave feedback...
This tutorial provides detailed information on how to convert SVG to Pdf using Java and enables users to easily write the code to export SVG to Pdf in Java....Conversion Product Family GroupDocs...Family How to Convert SVG to PDF using Java You will discover...
Convert PPTX to Pdf in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert PPTX to Pdf in Java on GroupDocs Blog | Document Automation Soluti......Convert PPTX to PDF in Java on GroupDocs Blog | Document Automation...Recent content in Convert PPTX to PDF in Java on GroupDocs Blog | Document...
This topic describes how to use the GroupDocs.Viewer Java API to convert PowerPoint presentations to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...PowerPoint presentations as HTML, PDF, and image files Leave feedback...