Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 47,009 for

page

(0.06 sec)
  1. CMS Made Simple - Forge GroupDocs.Viewer for Java

    CMSMS | CMS Made Simple 1: Home 2: About 2.1: About Us 2.2: CMS Made Simple Demo 2.3: Testimonials 2.5: Donations 2.7......documents and images on any page within your website. To name...documents embedded to a web-page. This also ensures fonts look...

    dev.cmsmadesimple.org/projects/gd-viewer-java
  2. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Formats Leave feedback On this page GroupDocs.Classification Cloud...Supported File Formats C# Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/classification/supported-f...
  3. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....AnnotationInfo Leave feedback On this page AnnotationInfo data structure...PageNumber Gets or sets the number of page where annotation will be placed...

    docs.groupdocs.cloud/annotation/annotationinfo/
  4. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting Pages extraction mode option; Extract text from specific Pages by setting the Pages range. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when extracting text from a document....Extract formatted text by setting pages extraction mode option; Extract...text from specific pages by setting the pages range. For protected...

    docs.groupdocs.cloud/parser/extract-text/
  5. UpdateResult | Documentation

    UpdateResult data structure returned by Update API method as output result UpdateResult example { "fileInfo": { "filePath": "signedBarcode_one-Page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360021, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "PageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated...UpdateResult Leave feedback On this page UpdateResult data structure..."filePath" : "signedBarcode_one-page.docx" , "storageName" : null...

    docs.groupdocs.cloud/signature/updateresult/
  6. Sign document with image signature | Documentation

    An image as signature is alternative way to put any presenting data in a visual form. This electronic signature type allows to create custom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options to specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...signature Leave feedback On this page An image as signature is alternative...'FilePath': 'signaturedocs/one-page.docx' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/sign-document-wi...
  7. Sign document with multiple signature | Documen...

    GroupDocs.Signature Cloud allows to sign document with several signatures simultaneously and even apply signatures of different types to the same document. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage and other files, like digital certificate or image stamp Sign document Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....signature Leave feedback On this page GroupDocs.Signature Cloud allows...'FileInfo': { 'FilePath': 'one-page.docx' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/sign-document-wi...
  8. Batch of texts classification | Documentation

    Batch classification allows to classify a group of texts (up to 10) in one request. This API retrieves batch classification result for IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. It returns an object that contains information about the best classes for all the texts in the request and their probabilities. See classify/batch request parameters for request’s details. Limitations Only the first 10 texts will be processed. Resource This resource represents a controller for single call batch of texts classification....classification Leave feedback On this page Batch classification allows...Classify Batch of Texts C# Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/classification/batch-class...
  9. Verify Digital Signature | Documentation

    Note Note: The features listed on this Page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Digital Signature in Documents Pages with different options for Page number, text and search criteria by using VerificationOptions Objects data in request body. Verify Digital Signature in a Document You can verify Digital Signature in a Document using this API....On this page Note Note: The features listed on this page are supported...in Documents Pages with different options for page number, text...

    docs.groupdocs.cloud/signature/verify-digital-s...
  10. Get Streams of Images of Result Document | Docu...

    Note Note: The features listed in this Page are working only with GroupDocs.Comparison Cloud V1 You can compare documents, saves the result document to streams as a set of images and returns the array of streams of images by providing the JsonRequest Object data in the request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to Get streams of images of result document. cURL example Request curl -v "https://api....On this page Note Note: The features listed in this page are working.... C# PHP Java Ruby Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/get-streams-of-...