Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 34,310 for

groupdocs.signature

(0.31 sec)
  1. Extracting common image information | GroupDocs

    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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/save-only-an...
  3. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  4. How to Extract Annotations from PDF in Java

    Easily extract annotations from PDF in Java by using one of the popular annotation libraries and learn how to write code to extract annotations in Java....Comparison Product Family GroupDocs.Signature Product Family GroupDocs...

    kb.groupdocs.com/annotation/java/how-to-extract...
  5. How to Convert PDF to HTML using C#

    Learn how to convert PDF to HTML using C# on any platform without any third-party software. Check out the guide and sample code to convert PDF to HTML in C#....Comparison Product Family GroupDocs.Signature Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Remove Watermark Annotation from PDF usi...

    This tutorial provides step-by-step instructions to remove watermark annotation from PDF using C# and guides how to write code to create the ability to delete watermark from pdf using C#....Comparison Product Family GroupDocs.Signature Product Family GroupDocs...

    kb.groupdocs.com/annotation/net/how-to-remove-w...
  7. Document Security on GroupDocs Blog | Document ...

    Document Security on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Security on GroupDocs Blog | Document Automation Solutions for .NET & Java ......令牌(加密狗、智能卡、HSM)通过 Pkcs11Interop 和 GroupDocs.Signature 对 PDF 文档进行签名。 Python...

    blog.groupdocs.com/zh/tag/document-security/ind...
  8. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/featu...
  9. Render documents | GroupDocs

    Rendering documents with GroupDocs.Viewer for Java in your Java applications....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/rendering-docume...
  10. Introducing GroupDocs.Parser for Java | GroupDocs

    What Is GroupDocs.Parser? GroupDocs.Parser is a powerful document data extraction API from over 50 document types in your applications. One of the most valuable features of GroupDocs.Parser is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API allows to easily extract text in accurate and quick modes. There are several advanced methods to extract text....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/introducing-grou...