Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 14,049 for

file

(0.09 sec)
  1. Extract Formatted Text from CHM Documents using...

    We keep looking forward to bringing you more features and therefore, we have released version 18.3 of GroupDocs.Text for .NET providing the support of extracting formatted text from CHM documents. The latest version also allows you to extract text by pages and extract table of content from CHM documents. The following sections will provide you the details about the new features of the API. Extracting Formatted Text from CHM Documents GroupDocs....is null, then the end of the file is reached while (line != null)...

    blog.groupdocs.com/parser/extract-formatted-tex...
  2. eSign document with multiple signatures | Docum...

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

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

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

    docs.groupdocs.com/annotation/java/add-replacem...
  4. 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....metadata in ASF files Working with metadata in ASF files Leave feedback...format-specific information from ASF files. The following are the steps...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...following encodings of text files during indexing: UTF-32 LE,...encoding auto detection of text files is disabled. But in any case...

    docs.groupdocs.com/search/net/indexing-options/
  6. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional File format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....and extract some additional file format information. a WordProcessing...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Compare Multiple PDF Files in Java | Accept or ...

    Compare two or more PDF Files in Java using document Comparison API. Highlight the differences and accept or reject the identified changes....compare more than just two files? Well, today we’re going to...interested in Comparing PDF Files Online , visit the Online PDF...

    blog.groupdocs.com/comparison/compare-multiple-...
  8. Extract Hyperlinks from PPTX using C#

    Learn how to extract hyperlinks from PPTX using C# for presentation analysis, content management. This topic also includes code to read hyperlinks from PPTX in C#....validating links, or converting PPTX files to other formats, this guide...embedded URLs within PowerPoint files. Whether you’re handling single...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  9. Watermark Images | Text and Image Watermarks

    Add text and image watermarks to Images (JPG, PNG, etc). Apply watermarks using the online watermark application or using .NET and Java libraries....or images (like JPG or PNG files). First, we’ll check out a simple...Watermark app . Upload your image file (like JPG, JPEG, PNG, and more)...

    blog.groupdocs.com/watermark/watermark-images/
  10. 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....(MKV) files Working with metadata in Matroska (MKV) files Leave...format-specific information from MKV files. The following are the steps...

    docs.groupdocs.com/metadata/net/working-with-me...