Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 6,650 for

file format

(0.05 sec)
  1. Drupal Document Viewer Module | GroupDocs

    GroupDocs API permits users to define signature options collection that ultimately helps in applying multiple signatures in a document....Introducing OTS and WebP File Formats in GroupDocs.Viewer for...rendering of OTS and WebP file formats in latest release GroupDocs...

    blog.groupdocs.cloud/total/welcome-2017-special...
  2. 使用 REST API 解决方案在 Python 中将 PDF 转换为 TXT

    适用于 Python 的 GroupDocs.Conversion Cloud SDK 使开发人员能够在其应用程序中无缝地添加高保真文档转换功能...from_keys(app_sid, app_key) file_api = groupdocs_conversion_cloud...app_key) try: #upload soruce file to storage filename = '02_pages...

    blog.groupdocs.cloud/zh/conversion/extract-text...
  3. 10. Convert Html document with load options | D...

    This example demonstrates how to convert html document into pdf document with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...html", "Format": "pdf", "LoadOptions": { "PageNumbering":...'FilePath': 'Html/sample.html', 'Format': 'pdf', 'LoadOptions': { 'PageNumbering':...

    docs.groupdocs.cloud/conversion/convert-html-do...
  4. 9. Convert Wordprocessing Document with Load Op...

    This example demonstrates how to convert Wordsprocessing documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....docx", "Format": "pdf", "LoadOptions": { ..."WordProcessing/with_tracked_changes.docx", "Format": "pdf", "LoadOptions": { ...

    docs.groupdocs.cloud/conversion/convert-wordpro...
  5. 7. Convert Spreadsheet Document with Load Optio...

    This example demonstrates how to convert Spreadsheet documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....xlsx", "Format": "pdf", "LoadOptions": { "HideComments":...'Spreadsheet/sample.xlsx', 'Format': 'pdf', 'LoadOptions': { 'HideComments':...

    docs.groupdocs.cloud/conversion/convert-spreads...
  6. 在线 HTML 转 PDF 转换器 | 网页转 PDF

    使用我们的在线转换工具免费将 HTML 转换为 PDF。如何在 .NET 应用程序中通过 REST API 自动化 HTML 到 PDF 的转换...文件到云存储: using (var fileStream = File.OpenRead("input.html")) { var...{ FilePath = "input.html", Format = "pdf", OutputPath = "converted/output...

    blog.groupdocs.cloud/zh/conversion/html-to-pdf-...
  7. 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....Document file extension; Document size in bytes; Document file format;...Password The password to open file It should be specified only...

    docs.groupdocs.cloud/parser/get-document-inform...
  8. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows to create document preview images, one per page. Image size and Format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Create preview images Download images 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.... Image size and format can be set as options. API..."FilePath": "sample2.pdf" }, "Format": "jpg" }' Windows PowerShell...

    docs.groupdocs.cloud/signature/create-document-...
  9. Features Overview | Documentation

    Overview GroupDocs.Editor Cloud is a REST API that allows you to edit documents across a wide range of supported document types. Below, the shortlist of possible actions: Document Edit operations The main feature of GroupDocs.Editor API is an ability to edit the most popular document Formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a Word Processing documents, Spreadsheets or Presentations....the most popular document formats using front-end WYSIWYG editors...it back to original document format. Editing options and output...

    docs.groupdocs.cloud/editor/features-overview/
  10. Extract PowerPoint Images in Node.js | PPTX Ima...

    Learn how to extract images from PowerPoint presentations (.ppt, .pptx) with Node.js API. Automate image extraction with REST API or cURL....pptx files using simple REST API calls...simplifies working with presentation files. It allows you to: Extract images...

    blog.groupdocs.cloud/parser/extract-images-from...