Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 908 for

area

(0.1 sec)
  1. 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.... First, this clears an area in which files will be displayed...

    blog.groupdocs.com/viewer/developing-extensions...
  2. 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....is used to determine working area size. Using In the example above...

    docs.groupdocs.com/watermark/java/adding-text-w...
  3. Custom Fonts in GroupDocs.Watermark - Implement...

    Learn how to utilize custom fonts in GroupDocs.Watermark to ensure branding consistency and system independence. Follow our step-by-step instructions and Docker setup....libc6-dev # Add `contrib` archive area to package sources list RUN...

    blog.groupdocs.com/watermark/using-custom-fonts...
  4. SVG to JPG image conversion issue in Java - Fre...

    Hi @atir.tahir We’ve implemented SVG to JPG image conversion using the latest version of GroupDocs (v25.3). However, the output images appear blurry, and the fonts do not seem to render correctly during the conversion p…...300" ) to focus on the specific area of the text or content you wish...

    forum.groupdocs.com/t/svg-to-jpg-image-conversi...
  5. Generate Tiling Watermarks - Enhance Document S...

    Discover the techniques to generate tiling watermarks for documents using C#, Java, and Node.js. Enhance your document security with this step-by-step guide....that covers the entire surface area of the document. Unlike standard...single marks placed in specific areas (such as the corner or center...

    blog.groupdocs.com/watermark/generate-tiling-wa...
  6. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....is used to determine working area size. Using the MarginType property...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  7. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...be displayed in the document area. (When clicking on the Thumbs...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  8. 5 Secure Methods to Add Watermarks to Word Docu...

    Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods from basic to advanced with complete code examples....can: Double-click the header area to enter edit mode Select the...allowing specific document areas to remain editable. It combines...

    docs.groupdocs.com/watermark/net/secure-methods...
  9. Edit Markdown documents | GroupDocs

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for Java....document will have an “empty area”, where the image should be...

    docs.groupdocs.com/editor/java/edit-markdown/
  10. Edit Markdown documents | GroupDocs

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET....document will have an “empty area”, where the image should be...

    docs.groupdocs.com/editor/net/edit-markdown/