Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 880 for

area

(0.07 sec)
  1. 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...
  2. Manage EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manage EXIF metadata of your images in C#. Extract, update, add or remove EXIF data of your images programmatically using the metadata .NET API....Speed Image Direction Date Stamp Area Information Altitude Latitude...

    blog.groupdocs.com/metadata/manage-exif-data-in...
  3. Export Styles During Document Editing | GroupDocs

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....usually located in the “Styles” area on the “Home” tab; users can...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  4. Adding text watermarks | GroupDocs

    Add text watermarks to pages, worksheets, slides or frames using Python via .NET....is used to determine working area size. Using the MarginType property...

    docs.groupdocs.com/watermark/python-net/adding-...
  5. 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...
  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....is used to determine working area size. Using In the example above...

    docs.groupdocs.com/watermark/java/adding-text-w...
  7. Load WordProcessing document with options | Gro...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....comments are displayed in an area to the right of the document...

    docs.groupdocs.com/conversion/net/load-wordproc...
  8. 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...
  9. 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...
  10. 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...