Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 44,324 for

documents

(0.1 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. Advanced search archive documents | GroupDocs

    This article explains how to make advanced search withing the archive that contains several Documents for any electronic signatures with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Archive Advanced search archive documents Leave feedback On this page...

    docs.groupdocs.com/signature/net/advanced-searc...
  3. Indexing metadata of documents | GroupDocs

    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...
  4. Merge Word documents | GroupDocs

    Follow this guide and learn how to merge Word Documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...files / Merge Word documents Merge Word documents Leave feedback...

    docs.groupdocs.com/merger/python-net/merge/word/
  5. Signing documents | GroupDocs

    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/
  6. Extract metadata from documents | GroupDocs

    Learn how to extract metadata from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Get document properties like author, title, creation date in C#....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. Protecting word processing documents | GroupDocs

    Protect and unprotect Word Documents using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...word-processing documents / Protecting word processing documents Protecting...

    docs.groupdocs.com/watermark/python-net/protect...
  8. Extract data from PDF documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from PDF Documents. Also password-protected PDFs and PDF portfolios are supported. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to parse Documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online Free Online Document Parser App....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...from PDF documents Extract data from PDF documents Leave feedback...

    docs.groupdocs.com/parser/java/extract-data-fro...
  9. Password-protected documents | GroupDocs

    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...
  10. 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...