Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 3,887 for

document classification

(0.04 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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the Document (instead of Document class from previous versions). Adding watermarks was unified for all supported Document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/migration-notes/
  3. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for Documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/python-net/annotat...
  4. Annotation basics | GroupDocs

    Quick Start section about main features of GroupDocs.Annotation API, describes how to annotate Documents with just couple lines of code....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/basic-usage/
  5. Get file info | GroupDocs

    This article explains how to detect Document file type, size and calculate pages count with GroupDocs.Watermark....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  6. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/searching-wat...
  8. Working with Chart Reports - Pie | GroupDocs

    Articles in this section...Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-ch...
  9. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large Documents with GroupDocs.Signature API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/processes-can...
  10. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text watermarks to Documents which may consists of pages, worksheets, slides or frames....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/adding-text-wa...