Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 4,781 for

data

(0.06 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....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/render-print-areas/
  2. 1. Convert CAD Document with Load Options | Doc...

    This example demonstrates how to convert cad document into pdf document with load options. 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 GroupDocs.Conversion Cloud documentation 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....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  3. FileInfo | Documentation

    FileInfo Data structure describes input file FileInfo example { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in storage StorageName Storage name. Default storage used if not specified VersionId Version ID. Not required. Password Password to open password-protected file...Annotation Cloud / Developer Guide / Data structures / FileInfo FileInfo...feedback On this page FileInfo data structure describes input file...

    docs.groupdocs.cloud/annotation/fileinfo/
  4. ConversionResult | Documentation

    ConversionResult Data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this value to download page using File API...Conversion Cloud / Developer Guide / Data structures / ConversionResult...On this page ConversionResult data structure returned by as output...

    docs.groupdocs.cloud/conversion/conversionresult/
  5. VerifyResult | Documentation

    VerifyResult Data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process...Signature Cloud / Developer Guide / Data structures / VerifyResult VerifyResult...feedback On this page VerifyResult data structure returned by Verify...

    docs.groupdocs.cloud/signature/verifyresult/
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...used for storing structured data, and to extract text from these...analyzing images for data processing, or extracting data from image-based...

    blog.groupdocs.cloud/groupdocs.cloud/page/15/
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...Microsoft Excel spreadsheet data from XLS or XLSX files to PDF...focusing on how to render Excel data to PDF using a REST API in Node...

    blog.groupdocs.cloud/groupdocs.cloud/page/35/
  8. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...sometimes contain additional data. Reducing the size of a PDF...Classification Cloud Unstructured data in the form of raw text is everywhere:...

    blog.groupdocs.cloud/groupdocs.cloud/page/40/
  9. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. 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....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  10. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...