Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 82 for

rasterize docx redaction

(0.15 sec)
  1. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Redaction Product Solution GroupDocs...into vector image formats and raster image formats. 3D Images are...

    docs.groupdocs.com/conversion/java/convert/image/
  2. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Node.js....Redaction Product Solution GroupDocs...files online? Try the to open DOCX, XLSX, PPTX, and more. This...

    docs.groupdocs.com/viewer/nodejs-java/supported...
  3. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Java....Redaction Product Solution GroupDocs...files online? Try the to open DOCX, XLSX, PPTX, and more. This...

    docs.groupdocs.com/viewer/java/supported-docume...
  4. Supported file formats | GroupDocs

    File formats supported by GroupDocs.Viewer for Python are listed here....Redaction Product Solution GroupDocs...files online? Try the to open DOCX, XLSX, PPTX, and more. This...

    docs.groupdocs.com/viewer/python-net/supported-...
  5. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for .NET....Redaction Product Solution GroupDocs...files online? Try the to open DOCX, XLSX, PPTX, and more. This...

    docs.groupdocs.com/viewer/net/supported-documen...
  6. Supported File Formats | GroupDocs

    Complete list of the 190+ file formats GroupDocs.Viewer for Python via .NET can render — Microsoft Office, PDF, CAD, email, archives, images, eBooks, and more....Redaction Product Solution GroupDocs...files online? Try the to open DOCX, XLSX, PPTX, and more. This...

    docs.groupdocs.com/viewer/python-net/getting-st...
  7. Convert images | GroupDocs

    In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code...Redaction Product Solution GroupDocs...into vector image formats and raster image formats. 3D Images are...

    docs.groupdocs.com/conversion/net/convert/image/
  8. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....Redaction Product Solution GroupDocs...format, but has an extension “.docx”, its processing will be failed...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  9. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....Redaction Product Solution GroupDocs...format, but has an extension “.docx”, its processing will be failed...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  10. Save in rasterized PDF | GroupDocs

    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(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-in-raste...