Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 7,417 for

document signature api

(0.1 sec)
  1. Advanced usage | Documentation

    This section explains how to apply additional options to customize output Document when signing Documents with GroupDocs.Signature for Java...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/java/advanced-usage/
  2. Convert word processing documents | Documentation

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF Documents to other formats with GroupDocs.Conversion for Java....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/conversion/java/convert/word...
  3. Extract metadata from Emails | Documentation

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of Document metadata objects; Iterate through the collection and get metadata names and values....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/java/extract-metadata...
  4. Remove Metadata from PDF using C#

    Quickly learn how to remove metadata from PDF using C#. Also, you'll be provided a code example to clean metadata from PDF in C# without installing extra software....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  5. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST Documents to different format based on content type using GroupDocs.Conversion for .NET....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata Api provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata Api provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. Saving | Documentation

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output Document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedOptions indicates whether to save only annotated pages or not. For details, see the following pages:...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/annotation/java/saving/
  8. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search Api occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/nodejs-java/about-sea...
  9. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from Documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online Document search App Along with full featured .NET library we provide simple, but powerful free Apps....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/nodejs-java/searching/
  10. Merge JPG files using Java

    Gain expertise in how to merge JPG files using Java. We will provide you with code to combine JPG files in Java, eliminating the need for additional softwares....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/merger/java/merge-jpg-files-us...