Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 47,009 for

page

(0.09 sec)
  1. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Storage API Leave feedback On this page Storage existence API This API...0/annotation/storage/version/one-page.docx?storageName#MyStorage"...

    docs.groupdocs.cloud/annotation/working-with-st...
  2. 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....for JPG Leave feedback On this page When rendering documents and...'JpegQuality': 50 } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  3. python pdf to html converter on Document Automa...

    python pdf to html converter on Document Automation REST APIs | GroupDocs Cloud Recent content in python pdf to html converter on Document Automation REST APIs | GroupDocs Cloud How to Convert PDF ......converter turns a PDF into a one-page website. This article is about...

    blog.groupdocs.cloud/tag/python-pdf-to-html-con...
  4. 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....fonts Leave feedback On this page GroupDocs.Viewer Cloud provides...'FontsPath' : 'Fonts' }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-with-custom-...
  5. 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....font Leave feedback On this page GroupDocs.Viewer Cloud enables...'Courier New' } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  6. GroupDocs.Parser 云 |用于解析文档的 Java REST API

    Java Rest API和Cloud SDK基于用户定义的数据和图像提取模板来解析云文档。以简单形式或格式的文本提取数据。...Java Cloud REST API Product Page | Docs | Live Demos | Swagger...fileInfo . setFilePath ( "pdf/four-pages.pdf" ); TextOptions options...

    releases.groupdocs.cloud/zh/parser/java/
  7. GroupDocs Newsletter July 2017– Document Manipu...

    GroupDocs developer newsletter of July 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....files as well as comparison of page context before building of the...add watermark to a specific page of the Word document. Read more...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  8. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model 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....layouts Leave feedback On this page When GroupDocs.Viewer Cloud...'RenderLayouts': true } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-all-layouts/
  9. 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 Leave feedback On this page GroupDocs.Viewer Cloud renders...'LayoutName': 'Model' } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-single-layout/
  10. GroupDocs.Comparison | Introduction of PHP SDK ...

    This monthly release is allowing users to get Changes in table of content, Image and Html Comparison also compare annotations as result document file path or stream....displaying of tables in PDF and Add page mapper for Note format etc....displaying of tables in PDF Improve page mapper for PDF. Comparison.PDF:...

    blog.groupdocs.cloud/comparison/introduction-of...