Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 5,458 for

file merger

(0.05 sec)
  1. Extract metadata from PDF documents | Documenta...

    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....Merger Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-metadata...
  2. 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....Merger Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-table-of...
  3. Sign documents with encrypted QR-code text | Do...

    This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API...Merger Product Solution GroupDocs...10 } }; // sign document to file signature . Sign ( "QRCodeEncryptedText...

    docs.groupdocs.com/signature/net/sign-documents...
  4. eSign Spreadsheet with Metadata signature | Doc...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...Merger Product Solution GroupDocs...to sign Spreadsheet document files. Spreadsheet document metadata...

    docs.groupdocs.com/signature/java/esign-spreads...
  5. Sign document with Swiss QR Barcode signature |...

    This article explains how to sign document with Swiss QR Barcode electronic signatures...Merger Product Solution GroupDocs...swissQR }; // sign document to file var signResult = signature ...

    docs.groupdocs.com/signature/net/sign-document-...
  6. eSign document with multiple signatures | Docum...

    This article explains how to sign document with multiple signatures of various type by GroupDocs.Signature API...Merger Product Solution GroupDocs...digitalOptions ); // sign document to file signature . sign ( "signed.pdf"...

    docs.groupdocs.com/signature/java/esign-documen...
  7. Add replacement annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-replacem...
  8. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Merger Product Solution GroupDocs...(MKV) files Working with metadata in Matroska (MKV) files Leave...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. How to generate barcode and sign document using...

    This guide describes how to improve your document with generated barcodes using C#. Sign your documents with Codabar, Event or Code39Extended using GroupDocs.Signature .NET API by GroupDocs....Merger Product Solution GroupDocs...GroupDocs.Signature How to sign PDF files with a barcode It is a common...

    docs.groupdocs.com/signature/net/how-to-generat...
  10. Working with metadata in ASF files | Documentation

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Merger Product Solution GroupDocs...metadata in ASF files Working with metadata in ASF files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...