Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 7,417 for

document signature api

(0.06 sec)
  1. Render TXT as HTML using C#

    In this tutorial, we will learn how to render TXT as HTML using C# without installing extra tools. Moreover, we will provide you C# code for rendering TXT to HTML....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/viewer/net/render-txt-as-html-...
  2. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata Api allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/net/extracting-comm...
  3. 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 the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer .NET Api (C#) to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/net/render-archive-fi...
  5. Digitally Sign PDF with Java on GroupDocs Blog ...

    Digitally Sign PDF with Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Digitally Sign PDF with Java on GroupDocs Blog | Document Automation Solu......with Java on GroupDocs Blog | Document Automation Solutions for ...with Java on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/de/tag/digitally-sign-pdf-wi...
  6. Add QR code in CSharp on GroupDocs Blog | Docum...

    Add QR code in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add QR code in CSharp on GroupDocs Blog | Document Automation Solutions for .NET......CSharp on GroupDocs Blog | Document Automation Solutions for ...CSharp on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/fr/tag/add-qr-code-in-csharp...
  7. generate qr code in csharp on GroupDocs Blog | ...

    generate qr code in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in generate qr code in csharp on GroupDocs Blog | Document Automation Solution......csharp on GroupDocs Blog | Document Automation Solutions for ...csharp on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/fr/tag/generate-qr-code-in-c...
  8. Render specific pages | Documentation

    This article explains how to view specific pages when processing Documents with GroupDocs.Viewer within your .NET applications....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/net/view-specific-pages/
  9. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for .NET...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/net/showcases/
  10. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for Node.js via Java...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/nodejs-java/showcases/