Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 5,225 for

groupdocs.watermark,

(0.06 sec)
  1. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking API...This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking API

    docs.groupdocs.com/watermark/net/working-with-s...
  2. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking Java API...This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking Java API

    docs.groupdocs.com/watermark/java/working-with-...
  3. Hello, world! | Documentation

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....Get started with GroupDocs.Watermark for .NET by creating and running a minimal example.

    docs.groupdocs.com/watermark/net/hello-world/
  4. Watermarks in Word document | Documentation

    This article explains how to add watermarks in word processing document in Java....This article explains how to add watermarks in word processing document in Java.

    docs.groupdocs.com/watermark/java/watermarks-in...
  5. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more.

    docs.groupdocs.com/watermark/python-net/feature...
  6. Rasterize document or page | Documentation

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code.

    docs.groupdocs.com/watermark/net/rasterize-docu...
  7. Load from local disk | Documentation

    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...
  8. Get supported file formats | Documentation

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Watermark within your Java applications....This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Watermark within your Java applications.

    docs.groupdocs.com/watermark/nodejs-java/get-su...
  9. Save document to the same file or stream | Docu...

    This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/save-document-...
  10. 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-...