Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 5,866 for

groupdocs.watermark,

(0.94 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/ja/tag/customization/index.xml
  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 Group......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 Group...

    blog.groupdocs.com/ja/tag/groupdocs/index.xml
  3. Result of added watermarks | GroupDocs

    GroupDocs.Watermark API returns result with information about added watermarks...GroupDocs.Watermark API returns result with information about added watermarks

    docs.groupdocs.com/watermark/net/result-of-adde...
  4. Print with Watermark on GroupDocs Blog | Docume...

    Print with Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Print with Watermark on GroupDocs Blog | Document Automation Solutions for .NET &......Print with Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Print with Watermark on GroupDocs Blog | Document Automation Solutions for .NET &...

    blog.groupdocs.com/id/tag/print-with-watermark/...
  5. Protect Documents on GroupDocs Blog | Document ...

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

    blog.groupdocs.com/id/tag/protect-documents/ind...
  6. Image Watermark on GroupDocs Blog | Document Au...

    Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve...

    blog.groupdocs.com/id/tag/image-watermark/index...
  7. Add Watermark on GroupDocs Blog | Document Auto...

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

    blog.groupdocs.com/id/tag/add-watermark/index.xml
  8. Categories on GroupDocs Blog | Document Automat...

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

    blog.groupdocs.com/de/categories/index.xml
  9. 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-...
  10. 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...