Sort Score
Result 10 results
Languages All
Labels All
Results 4,761 - 4,770 of 15,413 for

file

(0.09 sec)
  1. Extract metadata from documents | GroupDocs

    Learn how to extract metadata from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Get document properties like author, title, creation date in C#....metadata (document properties, file information) from documents...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. 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...
  3. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Python via .NET...detection algorithm and output file creation by setting the CompareOptions...

    docs.groupdocs.com/comparison/python-net/compar...
  4. eSign document with multiple signatures | Group...

    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...
  5. Add replacement annotation | GroupDocs

    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...
  6. Add watermark annotation | GroupDocs

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

    docs.groupdocs.com/annotation/java/add-watermar...
  7. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements....PDF instead of the original file (please see how to configure...the size of the sprites.png file. 4. Plenty of other minor features...

    blog.groupdocs.com/viewer/new-features-and-impr...
  8. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...(stored inside the document file) and the system fonts, which...sample.docx sample.docx is sample file used in this example. Click...

    docs.groupdocs.com/viewer/java/getting-used-fonts/
  9. .NET PKCS#11 Signing Tutorial -- USB Dongle, Sm...

    Step-by-step tutorial explaining how to sign PDF documents in .NET using PKCS#11 tokens (dongles, smart cards, HSMs) via Pkcs11Interop and GroupDocs.Signature....certificate in a local PFX or P12 file is convenient but exposes the...NET-PKCS11-Sample.csproj # Project file ├── Program.cs # Entry point...

    blog.groupdocs.com/signature/sign-documents-wit...
  10. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF Files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...Working with metadata in ASF files Reading ASF format-specific...

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