Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 1,161 for

supported file formats

(0.09 sec)
  1. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document File extension; Document size in bytes; Document File format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Order Upgrade an Order Free Support Docs Free Consulting Blog New...Document file extension; Document size in bytes; Document file format;...

    docs.groupdocs.cloud/parser/get-document-inform...
  2. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/with_four_print_area...

    docs.groupdocs.cloud/viewer/render-print-areas/
  3. Word to HTML | DOC to HTML Online | DOCX to HTM...

    Convert Word documents to HTML using GroupDocs.Conversion Cloud SDK for Node.js. Learn how to transform DOC, DOCX Files to web-friendly HTML using Node.js....devices, making it an ideal format for sharing and publishing...converting Word documents to HTML format in the cloud. It handles everything...

    blog.groupdocs.cloud/conversion/convert-doc-to-...
  4. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....Order Upgrade an Order Free Support Docs Free Consulting Blog New...be marked with different formatting - italic, bold, underlined...

    docs.groupdocs.cloud/comparison/compare-documents/
  5. Python Microsoft Word to MarkDown Conversion th...

    I found error in the below for the code attached… I set for my google drive storage. Error msg: groupdocs_conversion_cloud.api_exception.ApiException: (500) Message: AmazonS3 Storage exception: The specified key doe…...format = “md” settings.storage_name...convert_and_download(input_filename): settings.file_path = input_filename data =...

    forum.groupdocs.cloud/t/python-microsoft-word-t...
  6. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....Order Upgrade an Order Free Support Docs Free Consulting Blog New...watermarks in the document. The API supports a rich set of search criteria...

    docs.groupdocs.cloud/watermark/search-watermarks/
  7. Convert HTML to PDF in C# .NET

    Discover how GroupDocs.Cloud Conversion API simplifies HTML to PDF conversion. Programmatically convert HTML to PDF with ease using C# .NET....NET HTML File to PDF Conversion using cURL...effortlessly convert HTML files to PDF format, facilitating smoother...

    blog.groupdocs.cloud/conversion/convert-html-to...
  8. How to Merge Two Word Documents to Keep Formatt...

    Is there a parameter in the API I need to call to force a modern Word doc?...Two Word Documents to Keep Formatting and Set Compatibility Mode...two word documents to keep formatting but I am afraid currently...

    forum.groupdocs.cloud/t/how-to-merge-two-word-d...
  9. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "FileInfo": { "FilePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "FileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document File format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....Order Upgrade an Order Free Support Docs Free Consulting Blog New...fields Name Description FileInfo File path, storage, version, password...

    docs.groupdocs.cloud/signature/inforesult/
  10. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_1...

    docs.groupdocs.cloud/viewer/add-watermark/