Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 3,792 for

document annotation

(0.09 sec)
  1. Download DOCX to PDF converted file from cloud ...

    Hi, I want to convert my pdf files to docx. I followed the tutorials and successed to converted the files but I can’t download them. When I use convert_api.convert_Document_download(request) function, it returns a path i…...convert_document_download(request) function...source document on the cloud storage and downloaded document is same...

    forum.groupdocs.cloud/t/download-docx-to-pdf-co...
  2. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of Documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered Document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  3. Convert HTML to PDF using REST API in Ruby

    Instantly convert HTML files to PDF format with free online converter. This article is about how to convert HTML to PDF using REST API in Ruby....convert your HTML files to PDF documents programmatically on the cloud...page. Hence printing your documents will not result to a perplexed...

    blog.groupdocs.cloud/2022/05/31/convert-html-to...
  4. CloudApp not working since about 1:45 PM easter...

    When I login, I get the following message Uh-oh, something went wrong! StructureMap Exception Code: 202 No Default Instance defined for PluginFamily Groupdocs.Apps.Proxy.IAnnotationBroadcaster, Groupdocs.Apps.Proxy, Version=2.28.206.12389, Culture=neutral, PublicKeyToken=null...Annotation Cloud Product Family parthipan...http://groupdocs.com Your Document Collaboration APIs Follow...

    forum.groupdocs.cloud/t/cloudapp-not-working-si...
  5. Specify encoding when loading documents | Docum...

    GroupDocs.Viewer Cloud enables users to pass encoding when rendering text Documents or email messages. This feature is supported for: Plain-text (.txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the Document encoding. 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....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/specify-encoding-wh...
  6. 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...Acquisition GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/searchresult/
  7. How To Convert XFA PDF Form to DOCX in Python U...

    Hi, I get this message in the converted file (it says successful) Please wait… If this message is not eventually replaced by the proper contents of the Document, your PDF viewer may not be able to display this type o…...the proper contents of the document, your PDF viewer may not be...able to display this type of document. You can upgrade to the latest...

    forum.groupdocs.cloud/t/how-to-convert-xfa-pdf-...
  8. Filter messages | Documentation

    MS Outlook allows to filter messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters: Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.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....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/filter-messages/
  9. Disable characters grouping | Documentation

    To improve content positioning when rendering PDF Documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown below: 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. Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/disable-characters-...
  10. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF Documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. 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....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/enable-font-hinting/