Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 5,629 for

file comparison

(0.06 sec)
  1. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....Comparison Product Solution GroupDocs...shadow ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  2. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....Comparison Product Solution GroupDocs...supported for CSV files. Therefore, for CSV file method returns...

    docs.groupdocs.com/parser/java/extract-metadata...
  3. Extract metadata from Microsoft Office Excel sp...

    This article explains that how to extract metadata from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Comparison Product Solution GroupDocs...supported for CSV files. Therefore, for CSV file method returns...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. Inserting Documents Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for File formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during runtime....Comparison Product Solution GroupDocs...Base64-encoded bytes is available for file formats where dynamic document...

    docs.groupdocs.com/assembly/net/inserting-docum...
  5. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....Comparison Product Solution GroupDocs...shadow ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Comparison Product Solution GroupDocs...extract documents from ZIP files and get attachments from containers...

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Inserting Documents Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for File formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....Comparison Product Solution GroupDocs...Base64-encoded bytes is available for file formats where dynamic document...

    docs.groupdocs.com/assembly/java/inserting-docu...
  8. 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....Comparison Product Solution GroupDocs...metadata in ASF files Working with metadata in ASF files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...Comparison Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "signed.pdf"...

    docs.groupdocs.com/signature/java/esign-documen...
  10. Save output to a stream | Documentation

    This article shows how to save output to a stream when rendering a document...Comparison Product Solution GroupDocs...instantiate and release the output file streams. defines methods to...

    docs.groupdocs.com/viewer/net/save-output-to-st...