Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 7,988 for

page

(0.14 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:... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Advanced search for Form Field signatures | Gro...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/advanced-sear...
  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.... Message ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/classification/net/classify-...
  4. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for .NET....file Leave feedback On this page This demonstration shows and...have a UTF-8 encoding. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/net/how-to-edit-csv-f...
  5. Update watermarks | GroupDocs

    This article shows how to update existing text or image watermarks....watermarks Leave feedback On this page The GroupDocs.Watermark library...“Advanced usage” section. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  6. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for .NET...Fields Leave feedback On this page This article demonstrates how...successfully finished" ); } } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/net/edit-and-update-f...
  7. eSign image with Digital signature | GroupDocs

    This article demonstrates how to sign images with digital signatures using steganography (LSB technique) with GroupDocs.Signature for .NET. Learn how to embed invisible digital signatures into PNG and JPG images....signature Leave feedback On this page What is an Image Digital Signature...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/esign-image-wi...
  8. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/loading-of-temp...
  9. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....watermarks Leave feedback On this page Searching possible watermarks...print ( "PageNumber" , wm . page_number ) print ( "" ) Search...

    docs.groupdocs.com/watermark/python-net/searchi...
  10. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Text in HTML Documents Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/net/extract-data-from...