Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 8,193 for

page

(0.04 sec)
  1. GroupDocs.Total Cloud Product Family | Document...

    GroupDocs.Annotation Cloud Getting Started Developer Guide Release Notes GroupDocs.Classification Cloud Getting Started Developer Guide Release Notes GroupDocs.Comparison Cloud Getting Started Developer Guide Release Notes GroupDocs.Conversion Cloud Getting Started Developer Guide Release Notes GroupDocs.Editor Cloud Getting Started Developer Guide Release Notes GroupDocs.Merger Cloud Getting Started Developer Guide Release Notes GroupDocs.Metadata Cloud Getting Started Developer Guide Release Notes GroupDocs.Parser Cloud Getting Started Developer Guide Release Notes GroupDocs.Rewriter Cloud Getting Started Developer Guide Release Notes GroupDocs....Guide Release Notes Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/total/
  2. Upload file | Documentation

    How to upload file to Cloud storage....pdf" } ' Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/translation/file/upload/
  3. Ellipse Annotation | Documentation

    Ellipse annotation draws elliptic annotation in a document Page 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Annotation Leave feedback On this page Ellipse annotation draws elliptic...elliptic annotation in a document page API usage There are steps that...

    docs.groupdocs.cloud/annotation/ellipse-annotat...
  4. Setting content language | Documentation

    How to specify a language of the processed text...."diversityDegree" : "Off" } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/rewriter/languages/
  5. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. That will be used to invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Start Leave feedback On this page Create an account Creating an...FilePath = "WordProcessing/four-pages.docx" } }; var item2 = new JoinItem...

    docs.groupdocs.cloud/merger/quick-start/
  6. Rendering pages to the same size as the size of...

    This option is supported when rendering to JPG and PNG only. When viewing PDF documents in JPG and PNG formats by default GroupDocs.Viewer Cloud calculates output image size for better viewing quality. In case you want to make output JPG and PNG images to be the same size in pixels as the size of Pages in a source PDF document GropDocs.Viewer Cloud provides a new option called RenderOriginalPageSize of the PdfOptions class....Rendering pages to the same size as the size of pages in a source...Rendering pages to the same size as the size of pages in a source...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...
  7. 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...
  8. 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/
  9. 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-...
  10. 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/