Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 7,043 for

page

(0.08 sec)
  1. Subscribing for search process events | Documen...

    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. GroupDocs Watermark Overview | Documentation

    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...
  3. Sign documents with QR-code embedded object | D...

    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...
  4. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features...Overview Leave feedback This page contains a list of supported...refer to the corresponding pages in the section. Indexing GroupDocs...

    docs.groupdocs.com/search/java/features-overview/
  5. eSign PDF with Metadata signature | Documentation

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...signature Leave feedback On this page Overview provides class to specify...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/esign-pdf-with...
  6. Evaluation Limitations and Licensing | Document...

    free watermark api version is available to evaluate the API which will be similar as licensed but with few limitations....Licensing Leave feedback On this page Note You can use GroupDocs.Watermark...getConsumptionCredit (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/evaluation-li...
  7. eSign document with QR code signature | Documen...

    This article explains how sign documents with electronic signature as QR code on document Page with GroupDocs.Signature API....signature Leave feedback On this page What is a QR code? QR code (or...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/esign-document...
  8. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented as customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....Watermarks are added to every page across the document. So far...add watermarks to specific pages only, or place different watermarks...

    blog.groupdocs.com/viewer/protect-your-document...
  9. Custom logging | Documentation

    This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....logging Leave feedback On this page By default logging is disabled...return result ; } } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/how-to-impleme...
  10. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser.... 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/parser/java/load-document-fr...