Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 5,116 for

groupdocs.watermark,

(0.06 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. Fonts on GroupDocs Blog | Document Automation S...

    Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 在 GroupDocs.W......Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 在 GroupDocs.W...

    blog.groupdocs.com/zh/tag/fonts/index.xml
  4. 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....background Images Using GroupDocs.Watermark, you can also watermark...

    docs.groupdocs.com/watermark/java/working-with-...
  5. Modifying found watermark properties | Document...

    This article explains how to modify found watermark properties while using GroupDocs. Watermarks API....This article explains how to modify found watermark properties while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/modifing-found...
  6. Modifying found watermark properties | Document...

    This article explains how to modify found watermark properties while using GroupDocs.Watermarks Java API....This article explains how to modify found watermark properties while using GroupDocs.Watermarks Java API.

    docs.groupdocs.com/watermark/java/modifying-fou...
  7. Supported file formats | Documentation

    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. Save document to the specified location | Docum...

    This article explains how to save document to the specified location while using GroupDocs. Watermarks API....This article explains how to save document to the specified location while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/save-document-...
  9. Save document to the specified location | Docum...

    This article explains how to save document to the specified location while using GroupDocs. Watermarks Java API....This article explains how to save document to the specified location while using GroupDocs. Watermarks Java API.

    docs.groupdocs.com/watermark/java/save-document...
  10. Load from stream | Documentation

    This article explains how to load from stream while using GroupDocs. Watermarks API....This article explains how to load from stream while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/load-from-stream/