Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 2,387 for

font

(0.11 sec)
  1. Find and Remove Watermarks from Documents in C#

    .NET API to programmatically find and remove text and image based watermarks from PDF, Word, Excel, PowerPoint, Visio documents using C#....text formatting like Font name, min/max font size, bold/italic/underlined...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  2. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj ExeFont Formatting Source Sans Pro Light...text formatted in different fonts, sizes and colors. Very different...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  3. GroupDocs.Annotation 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....in Slides document along with font family support. Moreover, few...annotation for Slides document Font family support for TextReplacement...

    blog.groupdocs.com/categories/groupdocs.annotat...
  4. Features Overview | GroupDocs

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....Hyperlinks <b> Text with Bold font is surrounded by <b> tag <i>...<i> Text with Italic font is surrounded by <i> tag <h1> – <h6>...

    docs.groupdocs.com/parser/java/features-overview/
  5. 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....TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); EmailLoadOptions...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. 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-...
  7. Render documents | GroupDocs

    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...
  8. Features Overview | GroupDocs

    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...
  9. GroupDocs.Merger Product Family | GroupDocs

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