Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,106 for

get pages

(0.04 sec)
  1. 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-...
  2. Extract DOCX Pages in Java | Word Extractor

    Learn how to extract Pages from a Word file in Java using GroupDocs.Merger Cloud SDK. Follow our guide to simplify and optimize your workflow. Try it now!...Polski Extract Document Pages - Extract Pages from Word File in Java...struggling to extract specific pages from a Word document in Java...

    blog.groupdocs.cloud/merger/extract-document-pa...
  3. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual Pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate Pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output Pages when viewing a document as PDF...Flip/rotate pages Flip/rotate pages Leave feedback On this page The GroupDocs...enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  4. 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...
  5. 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...
  6. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply Get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example....Operations / Get Template Get Template Leave feedback On this page This...used in Parse endpoint. Simply get the API response and use it as...

    docs.groupdocs.cloud/parser/get-template/
  7. 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-...
  8. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of Getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to Get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....Image Viewer - Get text coordinates Image Viewer - Get text coordinates...coordinates Leave feedback On this page GroupDocs.Viewer Cloud provides...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  9. 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...
  10. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Info Operations / Get Document Information Get Document Information...Information Leave feedback On this page This REST API allows obtaining...

    docs.groupdocs.cloud/parser/get-document-inform...