Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 134 for

raster image conversion

(0.1 sec)
  1. Deleting slides from presentation | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for .NET version 25.11 - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format...Conversion Product Solution GroupDocs...geometric shapes, raster and vector images, animations, video...

    docs.groupdocs.com/editor/net/deleting-slides-f...
  2. Edit PDF | GroupDocs

    This guide demonstrates how to edit content of PDF files like a common text documents using a GroupDocs.Editor for .NET....Conversion Product Solution GroupDocs...fit newly added paragraphs or images (or pages are collapsed when...

    docs.groupdocs.com/editor/net/edit-pdf/
  3. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, Image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Conversion Product Solution GroupDocs...Replaces specific area of an image with a colored box Removes specific...

    docs.groupdocs.com/redaction/python-net/redacti...
  4. Rasterize document or page | GroupDocs

    Rasterize a PDF to make watermarks hard to remove using Python via .NET....Conversion Product Solution GroupDocs...documents / Rasterize document or page Rasterize document or...

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

    This article shows how to pre-Rasterize a document using the redaction API....Conversion Product Solution GroupDocs...Loading documents / Pre-rasterize Pre-rasterize Leave feedback In some...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  6. Pre-rasterize | GroupDocs

    This article shows how to pre-Rasterize a document using the redaction API....Conversion Product Solution GroupDocs...Loading documents / Pre-rasterize Pre-rasterize Leave feedback In some...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  7. Pre-rasterize | GroupDocs

    This article shows how to pre-Rasterize a document using the redaction API....Conversion Product Solution GroupDocs...Loading documents / Pre-rasterize Pre-rasterize Leave feedback In some...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  8. 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....Conversion Product Solution GroupDocs...advanced rasterization options Use advanced rasterization options...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  9. 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. 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....Conversion Product Solution GroupDocs...advanced rasterization options Use advanced rasterization options...

    docs.groupdocs.com/redaction/python-net/use-adv...
  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. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into Images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Conversion Product Solution GroupDocs...advanced rasterization options Use advanced rasterization options...

    docs.groupdocs.com/redaction/java/use-advanced-...