Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 7,143 for

may

(0.05 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:...resources GitHub examples You may easily run the code above and...

    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....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/advanced-sear...
  3. How to Convert Word Document to HTML using C#

    This article helps you to convert Word Document to HTML using C#. Generate HTML from DOCX using C# by following step-by-step guide and perform document conversion....to learn more about it, you may read the post on how to convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. How to Convert RTF to PDF in Java

    We explain to you the detailed instructions to convert RTF to PDF in Java and create a sample code for the implementation of Java RTF to PDF converter functionality.... Moreover, you may further optimize the converted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert TXT to PPTX using Java

    This article aims to convert TXT to PPTX using Java on commonly used operating systems. Also, a code example is provided to transform TXT to PPTX using Java.... Updated on 03 May 2023 English Français Türkçe...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in image format as well. In this blog post we’ll review the new feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult....SuperScript and SubScript # You may be familiar with these characters...

    blog.groupdocs.com/comparison/save-document-com...
  7. Creating world and excel tables with two expand...

    Hi, We are trying to replace our old reporting software with groupdocs. There’s however two types of tabels that we are unable to recreate within groupdocs. In the attachment I have provided an example of these tables. …...of columns is not fixed and may grow dynamically, there is no...

    forum.groupdocs.com/t/creating-world-and-excel-...
  8. Troubleshooting | GroupDocs

    This section contains issues that you May face and solutions for them when processing files with GroupDocs.Viewer....section contains issues that you may face and solutions for them when...

    docs.groupdocs.com/viewer/java/troubleshooting/
  9. What is the max filesize supported by GroupDocs...

    Hello there, I’m using Java GroupDocs.Conversion, so I’d like to know, what is the limit for a file large enough to be unsupported? Thanks in advance... We believe it may be challenging to test files...

    forum.groupdocs.com/t/what-is-the-max-filesize-...
  10. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/save-with-defa...