Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 4,068 for

feature

(0.16 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:...for more information on the feature. an image Extract the root...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. How to Convert TIFF to PDF in Java

    This guide walks you through the whole process to convert TIFF to PDF in Java. Explore sample code for Java TIFF to PDF capability and modify it as per your needs....TIFF to PDF converter Java feature. This sample code can be used...the Java convert TIFF to PDF feature by following the step-by-step...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Furthermore, we have added the feature of forced password validation...documents. Along with the new features, there are 14 improvements...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  4. Editing certain parts of a document using Java ...

    I have more Doubts. Is there some way that for example in the Editor we have a *.doc or *docx document that have the possibility to only let edit certain parts of it an the rest of the content could be block? Full threa…...there is no such a built-in feature. However, we’ve logged this...other parts, because this feature should be implemented in a...

    forum.groupdocs.com/t/editing-certain-parts-of-...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...only adds a number of new features to the API, but also adds...for .Net v17.10. The main feature introduced in this release...

    blog.groupdocs.com/groupdocs.blog/page/70/
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...expects something new and extra features form our APIs compare to other...We are introducing two new features like availability of arrow...

    blog.groupdocs.com/groupdocs.blog/page/72/
  7. Save Assembled Word Processing, Presentation, S...

    The HTML format is widely used for creating the webpages or, in other words, the HTML files. These days, every operating system, whether it be of desktop or mobile, contains the built-in web browser that supports viewing the HTML files. Other than that, many free web browsers are also available in the market. This means that any information or the content that is available in the form of HTML pages can easily be viewed just having installed a web browser....demonstrate this feature: C# Java Along with this feature, we have also...version to check how these features can make your report generation...

    blog.groupdocs.com/assembly/save-assembled-word...
  8. How to Convert MHTML to JPG in C#

    This short post will show you how to convert MHTML to JPG in C# without using any third-party software, as well as how to build MHTML to JPG converter functionality....instructions on how to use the feature. Steps to Convert MHTML to...C# MHTML to JPG converter feature. First, use the NuGet package...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Sign PDF with Digital Signature using Java

    This short tutorial walks you through the process to sign a PDF with a digital signature using Java and provides the implementation of a digital signature in Java....the implementation of this feature and can develop the functionality...the implementation of the feature. We have also defined various...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  10. Convenient Watermarking for Documents and Image...

    We are excited to announce that the first version of GroupDocs.Watermark for Java has been released. GroupDocs.Watermark for Java makes it simple to perform watermarking operations in various document and image formats. The API facilitates the Java developers with simple syntax, easy to use methods and a few lines of code to perform any watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove watermark from many popular document and image formats....read more about the API’s features. GroupDocs.Watermark for Java...Supported Features # Following are the salient features exposed...

    blog.groupdocs.com/watermark/introducing-groupd...