Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,113 for

numbers

(0.07 sec)
  1. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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 ...

    docs.groupdocs.cloud/viewer/render-document-wit...
  2. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...value : 1 pagesCount integer Number of pages to convert Default...

    docs.groupdocs.cloud/conversion/convert-documen...
  3. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive 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....PdfConvertOptions { FromPage = 2 , // Page number starts from 1 PagesCount =...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  4. استخراج صفحات DOCX در جاوا | استخراج کننده کلمات

    نحوه استخراج صفحات از فایل Word در جاوا با استفاده از GroupDocs.Merger Cloud SDK را بیاموزید. راهنمای ما را دنبال کنید تا گردش کار خود را ساده و بهینه کنید. الآن امتحانش کن!...-in-Java-using-Exact-Page Numbers} # اکنون که محیط خود را راه...

    blog.groupdocs.cloud/fa/merger/extract-document...
  5. Node.js에서 Excel 스프레드시트를 PDF로 변환 | XLS, XLSX를 PDF로

    Node.js에서 REST API를 사용하여 프로그래밍 방식으로 Excel 스프레드시트를 PDF 파일로 변환합니다. Node.js SDK를 사용하면 XLS, XLSX 파일을 PDF로 변환할 수 있습니다....pagesCount = 3; // Number of pages(sheets) to convert...

    blog.groupdocs.cloud/ko/conversion/convert-exce...
  6. Konvertieren Sie Excel-Tabellen in PDF in Node....

    Konvertieren Sie Excel-Tabellen mithilfe einer REST-API in Node.js programmgesteuert in PDF Dateien. Das Node.js SDK ermöglicht die Konvertierung von XLS und XLSX Dateien in PDF....pagesCount = 3; // Number of pages(sheets) to convert...

    blog.groupdocs.cloud/de/conversion/convert-exce...
  7. Adjust output image size | Documentation

    When CAD drawings are rendered, the size of the render result is adjusted by API automatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set value based on width-to-length ratio. You may adjust the size of resulting document by setting CadOptions as show in example. 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....3}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/adjust-output-image...
  8. 在 Node.js 中將 Excel 電子表格轉換為 PDF | XLS、XLSX 到 PDF

    使用 Node.js 中的 REST API 以編程方式將 Excel 電子表格轉換為 PDF 文件。 Node.js SDK 允許將 XLS、XLSX 文件轉換為 PDF。...pagesCount = 3; // Number of pages(sheets) to convert...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  9. Render Visio Document Figures | Documentation

    When you are converting Visio files, you can choose what you want to render: Visio scheme pages or figures of Visio scheme. If Visio scheme does not contain pages - only figures will be rendered. To force render Visio figures please set RenderFiguresOnly property to true in VisioRenderingOptions. You can set width of each figure, height will be calculated by proportions automatically. API Usage There are steps that usage of GroupDocs....":250}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-visio-docume...
  10. Render Archive Folder | Documentation

    GroupDocs.Viewer Cloud renders items from the root of the archive by default. When rendering of a specified folder is required, it can be achieved as shown in the examples below. 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...."}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-archive-folder/