Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,183 for

numbers

(0.01 sec)
  1. Python에서 REST API를 사용하여 PDF 문서에서 텍스트 추출

    Python용 Document Parser Cloud SDK를 사용하여 Python의 클라우드에서 REST API를 사용하여 PDF 문서에서 프로그래밍 방식으로 텍스트를 추출합니다....start_page_number = 1 options.count_pages_to_extract...container_info options.start_page_number = 2 options.count_pages_to_extract...

    blog.groupdocs.cloud/ko/parser/extract-text-fro...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... Number of test cases are available...

    blog.groupdocs.cloud/groupdocs.cloud/page/46/
  3. GroupDocs August, 2012 Newsletter - Integration...

    Introducing GroupDocs Conversion plus other enhancements....provider as well as rolling out a number of integrations, including...

    blog.groupdocs.cloud/conversion/groupdocs-augus...
  4. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources...."]}}" Response { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  5. PHP を使用して Word ドキュメントを HTML ページに表示する | HTML で D...

    GroupDocs.Viewer Cloud for PHP SDK を使用して、PHP の REST API を使用して、プログラムによって Word ドキュメントを HTML ページに表示します。 DOCX を応答性の高い Web ページにレンダリングします。...Pass specific range of page numbers to render. // This will render...選択したページのみをレンダリングする // Pass specific page numbers to render. // This will render...

    blog.groupdocs.cloud/ja/viewer/display-word-doc...
  6. HTML Viewer - Optimize for printing | Documenta...

    If you need to optimize HTML output for printing you should set ForPrinting option HtmlViewOptions. This option implemented for: Presentation documents: PPT,PPS,PPTX,PPSX,ODP,FODP,OTP,POT,POTX,POTM,PPTM,PPSM Diagram documents: VSD,VSDX,VSS,VST,VSX,VTX,VDW,VDX,VSSX,VSTX,VSDM,VSSM,VSTM Meta file formats: WMF, WMZ, EMF, EMZ If ForPrinting option is enabled output HTML pages will be converted to vector SVG format for better quality for print and page 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....":true}}" Response { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/html-viewer-optimiz...
  7. Fetching file translations | Documentation

    How to fetch the translated file from the GroupDocs.Translation Cloud queue....Property Type Description status Number HTTP response status code....

    docs.groupdocs.cloud/translation/file/fetch/
  8. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty...."}}}" Response { "pages" : [ { "number" : 1 , "resources" : null .../sample_page_1.html" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  9. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 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....":100}}}" Response { "pages" : [ { "number" : 1 , "resources" : null ...t/sample_page_1.png" }, { "number" : 2 , "resources" : null ...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  10. Преобразование PDF в редактируемый документ Wor...

    Программное преобразование PDF в редактируемый документ Word с помощью REST API в Node.js. Node.js SDK позволяет конвертировать PDF в файлы DOC и DOCX....pages = [1,2]; // set page numbers to convert settings.convertOptions...fromPage = 1; // set start page number convertOptions.pagesCount =...

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