Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 16,853 for

pdf annotation

(0.06 sec)
  1. Reorder pages | GroupDocs

    Reorder pages when rendering documents to Pdf with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...Render documents / Render to PDF / Reorder pages Reorder pages...

    docs.groupdocs.com/viewer/java/reorder-pages/
  2. Using redaction filters | GroupDocs

    Scope a GroupDocs.Redaction for Python via .NET redaction to a page range or a rectangular page area using redaction filters, and combine them to target an area on specific pages....Annotation Product Solution GroupDocs...formats Redaction filters apply to PDF documents. Support for additional...

    docs.groupdocs.com/redaction/python-net/redacti...
  3. Adding text watermarks | GroupDocs

    Add text watermarks to pages, worksheets, slides, or frames — with sizing, positioning, rotation, margins, and custom fonts — using GroupDocs.Watermark for Python via .NET....Annotation Product Solution GroupDocs...with Watermarker ( "./sample.pdf" ) as watermarker : watermark...

    docs.groupdocs.com/watermark/python-net/adding-...
  4. Set image resolution | GroupDocs

    This topic describes how to set image resolution in Pdf file using the GroupDocs.Viewer Java API....Annotation Product Solution GroupDocs...documents / Render to PDF / Optimize the output PDF file / Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  5. 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("....Annotation Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/python-net/use-adv...
  6. New API Launched – GroupDocs.Merger for Java – ...

    Share this issue: Monthly NewsletterSeptember 2018 Java API to Merge, Reorder, Split or Remove Document Pages Manipulate Pdf, Word, Excel and PowerPoint Documents GroupDocs.Merger for Java - allows merging documents of same file formats into one. The document protection feature allows to password protect documents while joining popular business document formats: Pdf, Microsoft Word, Excel and PowerPoint. Product News .NET Text Analysis API for Excel Spreadsheets, Presentations and Text Documents GroupDocs....Remove Document Pages Manipulate PDF, Word, Excel and PowerPoint Documents...popular business document formats: PDF, Microsoft Word, Excel and PowerPoint...

    blog.groupdocs.com/total/new-api-launched-group...
  7. Load Database Documents with Options | GroupDocs

    Learn how to use DatabaseLoadOptions to configure database document loading in GroupDocs.Conversion for .NET. Supports NSF (Lotus Notes) and SQL formats....Annotation Product Solution GroupDocs...Convert ( "customer-records.pdf" , new PdfConvertOptions ());...

    docs.groupdocs.com/conversion/net/load-database...
  8. Rotate pages | GroupDocs

    This article explains how to rotate Pdf, HTML or Image pages when rendering documents with GroupDocs.Viewer within your .NET applications....Annotation Product Solution GroupDocs...when rendering a document as PDF: C# using GroupDocs.Viewer ;...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Supported file formats include: PDF, Microsoft Word, Excel, PowerPoint...features – an option for caching PDF copies of original files and...

    blog.groupdocs.com/groupdocs.blog/page/91/
  10. Load File From Stream | GroupDocs

    Pass any Python file-like object — open() handle, io.BytesIO, boto3/azure-blob/requests response body — to the Converter constructor to convert documents directly from memory or cloud storage without touching the local filesystem....Annotation Product Solution GroupDocs...stream and converting it to PDF. In this example we get and specify...

    docs.groupdocs.com/conversion/python-net/develo...