Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 1,954 for

pdf image comparison

(0.52 sec)
  1. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Comparison Product Solution GroupDocs...viewer = new Viewer ( "sample.pdf" )) { // Get file information...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  2. Saving documents | GroupDocs

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a document into Images and puts them in a single Pdf file, so you can share the redacted document without any additional conversions....Comparison Product Solution GroupDocs...document into images and puts them in a single PDF file, so you...

    docs.groupdocs.com/redaction/java/saving-docume...
  3. Saving documents | GroupDocs

    The articles explain that how to save documents in different ways after making redactions....Comparison Product Solution GroupDocs...document into images and puts them in a single PDF file, so you...

    docs.groupdocs.com/redaction/net/saving-documents/
  4. Document preview | GroupDocs

    This article shows how to get document preview....Comparison Product Solution GroupDocs...capability to generate preview images for every page of your documents...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  5. Add watermark | GroupDocs

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....Comparison Product Solution GroupDocs...color, width, height, text, image, etc. Call the method of the...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  6. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, Pdf, JPEG, and PNG files. You do not need to use third-party software to view files within your Java application....Comparison Product Solution GroupDocs...presentations, PDF files, web pages, email messages, and images and render/display...

    docs.groupdocs.com/viewer/java/
  7. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...Word document ( .docx ) into a PDF: ConvertSpecificPages.java import...

    docs.groupdocs.com/conversion/java/convert-spec...
  8. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-viewer-net, and run three minimal examples — DOCX → HTML, DOCX → Pdf, and DOCX → per-page PNG — in under five minutes....Comparison Product Solution GroupDocs...to render documents to HTML, PDF, PNG, and JPG formats with minimal...

    docs.groupdocs.com/viewer/python-net/getting-st...
  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. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....Comparison Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/python-net/use-adv...
  10. Document preview | GroupDocs

    Generate preview Images (PNG/JPG/BMP) for document pages using GroupDocs.Watermark for Python via .NET....Comparison Product Solution GroupDocs...can render document pages as images so you can show page thumbnails...

    docs.groupdocs.com/watermark/python-net/basic-u...