Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 5,823 for

groupdocs.watermark,

(0.21 sec)
  1. Customization on GroupDocs Blog | Document Auto...

    Customization on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Customization on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......Customization on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Customization on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope...

    blog.groupdocs.com/zh-hant/tag/customization/in...
  2. GroupDocs on GroupDocs Blog | Document Automati...

    GroupDocs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 使用自訂字......GroupDocs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 使用自訂字...

    blog.groupdocs.com/zh-hant/tag/groupdocs/index.xml
  3. Remove Image Watermark from XLSX Using Python

    Learn how to remove image watermark from XLSX using Python. This tutorial shows how to detect and delete image watermarks in Excel spreadsheets programmatically....Learn how to remove image watermark from XLSX using Python. This tutorial shows how to detect and delete image watermarks in Excel spreadsheets programmatically.

    kb.groupdocs.com/watermark/python/remove-image-...
  4. Remove Image Watermark from PPTX Using Python

    Learn how to remove image watermark from PPTX using Python. This tutorial shows how to detect and delete image watermarks in PPTX presentations programmatically....Learn how to remove image watermark from PPTX using Python. This tutorial shows how to detect and delete image watermarks in PPTX presentations programmatically.

    kb.groupdocs.com/watermark/python/remove-image-...
  5. Tags

    Pronađite odgovore pomoću API-ja GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotat......Pronađite odgovore pomoću API-ja GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotat...

    kb.groupdocs.com/hy/tags/
  6. Tags

    查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group...

    kb.groupdocs.com/zh/tags/
  7. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Total for .NET....This topic lists file formats supported by GroupDocs.Total for .NET.

    docs.groupdocs.com/total/net/supported-document...
  8. 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....background Images Using GroupDocs.Watermark, you can also watermark...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Add watermarks to word processing documents | G...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....particular section Using GroupDocs.Watermark, you can add watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks Java API....This article explains how to load from local disk while using GroupDocs. Watermarks Java API.

    docs.groupdocs.com/watermark/java/load-from-loc...