Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 3,847 for

classification

(0.03 sec)
  1. Working with IPTC IIM metadata | Documentation

    This article shows how to access IPTC metadata in a file of any supported format....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/working-with-ip...
  2. Working with XML Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/working-with-xm...
  3. Search index events | Documentation

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/search-in...
  4. Render PDF documents as HTML and image files | ...

    Convert PDF files to HTML, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn basic rendering techniques....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/python-net/render-pdf...
  5. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/migration-notes/
  6. Add polyline annotation | Documentation

    The page describes how to add polyline annotation to a document using GroupDocs.Annotation for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/net/add-polyline-...
  7. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/render-ms-projec...
  8. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert web documents to PDF, PNG, and JPEG formats....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/render-web-docume...
  9. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. How to edit e-Book file | Documentation

    This article demonstrates how to edit e-Book files using Java programming language....Classification Product Solution Purchase...

    docs.groupdocs.com/editor/java/how-to-edit-ebook/