Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 14,049 for

file

(0.1 sec)
  1. 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 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:...package Use the method to obtain file format information advanced_usage...

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

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  3. Issue with Font :- "Leelawadee UI" - Free Suppo...

    Hi, When we try to convert a document with the ‘Leelawadee UI’ font to PDF, we encounter some issues in characters. Can you please suggest something here?... Attaching the zip file with sample code and refer below...before continuing Unzip the file, navigate to the folder in a...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  4. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....be used when for some reason files have non-standard extensions...kinds of plain text files (batch, command files, etc.) could be opened...

    docs.groupdocs.com/redaction/python-net/extend-...
  5. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....simultaneously view the same file. The web application uses GroupDocs...local disk to store the cache files. The FileCache is not thread...

    docs.groupdocs.com/viewer/net/implement-thread-...
  6. GroupDocs.Total for .NET | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....spreadsheets, presentations, PDF files, emails, images, and 3D models...(OCR) on scanned images and PDF files to extract text and search their...

    docs.groupdocs.com/total/net/
  7. Sign PDF Documents with Text Signature using Gr...

    Considering the extensibility of the API, team GroupDocs is pleased to announce another monthly release of GroupDocs.Signature for Java 17.4.0. This release comes with multitude of new features, improvements and bug fixes. Now, GroupDocs.Signature for Java developers can sign PDF documents with text signature as sticker. Furthermore, API permits developers to rotate Text or Image signature appearance. We would recommend you to download the new release and evaluate the exciting features to enhance document signature experience....Apply lower case for output file extension Fix background appearance...for Java: # Download – JAR Files Documentation – API Docs Product...

    blog.groupdocs.com/signature/introducing-groupd...
  8. How to Sign XLSX with Image Signature using Java

    Quickly learn how to sign XLSX with image signature using Java. Moreover, a code example will be provided to create image signature in XLSX using Java....Signature class by using XLSX file path in its constructor Instantiate...the input and output Excel files’ path, you can integrate the...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  9. Viewer replace characters with square - Free Su...

    Hello, we have a new bug. Viewer is replacing some characters and double characters in the document with an empty square. Can you take a look at it? They are not special characters. We are using version 25.2. Thanks, …...default options and output HTML files have no reported issues with...ligature. I’m attaching here a HTML file “Petr-licensed-page2.html” in...

    forum.groupdocs.com/t/viewer-replace-characters...
  10. Extract Data from Invoices or Receipts in Java ...

    Extract Invoice data from PDF invoices or receipts programmatically in Java. Document parsing & data extraction API by GroupDocs supports various formats....section , you may download the JAR file or just get the repository and...used invoice from the sample files available at the GitHub repository...

    blog.groupdocs.com/parser/extract-data-from-inv...