Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 1,762 for

text annotations

(0.03 sec)
  1. Render Outlook Data Files To HTML using Python ...

    Programmatically Render Outlook Data (.ost) Files To HTML using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....messages inside folders by some text value from message content view_options...render_options.outlook_options.text_filter = "Microsoft" Filter...

    blog.groupdocs.cloud/2021/06/03/render-outlook-...
  2. Sign PDF Documents with QR Code using REST API ...

    Programmatically Sign PDF Documents with QR Code using a REST API in Python with Document Signature Cloud SDK for Python....SignQRCodeOptions Set Signature Type , Text , and Code Set signature position...VerifyQRCodeOptions Provide Signature Type , Text , and Code Define VerifySettings...

    blog.groupdocs.cloud/2021/03/06/sign-pdf-docume...
  3. GroupDocs.Total Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....applications for viewing, annotating, signing, comparing, converting...applications for viewing, annotating, signing, comparing, converting...

    blog.groupdocs.cloud/categories/groupdocs.total...
  4. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "Text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....Annotation Product Solution GroupDocs..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/searchresult/
  5. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Annotation Product Solution GroupDocs...rtf" , "fileFormat" : "Rich Text Format" }, { "extension" : "...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  6. Working with Lists | Documentation

    How-to dynamically generate items within different types of lists and specify their options using GroupDocs Assembly Cloud....Annotation Product Solution GroupDocs...increase the readability of text by arranging and formatting...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  7. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Annotation Product Solution GroupDocs...: "Barcode" , "Page" : 1 , "Text" : "John Smith" , "BarcodeType"...

    docs.groupdocs.cloud/signature/signsettings/
  8. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "Text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage....Annotation Product Solution GroupDocs...{ "qrCodeType" : "Aztec" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/signresult/
  9. Taxonomy | Documentation

    Taxonomy (general) is the practice and science of classification of things or concepts, including the principles that underlie such classification.In our case, this is a list of Text categories. We support two taxonomies for now: IAB-2 taxonomy IAB-2 taxonomy: https://www.iab.com/guidelines/taxonomy/. ‘Automotive’, ‘Books_and_Literature’, ‘Business_and_Finance’, ‘Careers’, ‘Education’, ‘Events_and_Attractions’, ‘Family_and_Relationships’, ‘Fine_Art’, ‘Food_&_Drink’, ‘Healthy_Living’, ‘Hobbies_&_Interests’, ‘Home_&_Garden’, ‘Medical_Health’, ‘Movies’, ‘Music_and_Audio’, ‘News_and_Politics’, ‘Personal_Finance’, ‘Pets’, ‘Pop_Culture’, ‘Real_Estate’, ‘Religion_&_Spirituality’, ‘Science’, ‘Shopping’, ‘Sports’, ‘Style_&_Fashion’, ‘Technology_&_Computing’, ‘Television’, ‘Travel’, ‘Video_Gaming’ Documents taxonomy Documents taxonomy:...Annotation Product Solution GroupDocs...our case, this is a list of text categories. We support two taxonomies...

    docs.groupdocs.cloud/classification/taxonomy/
  10. How To Annotate PDF in Node.js Using GroupDocs....

    Hi, We are trying to evaluate groupdocs annotation functionality for our project. I am using nodejs sdk and following the samples provided in github. Repo URL - GitHub - groupdocs-annotation-cloud/groupdocs-annotation-…...How To Annotate PDF in Node.js Using GroupDocs.Annotation REST...GroupDocs.Annotation Cloud Product Family nodejs-annotate-pdf giga...

    forum.groupdocs.cloud/t/how-to-annotate-pdf-in-...