Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 2,230 for

conversion php

(0.04 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....Conversion Product Solution GroupDocs.... printStackTrace (); } } } PHP // For complete examples and...

    docs.groupdocs.cloud/merger/get-document-inform...
  2. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects 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 Add annotation Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract 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....Conversion Product Solution GroupDocs...count = " + response . size ()); PHP // For complete examples and...

    docs.groupdocs.cloud/annotation/extract-annotat...
  3. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Conversion Product Solution GroupDocs...getDocumentInfo ( request ); PHP // For complete examples and...

    docs.groupdocs.cloud/comparison/get-document-in...
  4. 使用 Node.js 将电子邮件和 Outlook 消息转换为 PDF | EML 转 PDF

    使用 Node.js 中的 REST API 以编程方式将电子邮件和 Outlook 消息转换为 PDF。 Node.js SDK 允许将 EML、MSG 文件转换为 PDF。...Conversion Cloud 的 Node.js SDK API。...多种文档和图像之间轻松转换。它还提供.NET、Java、PHP、Ruby、Android和Python SDK作为其 文档转换家族成员...

    blog.groupdocs.cloud/zh/conversion/convert-emai...
  5. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. 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 Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....Conversion Product Solution GroupDocs...response . getTotalCount ()); PHP // For complete examples and...

    docs.groupdocs.cloud/annotation/get-pages/
  6. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. 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....Conversion Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // For complete examples and...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  7. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available....Conversion Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // For complete examples and...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  8. 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....Conversion Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // For complete examples and...

    docs.groupdocs.cloud/viewer/render-single-layout/
  9. Verify text signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures 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....Conversion Product Solution GroupDocs...verifySignatures ( request ); PHP // For complete examples and...

    docs.groupdocs.cloud/signature/verify-text-sign...
  10. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. 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....Conversion Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // For complete examples and...

    docs.groupdocs.cloud/viewer/render-with-custom-...