This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This page contains information about the purpose and use of all search network events....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....Merger Product Solution GroupDocs.Redaction 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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article describes the search options that can be specified in an instance of the SearchOptions class....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...