Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 5,450 for

file signature

(0.27 sec)
  1. Add highlight annotation | GroupDocs

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( highlight...

    docs.groupdocs.com/annotation/java/add-highligh...
  2. Add underline annotation | GroupDocs

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( underline...

    docs.groupdocs.com/annotation/java/add-underlin...
  3. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT Files. Therefore, for TXT File getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....Signature Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-table-of...
  4. Extract metadata from PDF documents | GroupDocs

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Signature Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-metadata...
  5. Generate QR codes Online | Add QR code to Docum...

    Create QR codes online! Learn to generate various types using user-friendly tools. Get a sneak peek into QR code creation with C# and Java code snippets....Signature , a flexible solution for...App # Check out GroupDocs.Signature App ! It’s an online tool...

    blog.groupdocs.com/signature/generate-qrcode-on...
  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#....Signature Product Solution GroupDocs...metadata (document properties, file information) from documents...

    docs.groupdocs.com/parser/net/extract-metadata-...
  7. Add polyline annotation | GroupDocs

    The page describes how to add polyline annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( polyline );...

    docs.groupdocs.com/annotation/java/add-polyline...
  8. Add replacement annotation | GroupDocs

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( replacement...

    docs.groupdocs.com/annotation/java/add-replacem...
  9. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF Files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Signature Product Solution GroupDocs...Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...Signature Product Solution GroupDocs...(stored inside the document file) and the system fonts, which...

    docs.groupdocs.com/viewer/java/getting-used-fonts/