Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 1,120 for

numbers

(0.04 sec)
  1. 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...
  2. Node.js を使用して Word ドキュメントを PDF に変換する | Node.js ...

    Node.js の REST API を使用して、プログラムで Word ドキュメントを PDF に変換します。 Node.js SDK を使用すると、クラウド上で DOC および DOCX ファイルを PDF ファイルに変換できます。...fromPage = 1; // start page number convertOptions.pagesCount =...convertOptions.pages = [1,2]; // page numbers to convert settings.convertOptions...

    blog.groupdocs.cloud/ja/conversion/convert-word...
  3. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....Document" , "pages" : [ { "number" : 1 , "width" : 595 , "height"...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  4. 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....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-archive-folder/
  5. 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....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-visio-docume...
  6. Trích xuất văn bản PDF bằng Java | Phân tích PD...

    Học cách trích xuất văn bản từ tệp PDF trong Java bằng cách sử dụng GroupDocs.Parser Cloud SDK. Tự động hóa quá trình trích xuất văn bản một cách dễ dàng và tiết kiệm thời gian của bạn....Text from PDF in Java by Page Number Range Java REST API để Trích...

    blog.groupdocs.cloud/vi/parser/document-parsing...
  7. Преобразование электронных таблиц Excel в PDF в...

    Программное преобразование электронных таблиц Excel в файлы PDF с помощью REST API в Node.js. Node.js SDK позволяет конвертировать файлы XLS, XLSX в PDF....pagesCount = 3; // Number of pages(sheets) to convert...

    blog.groupdocs.cloud/ru/conversion/convert-exce...
  8. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property. The following code sample shows how to render a specific layer of a CAD drawing. 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....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-layers/
  9. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....}" Resonse { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  10. 使用 Node.js 從 PDF 文件中提取圖像 |在 Node.js 中解析 PDF

    使用 REST API 和適用於 Node.js 的 PDF Parser Cloud SDK 從 PDF 文件中提取圖像。本文介紹如何使用 Node.js 從 PDF 文件中提取圖像...startPageNumber = 1; // Start page number options.countPagesToExtract...

    blog.groupdocs.cloud/zh-hant/parser/extract-ima...