Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 7,993 for

page

(0.11 sec)
  1. Help! - Free Support Forum - groupdocs.cloud

    Hi , it’s possible to have support to translation PDF ( en to other language) ? How I must do it? I want test with postman and after compile java class. Now I receive error 401 , Bearer error=“invalid_token”, error_de…... ← previous page...

    forum.groupdocs.cloud/t/help/5457
  2. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....metadata Leave feedback On this page GroupDocs.Comparison Cloud provides...comparisons ( request ) Apex Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/set-document-me...
  3. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Options Leave feedback On this page This example demonstrates how...result [ 0 ]. Url ) } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/conversion/convert-email-d...
  4. 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...
  5. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output Pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output Pages. 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....watermark Leave feedback On this page GroupDocs.Viewer Cloud enables...apply a watermark on the output pages (HTML / Image / PDF). The following...

    docs.groupdocs.cloud/viewer/add-watermark/
  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. 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/
  8. 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-...
  9. 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/
  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/