Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 13,184 for

new

(0.13 sec)
  1. Extract Formatted Highlights Using GroupDocs.Te...

    Team GroupDocs is pleased to announce the monthly release of version 17.06.0 of the GroupDocs.Text for .NET API. This version comes up with a couple of New features along with an enhancement. The text extraction API now allows extracting formatted highlights from supported documents. The ability to extract formatted text from FB2 files has also been added to this version. We recommend you to download the latest version and check out all the enhancements and features introduced in this release....version comes up with a couple of new features along with an enhancement...release. GroupDocs.Text For .NET- New Features # GroupDocs.Text for...

    blog.groupdocs.com/parser/extract-formatted-hig...
  2. ZIP Archive Indexing is Improved in GroupDocs.S...

    We are pleased to announce the monthly release of GroupDocs.Search for Java 19.2. Improvements such as indexing of a ZIP archive inside other ZIP and escape of special characters in search queries are introduced. Please check GroupDocs.Search for Java 19.2 release notes for further reference. We would recommend you to download and integrate latest version of the API. Breaking Change Removed obsolete methods Import and Export from dictionary classes Improvements Following improvements are introduced in this release:...Creating index Index index = new Index(indexFolder); // Marking...getDictionaries().getAlphabet().setRange(new char[] { '&' }, CharacterType...

    blog.groupdocs.com/search/zip-archive-indexing-...
  3. GroupDocs.Search for .NET 16.12 Supports Search...

    We are really pleased to announce the monthly release of GroupDocs.Search for .NET 16.12 API. In this release, we have introduced three New features. You can now apply search to password protected documents. Not only this, the latest release provides its users with the functionality to maintain list of synonyms and stop words. Download the latest version and try out all the amazing features of GroupDocs.Search for .NET 16.12 API....release, we have introduced three new features. You can now apply search...GroupDocs.Search for .NET - New Features # In version 16.12,...

    blog.groupdocs.com/search/groupdocs-search-net-...
  4. Rotate pages of pdf using merger api - Free Sup...

    Hello all I have a pdf with some pages in portrait and some in landscape, now I want to change the pages which is in landscape into portrait mode, I used groupdocs merger OrientationOptions orientationOptions = New Orie…...orientationOptions = new OrientationOptions(OrientationMode.Landscape, new int[]...1 }); using (Merger merger = new Merger(documentPath)) { merger...

    forum.groupdocs.com/t/rotate-pages-of-pdf-using...
  5. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...; using (var memoryStream = new MemoryStream()) { file.CopyTo(memoryStream);...using (Watermarker watermarker = new Watermarker(memoryStream)) {...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  6. input.docx

    Some text 1 Comment by Prokofjev Igor: First comment Prokofjev Igor Some text 3 This is some «date» 9 2016-03-22T18:26:00Z 70 12.0000 1 14 Prokofjev Igor Profitgroup 14 2016-03-22T17:08:00Z 1 2016-......2016-03-22T17:08:00Z New user 2016-03-22T17:08:00Z 1 99 New user 86 1 9...

    docs.groupdocs.com/metadata/python-net/_sample_...
  7. input.docx

    Some text 1 Comment by Prokofjev Igor: First comment Prokofjev Igor Some text 3 This is some «date» 9 2016-03-22T18:26:00Z 70 12.0000 1 14 Prokofjev Igor Profitgroup 14 2016-03-22T17:08:00Z 1 2016-......2016-03-22T17:08:00Z New user 2016-03-22T17:08:00Z 1 99 New user 86 1 9...

    docs.groupdocs.com/metadata/python-net/_sample_...
  8. Multiple Target Documents – GroupDocs.Compariso...

    GroupDocs team is continuously adding support for New features and trying to improve GroupDocs.Comparison API for its precious user. We are glad that we are receiving many feedback from users and we are trying to provide features which are being demanded by our valuable customers. GroupDocs.Comparison for .NET is growing each day therefore we are providing New releases every month, in this regard we are happy to announce another exciting monthly release for GroupDocs....continuously adding support for new features and trying to improve...day therefore we are providing new releases every month, in this...

    blog.groupdocs.com/comparison/multiple-document...
  9. Document page builder - how to merge particular...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly....allows developers to build a new document step-by-step, adding...point for constructing your new document. The AddPage method...

    blog.groupdocs.com/merger/page-builder-how-to-m...
  10. Merge indexes | GroupDocs

    This article demonstrates the merge operation which is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes....Consulting Blog Knowledge Base New Releases Status Websites aspose...@"c:\MyDocuments2\" ; Index index1 = new Index ( indexFolder1 ); // Creating...

    docs.groupdocs.com/search/net/merge-indexes/