Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 18,948 for

file api

(0.15 sec)
  1. Get Document Information | Documentation

    This REST Api allows us to obtain basic information about the document and it’s pages properties. 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. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....feedback On this page This REST API allows us to obtain basic information...Document file extension; Document size in bytes; Document file format...

    docs.groupdocs.cloud/merger/get-document-inform...
  2. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to get list of all revisions. Api usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call Api method Download comparison result document from storage (if any) 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.... API usage There are steps that usage...documents into cloud storage Call API method Download comparison result...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  3. 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....email messages, by default the API uses the English language to...labels for email header. The API provides a new property FieldLabels...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  4. Render single layout | Documentation

    GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the Api provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored. The following code sample shows how to render a specific layout. 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....layout from a CAD drawing the API provides CadOptions.LayoutName...to render a specific layout. API Usage There are steps that usage...

    docs.groupdocs.cloud/viewer/render-single-layout/
  5. 在 Java 中以编程方式将 SVG 转换为 PDF 并将 PDF 转换为 SVG

    在线文件转换服务,可将 PDF 转换为优化的 SVG 图像。让我们看看如何在 Java 中以编程方式将 SVG 转换为 PDF 以及将 PDF 转换为 SVG。...和 PDF 到 SVG 转换 API – Java SDK 安装 如何使用 REST API 在 Java 中将 SVG 转换为...Java 中将 SVG 文件转换为 PDF 如何使用 REST API 在 Java 中将 PDF 转换为 SVG 文件 Java...

    blog.groupdocs.cloud/zh/conversion/convert-svg-...
  6. DNN (DotNetNuke) PDF Viewer Module by GroupDocs

    GroupDocs released its document viewer module for DotNetNuke. Using the module, you can embed and view PDF and Office documents right on your DNN web-pages....you to embed and display PDF files, word-processing documents,...Excel spreadsheets and image files right on your DNN web-pages...

    blog.groupdocs.cloud/viewer/online-document-vie...
  7. Working with Signature Collection | 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 multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature Api provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....Signature Cloud REST API supports to sign a document with... Slides or Words) Signature API provides an object that can contain...

    docs.groupdocs.cloud/signature/working-with-sig...
  8. 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....txt) files Comma-separated values (.csv)...sets the document encoding. API Usage There are steps that usage...

    docs.groupdocs.cloud/viewer/specify-encoding-wh...
  9. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want to see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following code sample shows how to render a Word document including tracked changes. 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.... API Usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  10. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property. The following code sample shows how to render a specific layer of a CAD drawing. 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.... API Usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/viewer/render-layers/