Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 4,361 for

classification

(0.04 sec)
  1. Compare Excel Spreadsheets. Advanced Cell-by-Ce...

    Learn how to compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. Compare spreadsheets with custom styling, visibility controls, summary pages, and advanced comparison options....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/compare-excel...
  2. Working with metadata in PDF documents | GroupDocs

    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...
  3. How to edit e-Book file | GroupDocs

    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/
  4. Handle Common Template and Data Errors | GroupDocs

    Catch and handle common exceptions during document assembly and validate template syntax and data....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/basic-usage-err...
  5. Shapes in spreadsheet document | GroupDocs

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  6. Extract text in Raw mode | GroupDocs

    Learn how to extract text in Raw mode from documents using GroupDocs.Parser for Python via .NET. Fast text extraction with improved performance for large documents....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/python-net/extract-te...
  7. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/java/adding-text-w...
  8. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/python-net/working-...
  9. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-e...
  10. Working with XMP metadata | GroupDocs

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

    docs.groupdocs.com/metadata/java/working-with-x...