We are really delighted to announce the release of version 17.5.0 of the GroupDocs.Assembly for .NET API. This release comes with some very exciting features to enhance the usability of the API. The API permits its users to set the background color of some text dynamically. It also allows using variables in template Documents. We recommend you to download the latest release and check out all the features introduced in this version of the API....Assembly for .NET API. This release...using variables in template documents. We recommend you to download...
This article shows how to add a text watermark and save the resultant Document. It is capable of adding watermarks to images or Documents....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...
Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...
This article explains that how to extract images from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
This article explains how to load custom fonts PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for .NET....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...
This example demonstrates how to load a file from a stream.
advanced_usage.loading_files.LoadFromStream
// Constants.InputDoc is an absolute or relative path to your Document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for ....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
To extract a text from emails getText method is used. This method allows to extract a text from the entire Document. Pagination and raw mode is not supported for emails.
Here are the steps to extract a text from an email:
Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
This example demonstrates how to load a file of some particular format.
advanced_usage.loading_files.LoadingFileOfSpecificFormat
// Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your Document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
This article gives the knowledge of the creation of faceted search queries....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...
Adjust JPEG images quality when rendering Documents to PDF with GroupDocs.Viewer for Java...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...