Sort Score
Result 10 results
Languages All
Labels All
Results 4,491 - 4,500 of 4,666 for

classification

(0.22 sec)
  1. 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...
  2. Billing Consolidator Demo | GroupDocs

    Learn how to consolidate invoices, receipts, and supporting documents into a single PDF using GroupDocs.Merger for Python via .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/python-net/getting-st...
  3. Generate Email Messages from Data | GroupDocs

    Create email messages with dynamic subject, body, and recipients from data sources using templates....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  4. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Edit PDF | GroupDocs

    This guide demonstrates how to edit content of PDF files like common text documents using GroupDocs.Editor for Node.js via Java....Classification Product Solution Purchase...

    docs.groupdocs.com/editor/nodejs-java/edit-pdf/
  6. Specify spreadsheet rendering options | GroupDocs

    Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/python-net/specify-re...
  7. Render PowerPoint presentations as HTML, PDF, a...

    Convert PowerPoint presentations to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/python-net/render-pre...
  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. 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...
  10. Extract text structure | GroupDocs

    Learn how to extract text structure from documents using GroupDocs.Parser for Python via .NET. Get XML representation of document structure including paragraphs, tables, lists....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/python-net/extract-te...