Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 2,975 for

doc to doc

(0.04 sec)
  1. Available SDKs | Documentation

    GroupDocs.Metadata Cloud SDKs GroupDocs.Metadata Cloud is a modern REST-oriented API, that allows easy integration inTo existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer To speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific To your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/available-sdks/
  2. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/watermark/get-document-inf...
  3. Available SDKs | Documentation

    GroupDocs.Classification Cloud is a modern REST oriented API, that allows easy integration inTo existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer To speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific To your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/classification/available-s...
  4. Getting supported languages | Documentation

    How To get a full list of supported language pairs....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/translation/languages/
  5. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find folder in GroupDocs Cloud STorage. API Explorer GroupDocs.Comparison Cloud API Reference lets you To try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs exposes....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/working-with-fo...
  6. Get View Info for PDF Document | Documentation

    GroupDocs.Viewer Cloud provides additional information for PDF Documents when calling Info method. Following example demonstrates how To retrieve view information for PDF Document. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/get-view-info-for-p...
  7. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/extract-annotat...
  8. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports To sign a Document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example To list supported QR-Code types. cURL example Request curl -X GET "https://api.groupDocs.cloud/v2.0/signature/qrcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/get-supported-qr...
  9. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  10. PreviewOptions | Documentation

    PreviewOptions structure defines options for creating Documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations To remove from the Document. Format Preview format. Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers Page numbers To create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/previewoptions/