Sort Score
Result 10 results
Languages All
Labels All
Results 4,771 - 4,780 of 15,660 for

file

(0.37 sec)
  1. eSign Spreadsheet with Metadata signature | Gro...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...to sign Spreadsheet document files. Spreadsheet document metadata...sample.xlsx The following sample file is used in this example: More...

    docs.groupdocs.com/signature/python-net/esign-s...
  2. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...10 } }; // sign document to file signature . Sign ( "QrCodeEncrypted...generate QR codes and/or sign your files with QR codes for free, you...

    docs.groupdocs.com/signature/net/sign-documents...
  3. Delete indexed documents | GroupDocs

    GroupDocs.Search for Java has the ability to remove individual documents from the index that are indexed from a stream or structure....remove documents indexed by a file system path, see . The following...filePath ); byte [] buffer = Files . readAllBytes ( path ); ByteArrayInputStream...

    docs.groupdocs.com/search/java/delete-indexed-d...
  4. It's Time to Upgrade to GroupDocs.Viewer for .N...

    GroupDocs.Viewer for .NET has been serving the developers in creating the document viewer applications for many years. With the efforts of our hard-working team and the support of our valuable customers, we are able to make the API stand among the top-ranked document viewer APIs. Since the Sky is the only limit, we always keep on enriching the API with more features, improving its performance, and making its usage easier for the developers....rendering process for any supported file format. Easy to use - API now...

    blog.groupdocs.com/viewer/its-time-to-upgrade-t...
  5. Compare of Variables and Document properties | ...

    This article explains how to activate the comparison of document properties in GroupDocs.Comparison for Node.js via Java....better error handling // Define file paths for source, target, and...'sample-files/source.docx' ; const targetPath = 'sample-files/target...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  6. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Excel Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON).... Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  7. Installation | GroupDocs

    This guide explains how to install GroupDocs.Signature for .NET to your environment...dll file. You have referenced GroupDocs...

    docs.groupdocs.com/signature/net/installation/
  8. Installation | GroupDocs

    This guide explains how to install GroupDocs.Merger for .NET to your environment...dll file. You have referenced GroupDocs...

    docs.groupdocs.com/merger/net/installation/
  9. 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...
  10. Extract table of contents | GroupDocs

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....extract table of contents from CHM file: // Create an instance of Parser...

    docs.groupdocs.com/parser/java/extract-table-of...