Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 1,152 for

numbers

(0.38 sec)
  1. متن PDF را با استفاده از Java استخراج کنید | تج...

    یاد بگیرید چگونه متن را از فایل‌های PDF در Java با استفاده از GroupDocs.Parser Cloud SDK استخراج کنید. فرایند استخراج متن را بدون زحمت خودکار کنید و زمان خود را صرفه‌جویی کنید....Text from PDF in Java by Page Number Range Java REST API برای استخراج...

    blog.groupdocs.cloud/fa/parser/document-parsing...
  2. Перетворення електронних таблиць 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/uk/conversion/convert-exce...
  3. 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...
  4. 在 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...
  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....":250}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-visio-docume...
  6. 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/
  7. Render single layout | Documentation

    GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the API provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored. The following code sample shows how to render a specific layout. 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-single-layout/
  8. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. 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...."Zipped File" , "pages" : [ { "number" : 1 , "width" : 0 , "height"...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  9. 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...
  10. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly...."}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...

    docs.groupdocs.cloud/viewer/render-project-time...