Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,770 for

font

(0.05 sec)
  1. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default Fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....in PDF documents and default fonts in diagram documents. Check...hide PDF layers Set default font when rendering diagram documents...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  2. Render documents | Documentation

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

    docs.groupdocs.com/viewer/java/rendering-docume...
  3. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...underlines, strike-throughs, and font types. Apply/Reject changes...

    docs.groupdocs.com/comparison/nodejs-java/featu...
  4. GroupDocs.Merger Product Family | Documentation

    Merge multiple documents into single, extrac document pages, split documents with GroupDocs.Merger libraries in C# and Java languages....APIs example usage Open-source font-end project ready to be used...

    docs.groupdocs.com/merger/
  5. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....get; set; } Sets the default font for a document. EmailOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  6. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents.... Font ( 'Arial' , 36 )); watermark...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  7. Add Watermarks to Word Documents | 5 Secure Met...

    Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods with code examples, including locked headers, tiled watermarks, and password-protected sections that can't be easily removed....TextWatermark( "Confidential" , new Font( "Arial" , 19 )) { VerticalAlignment...TextWatermark( "Protected Document" , new Font( "Arial" , 19 )) { VerticalAlignment...

    blog.groupdocs.com/watermark/secure-word-docume...
  8. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...Diagonal Corner Rounded" , new Font ( "Calibri" , 8 , FontStyle...== Color . Red && fragment . Font . FamilyName == "Arial" ) {...

    docs.groupdocs.com/watermark/net/existing-objec...
  9. 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...
  10. 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/