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...
CSharp PPTX to Pdf on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSharp PPTX to Pdf on GroupDocs Blog | Document Automation Solutions for .NET & Jav......CSharp PPTX to PDF on GroupDocs Blog | Document Automation Solutions...Recent content in CSharp PPTX to PDF on GroupDocs Blog | Document...
CSharp PPT to Pdf on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSharp PPT to Pdf on GroupDocs Blog | Document Automation Solutions for .NET & Java ......CSharp PPT to PDF on GroupDocs Blog | Document Automation Solutions...Recent content in CSharp PPT to PDF on GroupDocs Blog | Document...
CSharp PPTX to Pdf on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSharp PPTX to Pdf on GroupDocs Blog | Document Automation Solutions for .NET & Jav......CSharp PPTX to PDF on GroupDocs Blog | Document Automation Solutions...Recent content in CSharp PPTX to PDF on GroupDocs Blog | Document...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert Visio diagrams to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Render Visio 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...
Let's review the step-by-step procedure for converting documents, learn how to convert TIFF to Pdf using C# and how to create TIFF to PFD converter C# functionality....Conversion Product Family GroupDocs...Family How to Convert TIFF to PDF using C# This tutorial explains...
Quickly learn how to render DOCX as Pdf using C# with the help of GroupDocs.Viewer for .NET. A code example will also be provided to create Pdf from DOCX in C#....Conversion Product Family GroupDocs...Family How to Render DOCX as PDF using C# The need to render Microsoft...
Convert ODP to Pdf in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert ODP to Pdf in Java on GroupDocs Blog | Document Automation Solution......Convert ODP to PDF in Java on GroupDocs Blog | Document Automation...Recent content in Convert ODP to PDF in Java on GroupDocs Blog | Document...
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...