Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 3,889 for

feature

(1.48 sec)
  1. Convert N consecutive pages | GroupDocs

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for .NET API....Leave feedback provides the feature to convert N consecutive pages...

    docs.groupdocs.com/conversion/net/convert-n-con...
  2. Convert N consecutive pages | GroupDocs

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Node.js via Java API....Leave feedback provides the feature to convert N consecutive pages...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Common List Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This Feature is supported by version 17.8.0 or greater. Common List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: A report must be in .eml or .msg format It must add email recipient, CSS and subject of the email A report must show multiple customers’ name Adding Syntax to be evaluated by GroupDocs.... Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/common-list-ima...
  4. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer.... You can use this feature to load a document from different...

    docs.groupdocs.com/viewer/python-net/load-docum...
  5. Sign documents with QR-code embedded object | G...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object... This feature is implemented over object...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/sign-document...
  6. Adding repeated watermarks | GroupDocs

    The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents... This innovative feature allows you to seamlessly integrate...watermark The repeated watermark feature also supports image watermarks...

    docs.groupdocs.com/watermark/net/adding-repeate...
  7. GroupDocs.Comparison 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....7 comes with some new features, improvements and a bug fix...API and share your feedback. Features Implement Group Shapes for...

    blog.groupdocs.com/categories/groupdocs.compari...
  8. Compare OneNote document using GroupDocs.Compar...

    GroupDocs team is glad to announce another monthly release of Document Comparison for .NET API v17.8.0 with some new Features like adding support for OneNote document comparison and comparison of header and footer for cells file format and also adding support for pivot tables in cells. This monthly release is also including improvements like HyperLinks on Shape in slides file format along with fixes. Major Changes are done for OneNote, Cells and Slides document formats....0 with some new features like adding support for OneNote...for .NET - Major Changes & Features # Monthly release of GroupDocs...

    blog.groupdocs.com/comparison/groupdocs.compari...
  9. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured Java library we provide simple...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/load-document-...