Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 13,372 for

format

(3.04 sec)
  1. Meridian Outdoor Co. — Professional Services

    Professional Services A catalog of engagements offered by Meridian Outdoor Co. Overview This catalog describes the six professional services that Meridian offers to partners, wholesalers, and enter......client's team size and delivery format. We offer half-day workshops...

    docs.groupdocs.com/annotation/python-net/_outpu...
  2. 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/java/document-filteri...
  3. 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/nodejs-java/document-...
  4. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....pptx" ); } Warning Line format settings are not supported...

    docs.groupdocs.com/watermark/net/add-watermarks...
  5. Detect file type of container item | GroupDocs

    Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET.... file_format } " ) print ( f " Extension:...file_type = info . file_type . file_format else : file_type = "Unknown"...

    docs.groupdocs.com/parser/python-net/detect-fil...
  6. Extract images from document page | GroupDocs

    Learn how to extract images from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page image extraction from PDF, Word, PowerPoint....supported for the document format Related pages Was this page...

    docs.groupdocs.com/parser/python-net/extract-im...
  7. Compare Word Documents in C# .NET – Revision Tr...

    Compare two Word documents programmatically in C# with GroupDocs.Comparison for .NET: choose between revision‑track (Accept/Reject) and inline highlight output modes. Includes ready‑to‑run C# examples and a breakdown of WordCompareOptions....and produce the result in the format your reviewers prefer. The...makes the comparison pick up formatting differences (bold, font size...

    blog.groupdocs.com/comparison/compare-word-docu...
  8. Word Comparison in .NET: Revision Track vs High...

    Compare Word documents in .NET with GroupDocs.Comparison: choose between revision‑track (Accept/Reject) and inline highlight output modes. Includes ready‑to‑run C# examples and a breakdown of WordCompareOptions....and produce the result in the format your reviewers prefer. The...makes the comparison pick up formatting differences (bold, font size...

    blog.groupdocs.com/comparison/word-comparison-n...
  9. 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...
  10. 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...