Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 15,745 for

pdf annotation

(0.06 sec)
  1. Updating Text signature with advanced options |...

     This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/java/updating-text...
  2. Updating QR-code signatures with advanced optio...

     This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/java/updating-qr-c...
  3. Updating Barcode signatures with advanced optio...

     This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/java/updating-barc...
  4. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more....Annotation Product Solution GroupDocs...Description Document body Metadata Annotations(comments) Remarks Embedded...

    docs.groupdocs.com/redaction/python-net/support...
  5. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Annotation Product Solution GroupDocs...spreadsheet. For example, the PDF document can be inserted in the...

    docs.groupdocs.com/merger/net/add-document-to-s...
  6. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Annotation Product Solution GroupDocs...= File . OpenRead ( "sample.pdf" )) { using ( Signature signature...

    docs.groupdocs.com/signature/net/load-document-...
  7. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Annotation Product Solution GroupDocs...new FileInputStream ( "sample.pdf" ); Signature signature = new...

    docs.groupdocs.com/signature/java/load-document...
  8. 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....Annotation Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Annotation Product Solution GroupDocs...@"C:\\Temp\\sample_output_file.pdf" , FileMode . Open , FileAccess...

    docs.groupdocs.com/redaction/net/save-to-stream/
  10. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Signature ( "samplePasswordProtec.pdf" )) { DigitalSearchOptions options...

    docs.groupdocs.com/signature/net/searching-for-...