Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,490 for

font

(0.1 sec)
  1. Generate Barcode in Java | Add Barcodes to Docu...

    Generate barcodes in Java and electronically sign documents & Images by adding barcodes to Word, Excel, PDF, PNG, JPG, WebP files with Java e-Signing API....size, background or fore color, font etc. Call the sign method to...

    blog.groupdocs.com/signature/generate-barcode-i...
  2. Features Overview | Documentation

    GroupDocs.Watermark for Java API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....watermarks by text formatting (font, color etc) Modifying hyperlinks...

    docs.groupdocs.com/watermark/java/features-over...
  3. C# Diff Library - Compare Text Files (PDF, DOC(...

    It compares and merges Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML documents. Document comparison API compares content to detect changes for words, paragraphs and characters....underlines, strikethroughs, font types, etc. Changes detection...

    blog.groupdocs.com/comparison/groupdocs-compari...
  4. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/net/working-with-s...
  5. Convert Presentations to PDF in Java | PPT, PPT...

    Programmatically convert presentations of MS PowerPoint and Open Office Impress formats like ODP, PPT, PPTX to PDF using Java conversion API....Specify the substitute font for the missing fonts. Conclusion # After...

    blog.groupdocs.com/conversion/convert-presentat...
  6. 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...
  7. 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/
  8. 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...
  9. 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-...
  10. 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/