Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 626 for

annotation options

(0.05 sec)
  1. GroupDocs August, 2012 Newsletter - Integration...

    Introducing GroupDocs Conversion plus other enhancements.... You now have the option to set Amazon S3 as your default...viewing and optional file download. Two options are available:...

    blog.groupdocs.cloud/conversion/groupdocs-augus...
  2. Drupal Document Viewer Module | GroupDocs

    GroupDocs.Conversion for Java API is UI-Agnostic and no additional tool or service is required, developers can integrate it in their existing projects as well....Annotation for Java 3.1.0 is launched...Next Generation GroupDocs.Annotation for Java 3.1.0. Like all...

    blog.groupdocs.cloud/conversion/groupdocs-conve...
  3. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...NET Product News Annotate DICOM, Otp and DjVu File Formats...reader installed. Product News Annotate Image File Formats (GIF, TIFF...

    blog.groupdocs.cloud/groupdocs.cloud/page/48/
  4. PDF & Office Java Document Viewer Module for DN...

    GroupDocs released a module which allows DNN developers to integrate its downloadable Java document viewer into their DNN websites....Newsletter August, 2014 Add Annotation Features to Java Web Apps...Apps With GroupDocs.Annotation for Java, developers can add sophisticated...

    blog.groupdocs.cloud/annotation/focus-groupdocs...
  5. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Annotation Product Solution GroupDocs...CompareApi ( configuration ); var options = new ComparisonOptions { SourceFile...

    docs.groupdocs.cloud/comparison/quick-start/
  6. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need to get started is adding our SDK to your existing project....Annotation Product Solution GroupDocs...configuration ); // Sign options var options = new SignDigitalOptions...

    docs.groupdocs.cloud/signature/quick-start/
  7. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages....Annotation Product Solution GroupDocs..."WordProcessing/four-pages.docx" }; var options = new SwapOptions { FileInfo...

    docs.groupdocs.cloud/merger/swap-pages/
  8. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows to create document preview images, one per page. Image size and format can be set as Options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...size and format can be set as options. API Usage There are steps...

    docs.groupdocs.cloud/comparison/create-document...
  9. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows to protect resultant document with password. The following code snippet demonstrates how to compare documents and protect resultant document with password API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...Guide / Advanced usage / Save options / Set password for resultant...

    docs.groupdocs.cloud/comparison/set-password-fo...
  10. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs..."WordProcessing/sample-10-pages.docx" }; var options = new SplitOptions { FileInfo...

    docs.groupdocs.cloud/merger/split-document/