Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 4,013 for

as

(0.09 sec)
  1. Announcing The New GroupDocs' Online Signature ...

    GroupDocs Signature is an online signature service that lets you collect signatures without the administrative overhead of printing, stuffing envelopes and posting. Simply email documents to your signers and wait for them to be signed. GroupDocs’ online signature app is platform and software independent: the only thing a user needs to sign a document is a web browser, no additional software is required. [caption id=“attachment_206” align=“aligncenter” width=“650” caption=“GroupDocs’ online signature app - New dAshboard”] [/caption]...GroupDocs Signature is an online signature service that lets you collect signatures without the administrative overhead of printing, stuffing envelopes and posting. Simply email documents to your signers and wait for them to be signed. GroupDocs’ online signature app is platform and software independent: the only thing a user needs to sign a document is a web browser, no additional software is required. [caption id=“attachment_206” align=“aligncenter” width=“650” caption=“GroupDocs’ online signature app - New dashboard”] [/caption]

    blog.groupdocs.com/signature/announcing-new-gro...
  2. Business Case of a Shopping Store | Documentation

    Note This business cAse hAs been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business CAse There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a databAse system. Reporting Requirements A report bAsed on some criteria is to be generated....Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated.

    docs.groupdocs.com/assembly/net/business-case-o...
  3. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined As follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <<bookmark [bookmark_expression]>> bookmarked_content <</bookmark>> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time.

    docs.groupdocs.com/assembly/java/inserting-book...
  4. Save signed Image with different output file ty...

    This article explains how to save signed image with various image formats by GroupDocs.Signature API....This article explains how to save signed image with various image formats by GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/save-signed-i...
  5. Save signed Spreadsheet with different output f...

    This article explains how to save signed Spreadsheet document with various file formats by GroupDocs.Signature API....This article explains how to save signed Spreadsheet document with various file formats by GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/save-signed-s...
  6. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions clAss....This article describes the image search options that can be specified in an instance of the ImageSearchOptions class.

    docs.groupdocs.com/search/java/image-search-opt...
  7. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, pleAse find it here. This time I’m going to continue describing the core updates that the library hAs seen in the second major releAse. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements....Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements.

    blog.groupdocs.com/viewer/new-features-and-impr...
  8. Convert images | Documentation

    In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code...In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code

    docs.groupdocs.com/conversion/net/convert/image/
  9. Edit Email | Documentation

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET....This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET.

    docs.groupdocs.com/editor/net/edit-email/
  10. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document.

    docs.groupdocs.com/parser/java/extract-text-fro...