Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 506 for

custom fonts

(0.03 sec)
  1. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); EmailLoadOptions...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Load document of specific format | Documentation

    This article explains how to load document of specific format....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 12 )); watermarker...

    docs.groupdocs.com/watermark/net/load-document-...
  3. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); textWatermark...

    docs.groupdocs.com/watermark/net/adding-waterma...
  4. Rasterize document or page | Documentation

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Do not copy" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/java/rasterize-doc...
  5. Converter SVG para PNG usando C# - Gráficos vet...

    Converta gráficos vetoriais SVG em imagens PNG usando C#. Gire, inverta, marca d'água, escala de cinza e ajuste o brilho e a gama do PNG convertido usando a API .NET.... O código-fonte C# a seguir converte o SVG em...opções preparadas. O código-fonte a seguir aplica a personalização...

    blog.groupdocs.com/pt/conversion/convert-svg-to...
  6. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark for Java....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); textWatermark...

    docs.groupdocs.com/watermark/java/adding-waterm...
  7. Add watermarks to spreadsheet documents | Docum...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 8 )); SpreadsheetWatermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....app About About Us Contact Customers Legal Security Events Acquisition...message is written using a bold font to make it more apparent. Consider...

    docs.groupdocs.com/assembly/net/use-of-in-line-...
  9. GroupDocs Watermark Overview | Documentation

    What Is GroupDocs.Watermark? GroupDocs.Watermark for Java is a powerful API for managing watermarks in the documents of different file formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats....app About About Us Contact Customers Legal Security Events Acquisition...Combining Multiple Criteria Specify Font Formatting to Look for Matching...

    docs.groupdocs.com/watermark/java/groupdocs-wat...
  10. Migration notes | Documentation

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "top secret" , new Font ( "Arial" , 36 )) watermark...

    docs.groupdocs.com/watermark/net/migration-notes/