Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 18,430 for

pdf viewer

(1.04 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:...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. Getting Document Information | GroupDocs

    Read format, page count, author, dimensions, table of contents, and format-specific metadata from Pdf, Word, Excel, PowerPoint, CAD, image, project management, and email documents without converting — using Converter.get_document_info() in GroupDocs.Conversion for Python via .NET....Viewer Product Solution GroupDocs...7794 Example 2: Get PDF Document Info get_pdf_document_info.py from...

    docs.groupdocs.com/conversion/python-net/develo...
  3. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Conversion for Node.js via Java. No Microsoft Office or other third‑party software is required....Viewer Product Solution GroupDocs...conversion of Word/Excel/PowerPoint/PDF and other text-based formats...

    docs.groupdocs.com/conversion/nodejs-java/syste...
  4. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Comparison for Node.js via Java. No Microsoft Office or other third‑party software is required....Viewer Product Solution GroupDocs...comparison of Word/Excel/PowerPoint/PDF and other text-based formats...

    docs.groupdocs.com/comparison/nodejs-java/syste...
  5. Save image as base64 | GroupDocs

    The listed articles below explain how to embed images as Base64 strings directly in the Markdown....Viewer Product Solution GroupDocs...base64_static (): """Convert a PDF to Markdown with images embedded...

    docs.groupdocs.com/markdown/python-net/as-base6...
  6. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) // setup key and passphrase...

    docs.groupdocs.com/signature/java/sign-document...
  7. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format 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...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Python via .NET supported document types...Viewer Product Solution GroupDocs...document Cross-format merge to PDF / XPS Cross-format merge to DOC...

    docs.groupdocs.com/merger/python-net/supported-...
  9. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....Viewer Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-formatted...
  10. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....Viewer Product Solution GroupDocs...welcome to extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/extract-hyperlin...