This page contains information about the purpose and use of all search network events....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in PDF documents....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for .NET....Assembly Product Solution GroupDocs.Metadata Product Solution 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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...