Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 248 for

raster

(0.08 sec)
  1. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a Rasterized PDF file...documents / Save in rasterized PDF Save in rasterized PDF Leave feedback...to save the document as a rasterized PDF file: Python import groupdocs...

    docs.groupdocs.com/redaction/python-net/save-in...
  2. Use advanced rasterization options | Documentation

    Use advanced Rasterization options In order to use the advanced Rasterization options you have to pass one of the options to Save method. In this case the document will be Rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. Python import groupdocs.redaction as gr import groupdocs.redaction.options as gro import groupdocs.redaction.redactions as grr def run(): # Specify the redaction options repl_opt = grr....advanced rasterization options Use advanced rasterization options...Leave feedback Use advanced rasterization options In order to use...

    docs.groupdocs.com/redaction/python-net/use-adv...
  3. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a Rasterized PDF...for rasterized PDF Select specific pages for rasterized PDF Leave...feedback Saving document as a rasterized PDF, you can specify starting...

    docs.groupdocs.com/redaction/python-net/select-...
  4. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a Rasterized PDF...for rasterized PDF Select specific pages for rasterized PDF Leave...feedback Saving document as a rasterized PDF, you can specify starting...

    docs.groupdocs.com/redaction/net/select-specifi...
  5. 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....for rasterized PDF Select specific pages for rasterized PDF Leave...pages for rasterized PDF Saving document as a rasterized PDF, you...

    docs.groupdocs.com/redaction/java/select-specif...
  6. GroupDocs Blog | Document Automation Solutions ...

    GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Viewer for .NET 25.8 ......text, fonts, vector graphics, raster images and other information...and Java applications. It rasterizes documents and images both...

    blog.groupdocs.com/index.xml
  7. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....); save it as a rasterized PDF file (containing images...demonstrates how to create a rasterized PDF from a Microsoft Word...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  8. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....); save it as a rasterized PDF file (containing images...demonstrates how to create a rasterized PDF from a Microsoft Word...

    docs.groupdocs.com/redaction/java/create-pdf-wi...
  9. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....in original format Save in rasterized PDF Save overwriting original...Select specific pages for rasterized PDF Save to Stream Use advanced...

    docs.groupdocs.com/redaction/net/saving-documents/
  10. Saving documents | Documentation

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a document into images and puts them in a single PDF file, so you can share the redacted document without any additional conversions....in original format Save in rasterized PDF Save overwriting original...pages for rasterized PDF Use advanced rasterization options Was...

    docs.groupdocs.com/redaction/java/saving-docume...