Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 10,612 for

new

(0.03 sec)
  1. GroupDocs.Search Product Family on GroupDocs Bl...

    GroupDocs.Search Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Search Product Family on GroupDocs Blog | Document Automatio......working with the API, we have some new features and improvements. Moreover...There are minor changes in the new version 19. Searching in a Large...

    blog.groupdocs.com/categories/groupdocs.search-...
  2. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....version of the API comes with some new features. GetSupportedFormats...for .NET 18.9 comes with some new features. API enables you to...

    blog.groupdocs.com/categories/groupdocs.merger-...
  3. Redact Content in Apple's Numbers Spreadsheet u...

    The technology is growing at a huge pace and to stand strong through this storm you need to improve every day. Accordingly, to make you enhance your applications and take them to the next level, we keep trying to meet your emerging requirements by introducing New features and improving the existing ones. This is the reason we have introduced an optimized and simplified version of our Java document sanitization and text redaction API - GroupDocs....requirements by introducing new features and improving the existing...Java has been released with a new public API and a couple of enhancements...

    blog.groupdocs.com/redaction/redact-apple-numbe...
  4. Delete Barcode signatures from documents | Docu...

    This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/delete-barcode...
  5. Update Text signatures in document | Documentation

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/update-text-si...
  6. Converting certain HTML to PDF ignores 'nowrap'...

    Converting the attached HTML to PDF does work fine, but the result does not look too good. In the converted PDF, the first 3 columns get wrapped, which we would like to prevent somehow: image.jpg (227.7 KB) We made se…...conv = new Converter(documentPath)) { var options = new PdfConvertOptions()...you for the update. I gave the new version a try, but unfortunately...

    forum.groupdocs.com/t/converting-certain-html-t...
  7. Merge indexes | Documentation

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Consulting Blog Knowledge Base New Releases Status Websites aspose...'c:/MyDocuments2/' ; const index1 = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/merge-ind...
  8. Merge indexes | Documentation

    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/
  9. Convert eBook formats | Documentation

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.mobi" ))...

    docs.groupdocs.com/conversion/net/convert/ebook/
  10. 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...