Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 9,971 for

new

(0.06 sec)
  1. Introducing Stamp Signatures Feature in Java E-...

    We are glad to announce another monthly release of E-Signing API for Java v17.7.0. Major feature introduced in this release is support for Stamp Signatures. Aside this many improvements are also introduced in this release. We would recommend you to download the New version of API and evaluate the exciting features to enhance document e-signing experience. E-Signing API for Java v17.7.0 - Features Stamp Signatures feature for following Document Formats:...recommend you to download the new version of API and evaluate the...Formats: PDF Word Cell Slides New Barcode and QR-Code encode types...

    blog.groupdocs.com/signature/groupdocs-signatur...
  2. 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...
  3. 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...
  4. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( documentStream ))...

    docs.groupdocs.com/annotation/net/load-document...
  5. 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...
  6. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/work-with...
  7. Load document from InputStream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose... try { InputStream stream = new FileInputStream ( "c:\\sample...

    docs.groupdocs.com/merger/java/load-document-fr...
  8. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...OrientationOptions orientationOptions = new OrientationOptions ( OrientationMode...

    docs.groupdocs.com/merger/java/change-page-orie...
  9. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose...options. final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-with-def...
  10. Subset fonts | Documentation

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/optimization-pdf...