Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 39,109 for

documents

(0.04 sec)
  1. Digitally Sign Word Documents with Java

    Master the art of digitally signing Word Documents with certificates in Java. Customize signatures and build your own application using Digital Signature API....中國傳統的 Digitally signing Word documents using a digital certificate...certificate ensures the document’s authenticity and integrity. This process...

    blog.groupdocs.com/signature/sign-word-files-wi...
  2. Implement Link Annotation in PDF Documents

    You might be wondering if there would be more annotation types. The wait is over, we’ve introduced Link Annotation in GroupDocs.Annotation for .NET 19.4. With the passage of time we’ll introduce more annotations. Currently, Link Annotation is supported for PDF, Slides and Word Documents only. Let’s see the minimal set of fields required for Link Annotation. There is one improvement and few bug fixes introduced as well. Previously, GetPdfFile method was not processing password protected Documents....for PDF, Slides and Word documents only. Let’s see the minimal...processing password protected documents. Now, if you need to process...

    blog.groupdocs.com/annotation/implement-link-an...
  3. Signing documents | Documentation

    This section contains advanced examples and demonstrates all possible features for signing Documents with various electronic signature types, setup different options and visual effects....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...usage / Signing documents Signing documents Leave feedback Locating...

    docs.groupdocs.com/signature/net/signing/
  4. Saving documents | Documentation

    The articles explain that how to save Documents in different ways after making redactions....Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...Advanced usage / Saving documents Saving documents Leave feedback Saving...

    docs.groupdocs.com/redaction/python-net/saving-...
  5. Rendering Documents as PDF

    The Portable Document Format (PDF) is a file format to present Documents, including text formatting and images, in a manner independent of the application software, hardware, and operating systems. Based on the PostScript language, each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, fonts, vector graphics, raster images and other information needed to display it. This post demonstrates the usage of the GroupDocs.Viewer APIs (GroupDocs....The Portable Document Format (PDF) is a file format to present...present documents, including text formatting and images, in a manner...

    blog.groupdocs.com/viewer/rendering-documents-a...
  6. Extract metadata from documents | Documentation

    This article shows how to extract metadata with GroupDocs.Parser from Documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...metadata from documents Extract metadata from documents Leave feedback...

    docs.groupdocs.com/parser/net/extract-metadata-...
  7. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on Documents. To index only metadata without main content of Documents, you only need to set IndexType.MetadataIndex when creating an index....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...metadata of documents Indexing metadata of documents Leave feedback...

    docs.groupdocs.com/search/java/indexing-metadat...
  8. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected Documents. The following are the steps to work with password protected Documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected Documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Password-protected documents Password-protected documents Leave feedback...

    docs.groupdocs.com/parser/java/password-protect...
  9. Import documents | Documentation

    This section describes how to import Documents into another document as OLE objects using C# language...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Import documents Import documents Leave feedback This...

    docs.groupdocs.com/merger/net/import-documents/
  10. Import documents | Documentation

    This section describes how to import Documents into another document as OLE objects using Java language...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Import documents Import documents Leave feedback This...

    docs.groupdocs.com/merger/java/import-documents/