Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 608 for

custom font

(0.1 sec)
  1. Customize watermarks | Documentation

    This article shows how to adjust text or image watermarks to your needs....app About About Us Contact Customers Legal Security Events Acquisition.../ Basic usage / Customize watermarks Customize watermarks Leave...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  2. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for Java in your Java applications....app About About Us Contact Customers Legal Security Events Acquisition...Rotate pages Set custom fonts Replace missing font Save output to...

    docs.groupdocs.com/viewer/java/rendering-docume...
  3. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using Java programming language....app About About Us Contact Customers Legal Security Events Acquisition...responsible for representing the font of XML tags, this include both...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  4. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using C# programming language....app About About Us Contact Customers Legal Security Events Acquisition...responsible for representing the font of XML tags, this include both...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  5. 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....on GitHub, developers can customize it as per their needs. Struts...on GitHub, developers can customize it as per their needs. We’ve...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  6. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all Fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...app About About Us Contact Customers Legal Security Events Acquisition...used fonts in the loaded document Getting all used fonts in the...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  7. How to Edit XML File | Documentation

    This article demonstrates how to edit XML files and XML documents using Node.js via Java....app About About Us Contact Customers Legal Security Events Acquisition...Responsible for representing the font of XML tags, including both...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  8. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based Customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied....an open-platform web-based customer relationship management system...width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar...

    blog.groupdocs.com/total/how-to-create-plugin-f...
  9. Latest GroupDocs.Conversion Product Family topi...

    Get technical support of GroupDocs.Conversion for .NET and Java....120 March 28, 2025 Issue with Fonts Rendering Artifacts in PDF Conversion...38 March 28, 2025 Issue with Font :- "Leelawadee UI" java 66 333...

    forum.groupdocs.com/c/conversion/11
  10. Adding text watermarks | Documentation

    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....app About About Us Contact Customers Legal Security Events Acquisition...Initialize the font to be used for watermark Font font = new Font ( "Arial"...

    docs.groupdocs.com/watermark/java/adding-text-w...