Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 356 for

raster

(0.55 sec)
  1. Use advanced rasterization options | GroupDocs

    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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....advanced rasterization options Use advanced rasterization options...Leave feedback Use advanced rasterization options In order to use...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  2. Select specific pages for rasterized PDF | Grou...

    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...page Saving document as a rasterized PDF, you can specify starting...

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

    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...
  4. Select specific pages for rasterized PDF | Grou...

    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...
  5. Rasterize Document before Image Area Redaction ...

    I have observed that while redacting a PDF using Image Area Redaction feature I have to Rasterize the whole document first, could you confirm if my understanding is sound or not. Is it possible to apply text redaction on…...Rasterize Document before Image Area Redaction GroupDocs.Redaction...Redaction feature I have to rasterize the whole document first,...

    forum.groupdocs.com/t/rasterize-document-before...
  6. Saving documents | GroupDocs

    Save redacted documents with GroupDocs.Redaction for Python via .NET — keep the original format, Rasterize to PDF, save to a stream, overwrite the source, select pages, and apply advanced Rasterization options....this page By default save() rasterizes every page of the redacted...control this through the rasterize_to_pdf property of SaveOptions...

    docs.groupdocs.com/redaction/python-net/saving-...
  7. System Requirements | GroupDocs

    GroupDocs.Redaction for Python via .NET ships as a self-contained wheel and runs on Windows, Linux, and macOS without Microsoft Office, OpenOffice, or any other third-party software installed....Feature Support Warning Rasterization to PDF and image-area redaction...the bundled engine renders rasterized output and processes images...

    docs.groupdocs.com/redaction/python-net/system-...
  8. GroupDocs.Redaction for Python via .NET Overvie...

    GroupDocs.Redaction for Python via .NET removes or permanently obscures sensitive content — text, metadata, annotations, image areas, and whole pages — from PDF, DOCX, XLSX, PPTX, and images, entirely on-premise without Microsoft Office....Irreversible redaction — rasterize the cleaned document to a...from a document. See . Rasterization & Saving Save in the original...

    docs.groupdocs.com/redaction/python-net/product...
  9. Create PDF with Image Redaction | GroupDocs

    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...
  10. Create PDF with Image Redaction | GroupDocs

    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/python-net/create-...