Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 82,230 for

groupdocs

(2.8 sec)
  1. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by Groupdocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/java/loading-specific...
  3. Remove annotation from document | GroupDocs

    The page describes how to remove annotations from document when collaborate, edit and annotate documents using Groupdocs.Annotation for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/net/remove-annota...
  4. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/handling-passw...
  5. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/handling-pass...
  6. GroupDocs Blog

    Groupdocs Blog - Groupdocs Blog | Document Automation Solutions for .NET & Java Developers...Team GroupDocs is excited to release version 18.6 of GroupDocs...We are pleased to announce GroupDocs.Merger for .NET 18.5. A back-end...

    blog.groupdocs.com/groupdocs.blog/page/59/
  7. GroupDocs Blog

    Groupdocs Blog - Groupdocs Blog | Document Automation Solutions for .NET & Java Developers...to announce the release of GroupDocs.Metadata for .NET 19.1. In...rolled out version 19.1 of GroupDocs.Viewer for .NET. The latest...

    blog.groupdocs.com/groupdocs.blog/page/48/
  8. GroupDocs Blog

    Groupdocs Blog - Groupdocs Blog | Document Automation Solutions for .NET & Java Developers...excited to announce that GroupDocs.Watermark is coming soon to...popular document formats. GroupDocs.Watermark for Java will allow...

    blog.groupdocs.com/groupdocs.blog/page/64/
  9. Introducing GroupDocs.Signature for Python via ...

    Introduction to Groupdocs.Signature for Python via .NET - what is it and why to use...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/python-net/introdu...
  10. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/load-document...