We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end examples out-of-the-box....Merger Product Solution GroupDocs...Open Visual Studio and go to File -> New -> Project . Select appropriate...
Quick Start section about main features of GroupDocs.Comparison API, describes how to compare documents with just couple lines of code....Merger Product Solution GroupDocs...feedback Get supported file formats Get file info Compare documents...
What is EPUB? EPUB is an e-book File format that uses the “.epub” File extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB Files.
The following are the steps to read native EPUB metadata.
Load an EPUB File Get the root metadata package Extract the native metadata package using EpubRootPackage....Merger Product Solution GroupDocs...is an e-book file format that uses the “.epub” file extension....
Examples to annotate on your documents, images or web pages using C#....Merger Product Solution GroupDocs...Visual Studio and navigate to File -> New -> Project . Select the...
Following this guide you will learn how to save the converted PDF, Word, Excel, or PowerPoint documents to local disk, stream or FTP....Merger Product Solution GroupDocs...Advanced usage / Saving Saving files to different locations Leave...
The page describes how to add components to a document using GroupDocs.Annotation API....Merger Product Solution GroupDocs...components are specific to the file format. That means you cannot...
The following example demonstrates how to save the document as a rasterized PDF File:
final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Merger Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...
GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and it is a report generator which generates an output document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Merger Product Solution GroupDocs...Supported Output File Formats Depending on Input File Formats The...
This article shows how to access XMP metadata in a File of any supported format....Merger Product Solution GroupDocs...To access XMP metadata in a file of any supported format, GroupDocs...
Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....Merger Product Solution GroupDocs...To access XMP metadata in a file of any supported format, GroupDocs...