Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 2,432 for

font

(0.46 sec)
  1. 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....file format and setting default font for email documents. This release...in PDF documents and default fonts in diagram documents. Check...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  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 Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...in PDF documents and default fonts in diagram documents. Check...highlighting or by differing font information that has either...

    blog.groupdocs.com/groupdocs.blog/page/85/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...file format and setting default font for email documents. This release...

    blog.groupdocs.com/groupdocs.blog/page/83/
  6. 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...
  7. 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/
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...characters and style changes like font size, bold, italic etc. We are...

    blog.groupdocs.com/groupdocs.blog/page/51/
  9. 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...
  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...