Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 7,901 for

page

(0.21 sec)
  1. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....signatures Leave feedback On this page GroupDocs.Signature Cloud provides...'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType':...

    docs.groupdocs.cloud/signature/update-barcode-s...
  2. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....fonts Leave feedback On this page When rendering documents into...New Roman'] } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  3. Text Underline Annotation | Documentation

    Text Underline annotation marks text with a underline styling API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Annotation Leave feedback On this page Text Underline annotation marks...'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': " Output...

    docs.groupdocs.cloud/annotation/text-underline-...
  4. Text field Annotation | Documentation

    Text field annotation adds rectangle with a text inside API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Annotation Leave feedback On this page Text field annotation adds rectangle...'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': " Output...

    docs.groupdocs.cloud/annotation/text-field-anno...
  5. 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....rows Leave feedback On this page Sometimes Excel document may...'RenderHiddenRows' : true } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  6. 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....storage Leave feedback On this page Lotus Notes allows filtering...'test@test.com' } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  7. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder name}~~{Sub folder name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder named “Orion” that resides in a folder named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....Folder Leave feedback On this page GroupDocs.Viewer Cloud renders...: 'Inbox' } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  8. 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....fields Leave feedback On this page When rendering email messages...'Receiver' } ] } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  9. Working with Text 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 sign a document with Text. It provides methods to create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Text Signature to Document You can create Text Signature on Document provided by fileName and document folder (if required) using following API....On this page Note Note: The features listed on this page are supported...Text Signature in Document Pages with different options of Text...

    docs.groupdocs.cloud/signature/working-with-tex...
  10. 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....File Leave feedback On this page GroupDocs.Viewer Cloud provides..."format" : "Zipped File" , "pages" : [ { "number" : 1 , "width"...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...