Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 13,202 for

format

(0.28 sec)
  1. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....order to save it to some final format like DOCX or XLSX, user needs...

    docs.groupdocs.com/editor/java/create-editabled...
  2. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks with 7 practical examples. Learn to add, create, and customize watermarks for document security, remove watermarks, and protect files using GroupDocs.Watermark API for enterprise content protection....Professional-grade protection tools Multi-format document watermarking : Works...Check your file path. Use this format: # Good examples: document_path...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  3. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file Formats....returns supported document formats Implement file description...that returns document type format Provide JPEG image quality...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  4. High CPU Usage After Adopting Your .NET Library...

    Hey, After integrating your library, we’ve observed a significant increase in CPU usage across our services. Previously, we were using another vendor’s solution — it handled .docx files well but not PDFs. We switched t…...new SpreadsheetConvertOp { Format = SpreadsheetFileType.Csv };...

    forum.groupdocs.com/t/high-cpu-usage-after-adop...
  5. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Viewer for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....contains rendered pages in HTML format. Troubleshooting Font Issues...

    docs.groupdocs.com/viewer/nodejs-java/running-i...
  6. 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...
  7. 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...
  8. Compare Word Documents with Python: 7 Examples ...

    Master Word document comparison in Python with GroupDocs.Comparison. Detect changes, highlight differences, accept/reject modifications, and generate professional comparison reports with complete code examples....and change detection Multi-format document support : Word docs...every word, paragraph, and formatting detail Generated a professional...

    blog.groupdocs.com/comparison/compare-pdfs-usin...
  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...