Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 608 for

custom font

(0.09 sec)
  1. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...app About About Us Contact Customers Legal Security Events Acquisition...underlines, strike-troughs, font types, etc. Apply/Reject changes...

    docs.groupdocs.com/comparison/java/features-ove...
  2. GroupDocs.Comparison for .NET | Documentation

    GroupDocs.Compairson for .NET developer documentation. Learn how to diff docx, pptx, and compare pdf files using C#....app About About Us Contact Customers Legal Security Events Acquisition...compares style changes such as font size, bolding, italics, etc...

    docs.groupdocs.com/comparison/net/
  3. Add watermarks to images | Documentation

    Add watermark to photos or multi-framed images using Java....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); // Add watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); EmailLoadOptions...

    docs.groupdocs.com/watermark/net/add-watermarks...
  5. 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...
  6. Product Overview | Documentation

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....app About About Us Contact Customers Legal Security Events Acquisition...watermarks, revisions, etc.; Customize annotations of each type,...

    docs.groupdocs.com/annotation/java/product-over...
  7. GroupDocs.Watermark 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....Discover how to implement custom fonts in GroupDocs.Watermark for...online solution or a more customized approach, It got you covered...

    blog.groupdocs.com/categories/groupdocs.waterma...
  8. Text is cropped when using GroupDocs.Viewer to ...

    I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…...darmovzal It can be font-related issue. Can you please...I have permission from the customer to forward the document to...

    forum.groupdocs.com/t/text-is-cropped-when-usin...
  9. Sign Pdf documents with special appearance | Do...

     This article explains how to use PDF digital electronic signature features on document page....app About About Us Contact Customers Legal Security Events Acquisition...padding ); // set text color and Font options . setForeColor ( Color...

    docs.groupdocs.com/signature/java/sign-pdf-docu...
  10. Texts in PDF are not visible during PNG view pr...

    When I want to prepare PNG renditions of attached PDF documents with the Viewer, the text on the document is not displayed in the resulting PNG. This only happens with one of our Customers. I have not encountered such a …...only happens with one of our customers. I have not encountered such...NETFramework.24.6.0” is used in the customer environment. Also, when I...

    forum.groupdocs.com/t/texts-in-pdf-are-not-visi...