Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 79 of 79 for

advanced raster redaction

(0.04 sec)
  1. Pre-rasterize | Documentation

    This article shows how to pre-Rasterize a document using the Redaction API....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  2. Select specific pages for rasterized PDF | Docu...

    Select specific pages for Rasterized PDF Saving document as a Rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/select-specif...
  3. Supported file formats | Documentation

    File formats supported by GroupDocs.Viewer for Python are listed here....Redaction Product Solution GroupDocs...File TARGA (Truevision Advanced Raster Graphics Adapter) Graphics...

    docs.groupdocs.com/viewer/python-net/supported-...
  4. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be Rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform Redactions redactor....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-with-def...
  5. Supported file formats | Documentation

    This topic lists file formats supported by GroupDocs.Viewer for .NET....Redaction Product Solution GroupDocs...File TARGA (Truevision Advanced Raster Graphics Adapter) Graphics...

    docs.groupdocs.com/viewer/net/supported-documen...
  6. GroupDocs.Annotation Product Family on GroupDoc...

    GroupDocs.Annotation Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Annotation Product Family on GroupDocs Blog | Document A......Text Replacement, Resource Redaction and Watermark. Apart from...annotation experience. Add Text Redaction Annotation using Java Annotation...

    blog.groupdocs.com/categories/groupdocs.annotat...
  7. GroupDocs.Watermark Overview | Documentation

    Protect and customize documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 document formats including PDF, Word, Excel, PowerPoint, and images....Redaction Product Solution GroupDocs...them in the content structure Advanced Customization Set custom font...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  8. Edit PDF | Documentation

    This guide demonstrates how to edit content of PDF files like a common text documents using a GroupDocs.Editor for .NET....Redaction Product Solution GroupDocs...PDF format is much closer to raster or vector images like JPEG...

    docs.groupdocs.com/editor/net/edit-pdf/
  9. Add watermarks to PDF documents | Documentation

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Redaction Product Solution GroupDocs...for Java / Developer Guide / Advanced Usage / Adding watermarks...

    docs.groupdocs.com/watermark/java/add-watermark...