Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 683 for

custom font watermark

(0.34 sec)
  1. 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 .NET document c......POTM Document Processing Maven fonts OCR Update Document Parsing...ImageSignature LINQ GroupDocs.Watermark Barcode GroupDocs.Assembly...

    blog.groupdocs.com/ru/tags/index.xml
  2. GroupDocs.Watermark Overview | GroupDocs

    GroupDocs.Watermark for Node.js via Java is a powerful API for managing Watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/nodejs-java/groupd...
  3. Working with worksheet headers and footers | Gr...

    This article explains how to work with worksheet headers and footers while using GroupDocs Watermarking Java API...Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/java/working-with-...
  4. Working with worksheet backgrounds | GroupDocs

    This article explains how to work with worksheet backgrounds while using GroupDocs Watermarking Java API...Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/java/working-with-...
  5. Basic usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different Watermark types such as TextWatermark, ImageWatermark. These Watermarks could be added to documents, updated, removed, or searched inside already Watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document Watermarks....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/net/basic-usage/
  6. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/java/load-document...
  7. Existing objects in diagrams | GroupDocs

    Find, remove, and modify shapes and headers/footers in Visio documents using Python via .NET....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/python-net/existin...
  8. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert images to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/viewer/net/render-images/
  9. 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....with Advanced Options Apply Watermark while Conversion to PDF Convert...Just for an overview, we can customize the PPT conversion with the...

    blog.groupdocs.com/conversion/convert-presentat...
  10. 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....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/java/working-with-...