Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 1,770 for

font

(0.04 sec)
  1. Issue with Overlapping Data When Viewing XLSX F...

    Hi Denis Gvardionov, Thank you for the update and for looking into this. I understand that mistakes can happen, and I appreciate your transparency. Please keep me posted on any new developments regarding this issue. Let…...please try installing Microsoft Fonts: apt install ttf-mscorefonts-installer...refer to How To Install Windows Fonts on Ubuntu documentation topic...

    forum.groupdocs.com/t/issue-with-overlapping-da...
  2. maven-app.zip

    maven-app/formatting.docx Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ §......docx Font Formatting Source Sans Pro Light...text formatted in different fonts, sizes and colors. Very different...

    docs.groupdocs.com/viewer/java/sample-apps/gett...
  3. 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....TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); EmailLoadOptions...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Sign Pdf documents with special appearance | Do...

     This article explains how to use PDF digital electronic signature features on document page....padding ); // set text color and Font options . setForeColor ( Color...padding ); // set text color and Font options . setForeColor ( Color...

    docs.groupdocs.com/signature/java/sign-pdf-docu...
  5. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for .NET in your .NET / C# applications....pages Set custom fonts Replace missing font Save output to a...

    docs.groupdocs.com/viewer/net/rendering-documents/
  6. Servlets Front-end for GroupDocs.Comparison for...

    Document comparison is a process of finding differences in two documents of same format. It can be a content difference or can be any contextual differences. GroupDocs.Comparison for Java compares a source document with a target document and produces a result document which highlights the differences in a suitable way i.e. colored highlighting or by differing Font information that has either been added to or removed from the reference document to produce the target document....highlighting or by differing font information that has either...

    blog.groupdocs.com/comparison/servlets-frontend...
  7. 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....color, weight, and style of the font, opacity, etc.; Provide the...

    docs.groupdocs.com/annotation/java/product-over...
  8. PngViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PNG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children....get; set; } Sets the default font for a document. EmailOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  9. 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...

    forum.groupdocs.com/t/text-is-cropped-when-usin...
  10. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children....get; set; } Sets the default font for a document. EmailOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...