Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 15,004 for

pdf viewer

(0.06 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:...Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Viewer Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/get-file-info/
  3. Features Overview | Documentation

    a feature-rich document data parsing API that allows to create a template with data field definitions, table definitions. Then it's easy to use the template to parse and extract data such as prices, invoices, tables from your typical documents....Viewer Product Solution GroupDocs...documents like ZIP archives, PDF portfolios, emails, OST containers...

    docs.groupdocs.com/parser/net/features-overview/
  4. How to generate QR Code and sign document using...

    This guide describes how to improve your document with generated QR code using C#. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature .NET API by GroupDocs....Viewer Product Solution GroupDocs...processing. Supported formats are PDF, Microsoft Word, Microsoft PowerPoint...

    docs.groupdocs.com/signature/net/how-to-generat...
  5. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....Viewer Product Solution GroupDocs...documents like ZIP archives, Pdf portfolios, emails, OST containers...

    docs.groupdocs.com/parser/java/features-overview/
  6. Product Overview | Documentation

    GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or Pdf without third party software installed....Viewer Product Solution GroupDocs...popular document formats such as PDF, DOCX, XLSX, PPTX, XPS and others...

    docs.groupdocs.com/editor/net/product-overview/
  7. Load Document | Documentation

    Following this guide, you will learn how to load a document from the local disk or file stream for editing with GroupDocs.Editor for Node.js via Java API....Viewer Product Solution GroupDocs...EMLX, MHT EmailLoadOptions PDF PDF PdfLoadOptions Using load options...

    docs.groupdocs.com/editor/nodejs-java/load-docu...
  8. Troubleshooting | Documentation

    This section contains issues that you may face and solutions for them when processing files with GroupDocs.Viewer....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/troubleshooting/
  9. Parse data from documents | Documentation

    This article shows how to extract data from documents of various formats including Pdf, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....Viewer Product Solution GroupDocs...of various formats including PDF, Microsoft Word, Excel, LibreOffice...

    docs.groupdocs.com/parser/java/parse-data-from-...
  10. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Viewer Product Solution GroupDocs...metadata . Metadata ( "input.pdf" ); // Remove detected metadata...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...