First of all you need To create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future To continue working....First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working.
This Topic describes how To use the GroupDocs.Viewer Java API To convert archive files To HTML, PDF, PNG, and JPEG formats....This topic describes how to use the GroupDocs.Viewer Java API to convert archive files to HTML, PDF, PNG, and JPEG formats.
Are you interested in broadening the scope of your document viewer applications? Get started with GroupDocs.Viewer for .NET 16.10.0, coming up with the support of Mobipocket e-book format. Furthermore, 7 issues being found in earlier versions have been fixed in the latest release. Be the first To download this new release for a better experience.
GroupDocs.Viewer for .NET 16.10.0 - New FeaturesBelow is the new feature added To** GroupDocs.Viewer for ....Are you interested in broadening the scope of your document viewer applications? Get started with GroupDocs.Viewer for .NET 16.10.0, coming up with the support of Mobipocket e-book format. Furthermore, 7 issues being found in earlier versions have been fixed in the latest release. Be the first to download this new release for a better experience.
GroupDocs.Viewer for .NET 16.10.0 - New FeaturesBelow is the new feature added to** GroupDocs.Viewer for .
GroupDocs team is introducing two new features and three enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.6. The latest version allows you To edit XMP metadata of WAV file format and update metadata properties of MPP file format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI file formats. A bug related To removing XMP metadata in TIF file format is also resolved in the latest version....GroupDocs team is introducing two new features and three enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.6. The latest version allows you to edit XMP metadata of WAV file format and update metadata properties of MPP file format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI file formats. A bug related to removing XMP metadata in TIF file format is also resolved in the latest version.
Learn how To perform fuzzy search using C# for accurate and efficient query matching. Discover how To build document search with fuzzy logic in C# for better results....Learn how to perform fuzzy search using C# for accurate and efficient query matching. Discover how to build document search with fuzzy logic in C# for better results.
Discover efficient ways To edit Word documents. Either edit DOC/DOCX files online or do it programmatically using C# & Java....Discover efficient ways to edit Word documents. Either edit DOC/DOCX files online or do it programmatically using C# & Java.
Getting metadata and binary content of all fonts, used in the document, loaded To the GroupDocs.Viewer for Java...Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java
It’s been quite long since we released the last version of GroupDocs.Watermark for .NET API. The reason behind this gap was To introduce a more simplified and optimized watermark manipulation API for the .NET platform. Today, I am excited To announce that the API v2 of GroupDocs.Watermark for .NET has been released as v19.10 and it is available for download.
What’s new in the latest release? The major updates have been done at the architecture level of the API To simplify its usage....It’s been quite long since we released the last version of GroupDocs.Watermark for .NET API. The reason behind this gap was to introduce a more simplified and optimized watermark manipulation API for the .NET platform. Today, I am excited to announce that the API v2 of GroupDocs.Watermark for .NET has been released as v19.10 and it is available for download.
What’s new in the latest release? The major updates have been done at the architecture level of the API to simplify its usage.
GroupDocs.Conversion for Java 18.7 covers a new feature and a bug fix. MSG To PDF conversion issue is now resolved. Please take a look over the release notes To get an idea about the changes introduced.
MailOption To control conversions from emailA new class EmailOptions is implemented in SaveOptions. Using that email options can be managed. PdfSaveOptions options = new PdfSaveOptions(); EmailOptions emailOptions = options.getEmailOptions(); emailOptions.setDisplayHeader(true); emailOptions.setDisplayEmailAddress(true); emailOptions.setDisplayFromEmailAddress(true); emailOptions.setDisplayToEmailAddress(true); emailOptions....GroupDocs.Conversion for Java 18.7 covers a new feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced.
MailOption to control conversions from emailA new class EmailOptions is implemented in SaveOptions. Using that email options can be managed. PdfSaveOptions options = new PdfSaveOptions(); EmailOptions emailOptions = options.getEmailOptions(); emailOptions.setDisplayHeader(true); emailOptions.setDisplayEmailAddress(true); emailOptions.setDisplayFromEmailAddress(true); emailOptions.setDisplayToEmailAddress(true); emailOptions.