Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 569 for

custom font

(0.02 sec)
  1. 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....app About About Us Contact Customers Legal Security Events Acquisition...informational purposes. You can customize various aspects of the watermark...

    docs.groupdocs.com/conversion/java/add-watermark/
  2. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API Change Dete......Protection Contract Review Custom Comparison Diff Analysis Document...Watermark Custom Fonts Custom Watermark Customize Watermark Customized...

    blog.groupdocs.com/vi/tags/index.xml
  3. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API Change Dete......Protection Contract Review Custom Comparison Diff Analysis Document...Watermark Custom Fonts Custom Watermark Customize Watermark Customized...

    blog.groupdocs.com/th/tags/index.xml
  4. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API Change Dete......Protection Contract Review Custom Comparison Diff Analysis Document...Watermark Custom Fonts Custom Watermark Customize Watermark Customized...

    blog.groupdocs.com/it/tags/index.xml
  5. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API Change Dete......Protection Contract Review Custom Comparison Diff Analysis Document...Watermark Custom Fonts Custom Watermark Customize Watermark Customized...

    blog.groupdocs.com/pt/tags/index.xml
  6. 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....multiple documents with your customized comparison settings. CompareOptions...your comparison options like font styling for detected changes...

    blog.groupdocs.com/comparison/compare-excel-wor...
  7. 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....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/java/working-with-...
  8. 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....app About About Us Contact Customers Legal Security Events Acquisition...library configures and customizes font access. ttf-mscorefonts-installer:...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  9. 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....app About About Us Contact Customers Legal Security Events Acquisition...document formats also hold fonts. Even for plain text document...

    docs.groupdocs.com/editor/net/working-with-reso...
  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....Just for an overview, we can customize the PPT conversion with the...and define: Watermark Text & Font Watermark Color Widht and Height...

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