Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 113 for

rasterize docx redaction

(0.05 sec)
  1. Working with Resources | Documentation

    This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with GroupDocs.Editor for Node.js via Java....Redaction Product Solution GroupDocs...groups: Images , including raster (PNG, BMP, JPEG, GIF, ICON)...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  2. Supported file formats | Documentation

    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-...
  3. Convert images | Documentation

    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/nodejs-java/conve...
  4. Convert images | Documentation

    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/
  5. Supported file formats | Documentation

    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...
  6. Supported file formats | Documentation

    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...
  7. Convert images | Documentation

    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. Supported file formats | Documentation

    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...
  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 | Documentation

    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...