Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 522 for

file type specification

(0.06 sec)
  1. 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....Usage / Managing metadata for specific formats / Video / Working...metadata in ASF files Working with metadata in ASF files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Save HTML to folder | Documentation

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for Java features....intermediate , and save to disk as HTML file with resource folder. Almost...load options, specific for this document family type - . Load options...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  3. Common conversion options | Documentation

    This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET.... is a list of specific page number to be converted...options. specifies the desired file type the input document should...

    docs.groupdocs.com/conversion/net/common-conver...
  4. Save HTML to folder | Documentation

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for .NET features....intermediate , and save to disk as HTML file with resource folder. Almost...load options, specific for this document family type - . Load options...

    docs.groupdocs.com/editor/net/save-html-to-folder/
  5. How to Sign RTF with Barcode Signature using C#

    Efficiently obtain guidance on how to sign RTF with Barcode signature using C#. Also, we'll supply you with code example to create Barcode signature in RTF using C#....object by providing the input RTF file path as an argument to its constructor...and set the Barcode signature type and preferred signing parameters...

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  6. Features Overview | Documentation

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document.... Following signature types are supported: Native text signatures...signatures based on certificate files and ability to support digital...

    docs.groupdocs.com/signature/java/features-over...
  7. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various Types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata.... Various types of metadata are existed such...Resource Blocks, ID3 and format-specific metadata properties. The Metadata...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  8. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Signature for .NET...document with various signature types with further verification and...and search with any supported file format. Document signature options...

    docs.groupdocs.com/signature/net/migration-notes/
  9. Search Text in Word, Excel, PDF, ZIP Document F...

    GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications....A wide selection of search types is available in text or object...search queries. The following types of search queries are supported:...

    blog.groupdocs.com/search/search-text-in-word-e...
  10. High CPU Usage with GroupDocs.Watermark for Jav...

    I am currently using the GroupDocs.Watermark for Java library in a Java 8 environment, and I have encountered an issue where the CPU usage exceeds 100% on our EC2 when invoking the watermarking service. Below is a brief …...info("file requested : " + filePath); DownloadVO...DownloadVO downloadVO = null; File file = new File(filePath); //파일이 미존재...

    forum.groupdocs.com/t/high-cpu-usage-with-group...