This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....Watermark Product Solution GroupDocs...Family / GroupDocs.Conversion for .NET / Developer guide / Basic usage...
This article explains how to get a type of a file with GroupDocs.Viewer for .net using .net / C#....Watermark Product Solution GroupDocs...Family / GroupDocs.Viewer for .NET / Developer guide / Retrieve...
This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....Watermark Product Solution GroupDocs...Family / GroupDocs.Viewer for .NET / Developer guide / Troubleshooting...
This topic describes how to use the GroupDocs.Viewer .net API (C#) to convert images to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...Family / GroupDocs.Viewer for .NET / Document rendering basics...
Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during runtime....Watermark Product Solution GroupDocs...Family / GroupDocs.Assembly for .NET / Developer Guide / Advanced...
This topic describes how to use the GroupDocs.Viewer .net API (C#) to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...Family / GroupDocs.Viewer for .NET / Document rendering basics...
To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...
This article explains how to work with worksheet headers and footers while using GroupDocs Watermarking API...Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...
Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .net starting from version 19.11:
The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Migration...
To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text.
Here are the steps to search a keyword in Microsoft Office PowerPoint presentation:
Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...