Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 8,675 for

page

(0.36 sec)
  1. Subscribing for search process events | GroupDocs

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....time on searching each document page. to handle completion event...BarcodeSearchOptions (); // specify special pages to search on options . setAllPages...

    docs.groupdocs.com/signature/java/subscribing-f...
  2. Saving documents | GroupDocs

    The articles explain that how to save documents in different ways after making redactions....Redaction converts all pages (slides, worksheets) in a document...default options Select specific pages for rasterized PDF Save to Stream...

    docs.groupdocs.com/redaction/net/saving-documents/
  3. 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....Redaction converts all pages (slides, worksheets) in a document...default options Select specific pages for rasterized PDF Use advanced...

    docs.groupdocs.com/redaction/java/saving-docume...
  4. GroupDocs Watermark Overview | GroupDocs

    GroupDocs.Watermark for Java is a powerful API that helps you add, search, and remove watermarks from documents, images, presentations, and more. Whether you need to protect documents with watermarks, customize watermark content, or automate watermarking at scale, this library gives you everything you need. What You Can Do With GroupDocs.Watermark for Java, you can: Add watermark to document – Add image or text watermarks to PDF, Word, Excel, PowerPoint, Visio, and many other formats....Overview Leave feedback On this page GroupDocs.Watermark for Java...Need help? Visit our Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/groupdocs-wat...
  5. Installation | GroupDocs

    Install using NPM All Java packages are hosted at NPM. You can easily reference GroupDocs.Search for Node.js via Java API directly in your Node.js project by installing it with the following command. npm install @groupdocs/groupdocs.search... search Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/nodejs-java/installat...
  6. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for .NET API....options Leave feedback On this page provides the class to give you...pdf" , options ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/net/load-email-do...
  7. Sign documents with QR-code embedded object | G...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...object Leave feedback On this page provides ability to embed into...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer.... for_embedded_resources ( "page_ {0} .html" ) viewer . view...following pages for examples: Load from URL Was this page helpful...

    docs.groupdocs.com/viewer/python-net/load-docum...
  9. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Python via .NET...specifies whether to add a summary page with the detected changes statistics...Get list of changes Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/python-net/compar...
  10. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....width=“409” caption=“Index page - Index page of our app without CSS”]...com/averjr/4752864 Re-load the page and you will see: [caption ...

    blog.groupdocs.com/signature/working-with-group...