Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 12,413 for

format

(0.15 sec)
  1. Add watermarks to word processing documents | G...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....allows the user to divide and format the into multiple . Defining...specific page layout and formatting for different parts of the...

    docs.groupdocs.com/watermark/net/add-watermarks...
  2. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)... format ( args . getTime ())); } });...system errors or unsupported formats of indexed documents. An example...

    docs.groupdocs.com/search/java/search-index-eve...
  3. Extract data from databases | GroupDocs

    Complete guide to extracting data from databases via ADO.NET using GroupDocs.Parser for .NET. Learn how to connect to SQLite, SQL Server, and other database providers to extract table data.... Format ( "Provider=System.Data.Sqlite;Data...

    docs.groupdocs.com/parser/net/extract-data-from...
  4. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide.... close (); Warning Line format settings are not supported...

    docs.groupdocs.com/watermark/java/add-watermark...
  5. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....files will be indexed if their format is supported. The following...

    docs.groupdocs.com/search/net/document-filterin...
  6. 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....different formats of the documents. Document Format Unit of Measure...margins For most document formats you can set page margins when...

    docs.groupdocs.com/watermark/java/adding-text-w...
  7. Developing Extensions for Google Chrome - Group...

    This article describes how Google Chrome extensions are structured. Also I’ll show you how to create one using the GroupDocs Viewer extension as an example. Google Chrome extensionsIn contrast to developing extensions for FireFox, writing extensions for Google Chrome is a rather simple task. Chrome extensions are archives that contain the manifest file, called manifest.json and other resource files. The manifest file describes a extension’s general inFormation: any pages and scripts it uses, and permissions....pem format. # { "name": "GroupDocs Viewer"...creates an appropriately formatted element for each. For folders...

    blog.groupdocs.com/viewer/developing-extensions...
  8. 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....Extract formatted text To extract text with formatting information:...ElementTree as ET def extract_formatted_text ( file_path ): """ Extract...

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

    Add text watermarks to pages, worksheets, slides or frames using Python via .NET....different formats of the documents. Document Format Unit of Measure...different objects in different formats. Some properties may not be...

    docs.groupdocs.com/watermark/python-net/adding-...
  10. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)... format ( args . getTime ())); }, })...system errors or unsupported formats of indexed documents. An example...

    docs.groupdocs.com/search/nodejs-java/search-in...