Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 364 for

raster

(0.09 sec)
  1. llms-full.txt

    # GroupDocs.Watermark for Python via .NET — Complete Documentation > Native Python library that adds, searches, and removes text and image watermarks across PDF, Word, Excel, PowerPoint, Visio, ema......print-only PDF annotations, or rasterizing PDF pages so the watermark...g-document.md" >}}) and [Rasterize document or page]({{< ref...

    docs.groupdocs.com/watermark/python-net/llms-fu...
  2. llms-full.txt

    # GroupDocs.Redaction for Python via .NET — Complete Documentation > Native Python library that permanently redacts sensitive content — text, metadata, annotations, and image areas — from PDF, Word...... ## Rasterization to PDF Save the cleaned...whose pages are rendered as raster images. The resulting file...

    docs.groupdocs.com/redaction/python-net/llms-fu...
  3. GroupDocs.Viewer Product Family on GroupDocs Bl...

    GroupDocs.Viewer Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Viewer Product Family on GroupDocs Blog | Document Automatio......text, fonts, vector graphics, raster images and other information...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  4. Rasterize document or page | GroupDocs

    Rasterize a PDF — convert pages to images — so that watermarks become hard to remove, using GroupDocs.Watermark for Python via .NET....documents / Rasterize document or page Rasterize document or...are very hard to remove, rasterize the document: convert its...

    docs.groupdocs.com/watermark/python-net/rasteri...
  5. Pre-rasterize | GroupDocs

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

    docs.groupdocs.com/redaction/python-net/pre-ras...
  6. Save in rasterized PDF | GroupDocs

    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...document as a rasterized PDF file: save_in_rasterized_pdf.py from...

    docs.groupdocs.com/redaction/python-net/save-in...
  7. Save in rasterized PDF | GroupDocs

    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. Pre-rasterize | GroupDocs

    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/
  9. Pre-rasterize | GroupDocs

    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/
  10. 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...