Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 12,988 for

new

(1.08 sec)
  1. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/optimize-...
  2. Integration for Zapier - How to Create a Custom...

    Zapier allows seamless integration with dozens of APIs. In this post I’ll explain how to create an integration with the GroupDocs Storage API. Put simply the process of integration with Zapier is Read -> Process -> Write. The left side of the integration is called a trigger and the right side is an action. The central process simply converts your API response to a format suitable for the write action. We are going to create a trigger for New files....going to create a trigger for new files. When you upload files...and folders. Click Save . A new page is loaded, with the name...

    blog.groupdocs.com/total/integration-for-zapier...
  3. Document comparison crashes when document conta...

    Hello! We have a document that includes a field code. When compared with a similar version of the same document, the comparison crashes. 117.docx (13.3 KB) 217.docx (13.3 KB) The problems seems to have something to …...machine: using var comparer = new Comparer(loadPath1); comparer...we have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/document-comparison-crash...
  4. GroupDocs.Comparison for .NET 26.5 – Latest Upd...

    Explore what's New in GroupDocs.Comparison for .NET 26.5. Available now on NuGet and GroupDocs website....spreadsheet comparison readability, new API capabilities for revision...FileStream revisionFileStream = new FileStream( "source.docx" , FileMode...

    blog.groupdocs.com/comparison/groupdocs-compari...
  5. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/load-pdf-doc...
  6. Sign document with extensions | GroupDocs

    This article shows how to create electronic signatures with additional visual extensions...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/sign-document...
  7. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = New FileInputStream("sample.docx"); try { final Redactor redactor = New Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...final FileInputStream stream = new FileInputStream ( "sample.docx"...

    docs.groupdocs.com/redaction/java/load-from-str...
  8. Load from Amazon S3 Storage | GroupDocs

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...client = new AmazonS3Client (); GetObjectRequest request = new GetObjectRequest...

    docs.groupdocs.com/viewer/java/load-document-fr...
  9. Annotate HTML and Email file format using Group...

    GroupDocs team is happy to release another document annotation API version, where New file formats are introduced in supporting document format list and also New features are introduced . The latest GroupDocs.Annotation for .NET 17.5.0 API now provides support to annotate HTML and Email file formats along with Improvements and Fixes. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs....annotation API version, where new file formats are introduced in...document format list and also new features are introduced . The...

    blog.groupdocs.com/annotation/annotate-html-ema...
  10. GroupDocs.Comparison for .NET 3.3.0 Announced

    We are pleased to announce the monthly release of Next Generation GroupDocs.Comparison for .NET 3.3.0. with some exciting features. In this version, some New features has been introduced along with some important fixes. Also, this version has a New installer. We recommend that you download and update the API as soon as you can. GroupDocs.Comparison for .NET 3.3.0 - New FeaturesIn this New release of GroupDocs.Comparison for .NET 3.3.0 New features are introduced for word document format when use Comparison.... In this version, some new features has been introduced...fixes. Also, this version has a new installer. We recommend that...

    blog.groupdocs.com/comparison/groupdocs-compari...