Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 757 for

custom font

(0.38 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API GroupDocs.E......POTM Document Processing Maven fonts GroupDocs.Parser OCR Update...Digital Signature Crypto Token Custom Signing Digital Certificate...

    blog.groupdocs.com/uk/tags/index.xml
  2. 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...
  3. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for .NET. 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/net/features-over...
  4. GroupDocs.Comparison for Java | GroupDocs

    GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf files using Java....app About About Us Contact Customers Legal Security Events Acquisition...compares style changes like font size, bold, italic etc. Differences...

    docs.groupdocs.com/comparison/java/
  5. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET GroupDocs.......Protection Contract Review Custom Comparison Diff Analysis Document...extracting fonts font substitution fonts getting fonts list all...

    blog.groupdocs.com/tags/index.xml
  6. Features Overview | GroupDocs

    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...
  7. GroupDocs.Comparison for .NET | GroupDocs

    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/
  8. Add watermarks to images | GroupDocs

    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...
  9. Add watermarks to email attachments | GroupDocs

    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...
  10. Add watermarks to email attachments | GroupDocs

    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...