Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 3,018 for

file editor

(0.1 sec)
  1. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....compare password-protected PDF files, accept or reject changes, and...comparing more than two PDF files using Java We already discussed...

    blog.groupdocs.com/categories/groupdocs.compari...
  2. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....Editor Product Solution GroupDocs...metadata properties from the file var properties = metadata ....

    docs.groupdocs.com/metadata/net/extracting-prop...
  3. OCR support | GroupDocs

    This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents...Editor Product Solution GroupDocs...); path = path . Replace ( "file:\\" , "" ); using ( var engine...

    docs.groupdocs.com/search/net/ocr-support/
  4. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....Editor Product Solution GroupDocs...metadata properties from the file IReadOnlyList < MetadataProperty...

    docs.groupdocs.com/metadata/java/extracting-pro...
  5. Extracting MakerNote metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Editor Product Solution GroupDocs...MakerNote format. a raw image file that contains MakerNote metadata...

    docs.groupdocs.com/metadata/java/extracting-mak...
  6. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....CSV Comma Separated Values files are widely used for exchanging...Separated Values (CSV) is a file format for storing the data...

    blog.groupdocs.com/categories/groupdocs.assembl...
  7. Working with metadata in ASF files | GroupDocs

    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....Editor Product Solution GroupDocs...metadata in ASF files Working with metadata in ASF files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Multicolored Numbered List in Spreadsheet Docum...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Multicolored Numbered List in Microsoft Excel Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Excel 2013....Editor Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  9. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats.... PDF is a file format that is used to present...MS Word documents (DOC/DOCX) files into PDF format in Java. Further...

    blog.groupdocs.com/categories/groupdocs.convers...
  10. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....Editor Product Solution GroupDocs...optionsTextDIG ); // sign document to file SignResult signResult = signature...

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