This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....Assembly Product Solution GroupDocs...
Learn how to run GroupDocs.Total for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Assembly Product Solution GroupDocs...
Round-trip a document through HTML so a web editor can change it, then save it back with GroupDocs.Total for Node.js via Java — runnable JavaScript examples with downloadable files....Assembly Product Solution GroupDocs...
This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....Assembly Product Solution GroupDocs...
Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...Assembly Product Solution GroupDocs...
Set up a virtual environment, install groupdocs-merger-net, and run three minimal examples — merge two DOCX files, extract pages from a PDF, and split a PDF into single pages — in under five minutes....Assembly Product Solution GroupDocs...
This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Assembly Product Solution GroupDocs...
Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API....Assembly Product Solution GroupDocs...
Compare a source document against multiple targets in a single pass — including password-protected files and custom compare settings — with GroupDocs.Comparison for Python via .NET....Assembly 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...