Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 383 of 383 for

pdf to bmp

(0.04 sec)
  1. Overview | Documentation

    The GroupDocs.Annotation Cloud is a REST API and universal document annotaTor that supports almost all common business document and image file formats. It gives developers an API for creating advanced online document annotation Tools. With GroupDocs.Annotation Cloud API developers can deliver advanced annotation features To their users quickly. It provides features for export/import annotations inTo/from files, additionally To possibility To save files in supported formats. Note GroupDocs.Annotation Cloud REST API supports following type of Annotations:...Bitmap Picture (BMP) Adobe Portable Document Format (PDF) HyperText...

    docs.groupdocs.cloud/annotation/overview/
  2. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare Tools To compare source and destination files of supported formats To get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....pdf" , "fileFormat" : "Portable Document...Format" }, { "extension" : ".bmp" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/comparison/get-supported-f...
  3. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support To render over 50 file formats To HTML5 or Image formats for the whole document, page by page or cusTom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....pdf" , "fileFormat" : "Portable Document...Specification" }, { "extension" : ".bmp" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/viewer/get-supported-file-...