Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 5,398 for

file signature

(0.06 sec)
  1. System Requirements | GroupDocs

    No external software needed! GroupDocs.Viewer for Python via .NET renders Files directly....Signature Product Solution GroupDocs...systems libc6-dev — Development files for the GNU C Library Microsoft...

    docs.groupdocs.com/viewer/python-net/system-req...
  2. Licensing | GroupDocs

    Free conversion API version for Node.js developers is available to evaluate the API which will be similar to licensed version but with few limitations....Signature Product Solution GroupDocs...from File The following code sets a license from a file. 'use...

    docs.groupdocs.com/conversion/nodejs-java/licen...
  3. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....Signature Product Solution GroupDocs...to process and convert email files (such as MSG, EML, and MBOX)...

    docs.groupdocs.com/conversion/java/load-email-d...
  4. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....Signature Product Family GroupDocs.Metadata...RTF ) files can be converted to plain text (TXT) files for a...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Signature Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Add document to Diagram via OLE | GroupDocs

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Signature Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  7. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...contains text to be compared, not file path). Instantiate the object...

    docs.groupdocs.com/comparison/net/load-text-fro...
  8. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after Files comparison within your .NET applications....Signature Product Solution GroupDocs...metadata: Set metadata from source file C# using GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/set-document-...
  9. Split a worksheet into pages | GroupDocs

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet Files to HTML, PDF, and image formats....Signature Product Solution GroupDocs...basics / Render spreadsheet files / Split a worksheet into pages...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  10. GroupDocs.Conversion for Java

    Find answers about converting documents and images of various types using Java code on any platform....Signature Product Family GroupDocs.Metadata...in Java How to Convert Text File to JPG using Java How to Convert...

    kb.groupdocs.com/conversion/java/page/4/