Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 219 for

rasterization

(0.1 sec)
  1. Find and Replace Words in Word Documents using ...

    Find, replace, or hide text, words, phrases in Word DOC/DOCX files using C#. Redact and perform text, case-sensitive & RegEx search with .NET Redaction API....the text redaction and rasterization, the API provides metadata...

    blog.groupdocs.com/redaction/find-and-replace-t...
  2. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Loading documents / Pre-rasterize Pre-rasterize Leave feedback In some...cases, you might need to pre-rasterize the document before opening...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  3. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Loading documents / Pre-rasterize Pre-rasterize Leave feedback In some...cases, you might need to pre-rasterize the document before opening...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  4. 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(); }...documents / Save in rasterized PDF Save in rasterized PDF Leave feedback...to save the document as a rasterized PDF file: final Redactor...

    docs.groupdocs.com/redaction/java/save-in-raste...
  5. 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: C# using ( Redactor...

    docs.groupdocs.com/redaction/net/save-in-raster...
  6. 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...
  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. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...formats are able to store the raster images. So when the specific...loaded document has one or more raster images, and for this page the...

    docs.groupdocs.com/editor/java/generating-page-...
  10. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...formats are able to store the raster images. So when the specific...loaded document has one or more raster images, and for this page the...

    docs.groupdocs.com/editor/net/generating-page-p...