Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 3,055 for

groupdocs.parser cloud

(0.18 sec)
  1. Convert Word to HTML Online in Python

    You can convert a DOC file to a HTML file to display the word doc in a web browser. This article is about how to convert word to html online in Python....file programmatically on the cloud. Word files are mainly used...HTML Conversion without using Cloud Storage How to Convert Word...

    blog.groupdocs.cloud/2022/08/02/convert-word-to...
  2. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into Cloud storage Verify signatures 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....Metadata Product Solution GroupDocs.Parser Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/verify-multiple-...
  3. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....Metadata Product Solution GroupDocs.Parser Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  4. Image Viewer - Add text overlay over images | D...

    GroupDocs.Viewer Cloud provides feature that allows to add text overlays over images. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. Please note that due to Image Viewer’s architecture rendering results with text extraction enabled and disabled are different. The ExtractText property of ImageOptions class enables you to render document to display with text. This example demonstrates how to render document for display with text....Metadata Product Solution GroupDocs.Parser Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/image-viewer-add-te...
  5. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into Cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Metadata Product Solution GroupDocs.Parser Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  6. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....Metadata Product Solution GroupDocs.Parser Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  7. 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....Metadata Product Solution GroupDocs.Parser Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/annotation/annotationinfo/
  8. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.AddressFilter; API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into Cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Metadata Product Solution GroupDocs.Parser Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  9. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into Cloud storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....Metadata Product Solution GroupDocs.Parser Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/merger/import-attachment/
  10. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer Groupdocs.parser Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.extRequired. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Metadata Product Solution GroupDocs.Parser Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/parser/working-with-files/