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...
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...
Hello,
I noticed some very strange behavior when converting a certain jpg file.
The problem is always reproducible using the basic PdfConversion sample, but only happens when the file is passed in as a stream.
The fo…...FileStream to PDF issue in .NET GroupDocs.Conversion Product Family...reproducible using the basic pdfconversion sample , but only happens...
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,...
Transform Autocad file to non-editable format, learn the process to convert DWG to Pdf in Java, and review sample code for Java Autocad to Pdf converter application....Conversion Product Family GroupDocs...Family How to Convert DWG to PDF in Java In this how-to guide...
Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in Pdf documents....Conversion Product Solution GroupDocs...watermarks to PDF documents / Watermarks in PDF document Watermarks...
Easily convert DOT to Pdf in Java using one of the best document Conversion library and learn how to write code for Java DOT to Pdf converter application....Conversion Product Family GroupDocs...Family How to Convert DOT to PDF in Java This is a basic article...
This topic describes how to use the GroupDocs.Viewer Java API to convert images to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...images Render images as HTML, PDF, PNG, and JPEG files Leave feedback...
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...