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

page

(0.04 sec)
  1. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate Page. The following code samples show how to render only the print areas from worksheets....areas Leave feedback On this page Spreadsheet document allows...in a worksheet as a separate page. The following code samples...

    docs.groupdocs.cloud/viewer/render-print-areas/
  2. Merge Multiple File Types into One Document usi...

    How to Merge Multiple File Types into One Document using Ruby...PowerPoint into PDF Combine Specific Pages of Different File Types in Ruby...rearrange a single page or a collection of pages from supported document...

    blog.groupdocs.cloud/merger/merge-multiple-file...
  3. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Extract images from specific page range or from a document inside...cloud. Read text from specific page range or from a document inside...

    blog.groupdocs.cloud/groupdocs.cloud/page/34/
  4. Product overview | Documentation

    An introduction to GroupDocs.Translation Cloud service and how it can solve everyday business needs....content formatting 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/product-overview/
  5. Backroung Brush and Stamp Brush Styles Signatur...

    Ruby SDK release for public use of GroupDocs.Viewer cloud features in Ruby based applications....whole document, page by page or custom range of pages. It also provides...Information Working With Document Pages Page Resources Fonts Resource...

    blog.groupdocs.cloud/viewer/introduction-of-rub...
  6. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document Page with a rectangle. 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 Area annotation allows to mark...an area within the document page with a rectangle. API usage...

    docs.groupdocs.cloud/annotation/area-annotation/
  7. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Storage API Leave feedback On this page Storage existence API This API...0/annotation/storage/version/one-page.docx?storageName#MyStorage"...

    docs.groupdocs.cloud/annotation/working-with-st...
  8. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. 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 Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....document Leave feedback On this page GroupDocs.Viewer Cloud API enables...'SampleFiles/sample.docx' } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-document/
  9. Get View Info for PDF Document | Documentation

    GroupDocs.Viewer Cloud provides additional information for PDF documents when calling Info method. Following example demonstrates how to retrieve view information for PDF 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. Swagger UI lets you call this REST API directly from the browser....Document Leave feedback On this page GroupDocs.Viewer Cloud provides..."Portable Document Format File" , "pages" : [ { "number" : 1 , "width"...

    docs.groupdocs.cloud/viewer/get-view-info-for-p...
  10. Delete rendered document | Documentation

    After rendering various types of documents into HTML, Image, or Pdf, you may clean (delete) rendered Pages from cloud storage using special method. Note: This method deletes only output files, the input file remains in the storage. Following example demonstrates on how to delete rendered document results. API Usage 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....document Leave feedback On this page After rendering various types...may clean (delete) rendered pages from cloud storage using special...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...