Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 40,364 for

documents

(0.16 sec)
  1. Introducing Metadata Signatures for PDF in Grou...

    We are delighted to announce another monthly release of GroupDocs.Signature for Java. This latest version 18.11 comes up with multitudinous features along with numerous improvements and fixes. The main feature introduced in this release is ability to add and search Metadata Signatures in a PDF document. Therefore, we would recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience....Metadata Signatures in a PDF document. Therefore, we would recommend...features and enhance your document e-signing experience. Features...

    blog.groupdocs.com/signature/groupdocs.signatur...
  2. Search for QR-Code e-signatures | Documentation

    This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...for electronic signatures in document / 🔍 QR Code Search for QR-Code...

    docs.groupdocs.com/signature/java/search-for-qr...
  3. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Slideshow Open Document Presentation Open Document Presentation...

    docs.groupdocs.com/parser/java/extract-data-fro...
  4. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Loading document / Sources / → Stream Load document from Stream...

    docs.groupdocs.com/signature/net/load-document-...
  5. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...Parameter Description document A template document. At runtime, this...

    docs.groupdocs.com/assembly/python-net/groupdoc...
  6. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from stream Load document from stream Leave...

    docs.groupdocs.com/parser/java/load-document-fr...
  7. Updating Text signature with advanced options |...

     This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Updating documents / Updating Text signature...

    docs.groupdocs.com/signature/java/updating-text...
  8. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing / Sign document with embedded and encrypted...

    docs.groupdocs.com/signature/java/implement-cus...
  9. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Import documents / Add document to Spreadsheet via...

    docs.groupdocs.com/merger/net/add-document-to-s...
  10. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering Documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....Contains options for rendering documents into PDF format. For details...details, see the documentation . public class PdfViewOptions : ViewOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...