Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 10,666 for

new

(0.05 sec)
  1. How to Merge Data Fields from a DOCX File with ...

    This article explains how to get the fields from a template DOCX file, fill them with data and merge to New PDF file using GroupDocs. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....them with data and merge to new PDF file using GroupDocs. Requirements...empty($privateKey)) { throw new Exception('Please enter FILE...

    blog.groupdocs.com/merger/how-to-merge-data-fie...
  2. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...Comparer comparer = new Comparer ( "source text" , new LoadOptions (...

    docs.groupdocs.com/comparison/java/load-text-fr...
  3. How to load document from Amazon S3 Storage | D...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( stream )) { QrCodeSignOptions...

    docs.groupdocs.com/signature/net/load-document-...
  4. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . PngWithXmp...

    docs.groupdocs.com/metadata/net/working-with-xm...
  5. Edit Presentations in Java | PPT/PPTX Editing

    Editing PowerPoint presentations is explained with Java example to edit PPT, PPTX, ODP files within your application using presentation editing API....PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...setPassword("P@$$w0Rd"); Editor editor = new Editor(new FileInputStream("path/presentation...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  6. Introducing HTML Minification in GroupDocs.View...

    We are back with another version of GroupDocs.Viewer for .NET. In this release, we have added HTML minification for optimized rendering of documents into HTML. Not only this, we have also introduced rendering of MS Project documents by specifying time intervals. Let’s have a quick overview of some exciting features of GroupDocs.Viewer for .NET 17.12. .NET Document Rendering API - New Features HTML Minification When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG)....NET Document Rendering API - New Features # HTML Minification...config ViewerConfig config = new ViewerConfig(); config.StoragePath...

    blog.groupdocs.com/viewer/introducing-html-mini...
  7. Introducing a More Optimized and Simplified Gro...

    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.... What’s new in the latest release? # The...document using old and new API. Old API # New API # Searching Watermarks...

    blog.groupdocs.com/watermark/net-api-to-add-sea...
  8. GroupDocs.Comparison for .NET 16.10.0 Supports ...

    We are as GroupDocs team member glad to see that our users community is growing with each and every day. We are also receiving many feedback and suggestions from users therefore we always try to provide New and enhanced solutions to our valuable customers to fulfill their requirements and incorporate their valuable suggestions. In this regard we are happy to announce another monthly release of GroupDocs.Comparison for .NET 16.10.0 API....therefore we always try to provide new and enhanced solutions to our...API. In this monthly release 4 new feature are introduced along...

    blog.groupdocs.com/comparison/groupdocs-compari...
  9. Split document | Documentation

    This guide describes how to split document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...`c:/sample.docx` ; const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/split-doc...
  10. 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...