Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 37,835 for

get pages

(0.07 sec)
  1. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive Pages. You will have to provide the starting page number and the number of the Pages to be rendered. The following code sample shows how to render N consecutive Pages of a 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....N consecutive pages Render N consecutive pages Leave feedback...feedback On this page GroupDocs.Viewer Cloud provides the feature to...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  2. Split worksheets into pages | Documentation

    There might be the case when you do not want to render the whole Spreadsheet on a single page and limit the number of rows that would be rendered on each output page. In this situation, the GroupDocs.Viewer Cloud allows you to specify the number of rows in an Spreadsheet to be rendered on each page.This example demonstrates how to split worksheets into Pages. API Usage There are steps that usage of GroupDocs....worksheets into pages Split worksheets into pages Leave feedback...feedback On this page There might be the case when you do not want to...

    docs.groupdocs.cloud/viewer/split-worksheets-in...
  3. Translate and convert HTML pages

    Quickly translate HTML Pages online and save the translation in alternative format....translation of HTML pages Translate a HTML page into 37 languages...drag it in this box * HTML pages longer than 10,000 characters...

    products.groupdocs.app/translation/html
  4. 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": "..../ Basic usage / Get Supported File Formats Get Supported File...Formats Leave feedback On this page GroupDocs.Viewer Cloud REST...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  5. 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-...
  6. Java rearrange Word pages online

    Learn how to move, reorder, and rearrange Pages in Word documents using GroupDocs.Merger Cloud SDK for Java. Save time and effort with this powerful SDK....Move, Reorder, and Rearrange Pages in Word Online using Java. Have...you needed to rearrange the pages in a Word document? In certain...

    blog.groupdocs.cloud/merger/move-reorder-and-re...
  7. Extract Specific Pages from PDF using Python | ...

    Programmatically Extract Pages from PDF using a REST API on the cloud in Python. Use document merger REST API to split files using Python SDK....may need to extract specific pages from PDF documents or may need...extract specific pages from PDF documents by page numbers or by...

    blog.groupdocs.cloud/merger/extract-specific-pa...
  8. Get Changes | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and Get a list of changes by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to Get list of changes. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments/changes?appsid#XXXX&signature#XXX-XX" -H "content-type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'tarGetFiles':[{'folder':'comparisons','name':'tarGet.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response [ { "id": 0, "type": "Deleted", "text": "digital ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 1, "type": "Deleted", "text": "Executive ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 2, "type": "Inserted", "text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 3, "type": "Deleted", "text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] } ] SDK example The API is completely independent of your operating system, database system or development language....Resource / Get Changes Get Changes Leave feedback On this page Note...The features listed in this page are working only with GroupDocs...

    docs.groupdocs.cloud/comparison/get-changes/
  9. Extract Pages from PDF File Online in Python

    Extract single page from PDF or extract all Pages from PDF file online and easily. This article is about how to extract Pages from PDF file online in Python...Polski हिंदी čeština Extract Pages from PDF File Online in Python...you may need to extract PDF pages from PDF documents or may need...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  10. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive Pages from word processing documents into pdf documents. 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 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....N Consecutive Pages Convert N Consecutive Pages Leave feedback...feedback On this page This example demonstrates how to convert consecutive...

    docs.groupdocs.cloud/conversion/convert-n-conse...