Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 1,639 for

font

(0.14 sec)
  1. How to run GroupDocs.Viewer in Docker | Documen...

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....library configures and customizes font access. ttf-mscorefonts-installer:...provides Microsoft TrueType core fonts. It’s available in the archive...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  2. Features Overview | Documentation

    Learn how to add, search, and remove watermarks from documents and images using GroupDocs.Watermark for Java. Supports text, image, and invisible watermarks for document security....Customize watermark appearance (fonts, position, rotation, transparency...Search watermark by formatting (font, color, etc.) Extract watermark...

    docs.groupdocs.com/watermark/java/features-over...
  3. GroupDocs Newsletter August 2018 – .NET and Jav...

    Share this issue: Monthly NewsletterAugust 2018 Text and Metadata Extraction APIs for Java Applications Accurately Parse MS Office, Emails, Zip and Legal Documents GroupDocs.Parser is a Java document parsing and text extraction API for analyzing documents thus allowing users to extract metadata, raw and formatted text from the supported document formats (Word, Excel, PowerPoint, PDF, OneNote, Visio, Text, HTML, Zip, Markdown and Email messages). The API performs content parsing operations with highest level of accuracy and speed.... Substitute Specific Fonts when Converting between .NET...Conversion for .NET supports explicit font substitution when converting...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  4. GroupDocs.Conversion.NETFramework all Excel con...

    Using latest GroupDocs.Conversion.NETFramework 25.5.1 and 25.0 cause this issue. We did not have this issue with GroupDocs.Conversion 24.12 net462 version, nor did 25.5 and 25.5.1 have any issues with Word or Powerpoint…...exception is caused by the default font directories set in ConverterSettings...

    forum.groupdocs.com/t/groupdocs-conversion-netf...
  5. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp....your comparison options like font styling for detected changes...

    blog.groupdocs.com/comparison/compare-excel-wor...
  6. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/java/working-with-...
  7. Adding a Watermark to Converted Documents | Doc...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API.... The font family of the watermark text...

    docs.groupdocs.com/conversion/java/add-watermark/
  8. Working with resources | Documentation

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for .NET....document formats also hold fonts. Even for plain text document...ICON) and vector (SVG and WMF). Fonts, including: TTF, EOT, WOFF,...

    docs.groupdocs.com/editor/net/working-with-reso...
  9. Working with HTML resources | Documentation

    This article describes capabilities of GroupDocs.Editor while working with HTML resources, which are an integral part of HTML document...usually includes images, specific fonts (which are not installed in...groups: images , stylesheets and fonts . In context of public API of...

    docs.groupdocs.com/editor/net/working-with-html...
  10. C# Convert PPT to PDF | PPTX to PDF | Presentat...

    Convert PowerPoint PPT, PPTX to PDF in .NET. C# code examples show the conversion of selective, consecutive slides, and watermarking using Conversion API....and define: Watermark Text & Font Watermark Color Widht and Height...

    blog.groupdocs.com/conversion/convert-presentat...