Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 2,228 for

font

(0.1 sec)
  1. Kashif Iqbal | File Format Blog

    Author Archives: Kashif Iqbal ← Older posts Add Formula in Excel using NPOI in .NET Posted on March 30, 2023 by Kashi......(2) Email (1) File Formats (5) Font (1) GIS (2) Image (5) Notes...

    blog.fileformat.com/author/kashif-iqbal/
  2. 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...
  3. Working with slide backgrounds | GroupDocs

    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-...
  4. GroupDocs.Comparison 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....underlines, strikethroughs, font types, etc. Document comparison...

    blog.groupdocs.com/categories/groupdocs.compari...
  5. Adding a Watermark to Converted Documents | Gro...

    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/
  6. Working with spreadsheet document attachments |...

    Extract, add, remove, search, and watermark spreadsheet attachments using Python via .NET.... Font ( "Arial" , 19.0 )) load_options...

    docs.groupdocs.com/watermark/python-net/working...
  7. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....watermarks by text formatting such as font, size, and color ranges. import...criteria . font_name = "Arial" criteria . min_font_size = 19 criteria...

    docs.groupdocs.com/watermark/python-net/searchi...
  8. How to run GroupDocs.Viewer in Docker | GroupDocs

    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...
  9. GroupDocs.Viewer 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....support Ability to set default font when rendering Email documents...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  10. Working with HTML resources | GroupDocs

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