Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 1,163 for

numbers

(0.29 sec)
  1. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page...."totalCount" : 1 , "entries" : [ { "number" : 1 , "name" : null , "width"...

    docs.groupdocs.cloud/signature/get-document-inf...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...platform from GroupDocs offers a number of applications designed to...

    blog.groupdocs.cloud/groupdocs.cloud/page/51/
  3. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter.... As well as a number of enhancements and fixes,...

    blog.groupdocs.cloud/total/groupdocs-september-...
  4. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures... Number of test cases are available...

    blog.groupdocs.cloud/signature/releasing-ruby-s...
  5. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....new features, as well as a number of fixes. It lets you manage...

    blog.groupdocs.cloud/total/product-updates-tuto...
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... As well as a number of enhancements and fixes,...

    blog.groupdocs.cloud/groupdocs.cloud/page/52/
  7. Drupal Document Viewer Module | GroupDocs

    GroupDocs.Total for .NET APIs are UI-Agnostic and are quite flexible to target ASP.NET, Windows Forms, WPF, WCF or any type of application....are inspired to see a wide number of users across the world using...

    blog.groupdocs.cloud/viewer/next-generation-gro...
  8. 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....":true}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...en_page_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  9. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. 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....":true}}}" Response { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-grid-lines/
  10. Convert PDF to Excel in Python using REST API

    Our PDF to Excel converter API converts PDF file into Excel spreadsheet quickly. This article is about how to convert PDF to Excel in Python using REST API....XlsConvertOptions Add the page number to convert in array format...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...