Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 5,155 for

file signature

(0.05 sec)
  1. Email attachments | Documentation

    This article shows how to get the information about the attachments....Signature Product Solution GroupDocs...Name ); Console . WriteLine ( "File format: {0}" , attachment ....

    docs.groupdocs.com/watermark/net/email-attachme...
  2. Compare bookmarks in Word documents | Documenta...

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java....Signature Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/java/compare-book...
  3. Save attachments | Documentation

    Save attachments and embedded Files from PDF, Outlook data File or email...Signature Product Solution GroupDocs...Instantiate the object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  4. Install GroupDocs.Viewer for Python via .NET | ...

    Install GroupDocs.Viewer for Python via pip or download assemblies from the official website....Signature Product Solution GroupDocs...assemblies. Download the Wheel File: On the download page, locate...

    docs.groupdocs.com/viewer/python-net/installation/
  5. Load from Stream | Documentation

    This article shows that how to load File from stream using redaction API...Signature Product Solution GroupDocs...As an alternative to a local file, can open a document from stream...

    docs.groupdocs.com/redaction/net/load-from-stream/
  6. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...Signature Product Solution GroupDocs...) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Signature Product Solution GroupDocs...Java / Developer Guide / Merge files / Merge pages in the arbitrary...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  8. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your Java applications....Signature Product Solution GroupDocs...following images show the output file with and without external resources...

    docs.groupdocs.com/viewer/java/loading-external...
  9. Load XML document with options | Documentation

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs...set attribute Input document file type Whether to generate page...

    docs.groupdocs.com/conversion/net/load-xml-docu...
  10. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Signature Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

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