Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,120 for

get pages

(0.19 sec)
  1. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document Pages. The order of the Pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder 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....Reorder pages Reorder pages Leave feedback On this page GroupDocs...reorder the document pages. The order of the pages in the source document...

    docs.groupdocs.cloud/viewer/reorder-pages/
  2. Mix Document Pages | Documentation

    This REST API allows mixing specific Pages from several source documents into a single resultant document. You can specify the exact order and selection of Pages from each document, enabling advanced document composition scenarios. To mix Pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which Pages to take from which document and in what order. The output path for the resultant document....Document Pages Mix Document Pages Leave feedback On this page This...API allows mixing specific pages from several source documents...

    docs.groupdocs.cloud/merger/mix-document-pages/
  3. Render hidden pages | Documentation

    Hidden Pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden Pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden 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....hidden pages Render hidden pages Leave feedback On this page Hidden...Hidden pages are not rendered by default. In order to include them...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  4. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document Pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify Pages range start/end page numbers. There is also an ability to Get only even/odd Pages from the specified page range by setting RangeMode property....Document Pages Join Document Pages Leave feedback On this page This...document with specific document pages from joined documents into one...

    docs.groupdocs.cloud/merger/join-document-pages/
  5. Delete Document Pages | Documentation

    Delete Pages method allows to delete Pages in the cloud storage, created by Get Pages method. 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 Add annotation Call Preview method Download result Pages from cloud storage Delete Pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....Delete Document Pages Delete Document Pages Leave feedback On...On this page Delete Pages method allows to delete pages in the...

    docs.groupdocs.cloud/annotation/delete-pages/
  6. Convert Specific Pages | Documentation

    This example demonstrates how to convert specific 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....Convert Specific Pages Convert Specific Pages Leave feedback On...On this page This example demonstrates how to convert specific...

    docs.groupdocs.cloud/conversion/convert-specifi...
  7. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while moving document Pages....Developer Guide / Pages Operations / Move Pages Move Pages Leave feedback...feedback On this page This REST API provides a move page feature that...

    docs.groupdocs.cloud/merger/move-pages/
  8. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document Pages of image representations. There are several ways to specify page numbers needed for preview: Provide exact page numbers via Pages collection; Specify Pages range start/end page numbers. There is also an ability to Get only even/odd Pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password. The following properties of preview may be customized:...Generate Document Pages Preview Generate Document Pages Preview Leave...Leave feedback On this page This REST API provides an ability to...

    docs.groupdocs.cloud/merger/generate-document-p...
  9. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to Get all attachments from MSG file. 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....Guide / Basic usage / Get attachments Get attachments Leave feedback...feedback On this page GroupDocs.Viewer Cloud API enables you to...

    docs.groupdocs.cloud/viewer/get-attachments/
  10. 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/