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

rasterization

(0.03 sec)
  1. Redact PDF and Scanned Documents in Java | Blac...

    Redact text in PDF and other documents using Java in your applications. Redact documents to blackout text and also the text within the embedded images....simple text redaction and rasterization, the API also allows identifying...

    blog.groupdocs.com/redaction/redact-text-and-sc...
  2. Features Overview | Documentation

    GroupDocs.Watermark for Java API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....a document PDF document rasterization Getting document information...Shape (image and text) | | Raster Image Formats | Text | | |...

    docs.groupdocs.com/watermark/java/features-over...
  3. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....a document PDF document rasterization Getting document information...Visio Shape (image and text) Raster Image Formats Text Image Multi-page...

    docs.groupdocs.com/watermark/net/features-overv...
  4. Word Search and Replace Text in Word Documents ...

    Perform word search, replace or hide text in Word DOC/DOCX files using Java. Redact and perform text, case-sensitive & RegEx search with Java Redaction API....the text redaction and rasterization, the API supports metadata...

    blog.groupdocs.com/redaction/find-and-replace-t...
  5. 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...
  6. 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/
  7. 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...
  8. 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...
  9. 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...
  10. 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/