Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 30,060 for

groupdocs.conversion

(0.15 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:...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  3. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/advanced-sear...
  4. GroupDocs.Assembly for Java 18.5 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 18.5. Major Features Support for dynamic coloring of chart series and individual series points for the most of supported file formats. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-67  Support dynamic coloring of chart series and individual series points for Word Processing documents  Feature ASSEMBLYNET-68 Support dynamic coloring of chart series and individual series points for Spreadsheet documents  Feature ASSEMBLYNET-69 Support dynamic coloring of chart series and individual series points for Presentation documents  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  5. Քաղեք տեքստ DOC-ից Java-ի միջոցով

    Այս հոդվածը բացատրում է, թե ինչպես հանել տեքստը DOC-ից Java-ի միջոցով: Այն նաև տրամադրում է կոդ օրինակ՝ Java-ում DOC-ից տեքստի դուրսբերման համար՝ առանց լրացուցիչ ծրագրաշարի օգտագործման:...Total Product Family GroupDocs.Conversion Product Family GroupDocs...

    kb.groupdocs.com/hy/parser/java/extract-text-fr...
  6. How to install Asian Fonts on CentOS | Document...

    This article will guide you through the installation of Asian Fonts on CentOS 6 / 7 / 8....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-install-a...
  7. GroupDocs.Redaction Overview | Documentation

    Learn what redaction is and how it works. Redaction refers to editing a document to remove or hide confidential or sensitive information....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/groupdo...
  8. How to install Asian Fonts on CentOS | Document...

    This article will guide you through the installation of Asian Fonts on CentOS 6 / 7 / 8....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-install-as...
  9. Merging Table Cells Dynamically | Documentation

    Note This feature is supported by version 19.1 or greater Note The code uses some of the objects defined in The Business Layer. Merging Table Cells Dynamically Using GroupDocs.Assembly for Java, you can merge table cells with equal textual contents within your reports dynamically using cellMerge tags. Syntax of a cellMerge tag is defined as follows: <> Warning A horz switch is optional. If the switch is present, it denotes a cell merging operation in a horizontal direction....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/merging-table-...
  10. 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:...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-data-fro...