Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 906 for

page range

(0.06 sec)
  1. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“docx”, for example)....in a single page convertRange Convert specific range when converting...rowsPerPage Split a worksheet into pages by rows (pagination) columnsPerPage...

    docs.groupdocs.cloud/conversion/loadoptions/
  2. Convert PDF to Editable Word Document using Nod...

    Programmatically Convert PDF to Editable Word Document using a REST API in Node.js. Node.js SDK allows converting PDF to DOC and DOCX files....js Convert Specific Pages of PDF to DOCX in Node.js PDF...code sample: Convert Specific Pages of PDF to DOCX in Node.js #...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  3. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....download from our “Downloads” page . GroupDocs Total for .NET is...NET lets you create a wide range of applications, each leveraging...

    blog.groupdocs.cloud/total/groupdocs-total-net-...
  4. A REST API Solution to Merge and Split Document...

    GroupDocs.Parser Cloud a document parsing REST API solution. You can extract text, images and metadata for MS Office, OpenOffice, PDF, HTML and many file formats...from specific pages by setting the page range Extract Images...

    blog.groupdocs.cloud/parser/introducing-documen...
  5. Convert Word Document to PDF in Java using REST...

    Quickly convert document formats using our high performance file conversion API. Let's see how to convert Word document to PDF in Java using REST API....Java using Pages Range Filter Convert Specific Pages of MS Word...Document as a PDF in Java using Pages Range Filter # In this section...

    blog.groupdocs.cloud/conversion/convert-word-do...
  6. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values Range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....sensitivity Leave feedback On this page GroupDocs.Comparison Cloud allows...comparison sensitivity values range is from 0 to 100. Minimal value...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...can upload a document on a web-page, invite colleagues, partners...(contracts, NDAs, applications, any range of documents) and send them...

    blog.groupdocs.cloud/groupdocs.cloud/page/49/
  8. 如何在 Python 中拆分 PowerPoint PPT 或 PPTX 幻灯片

    使用 PowerPoint Splitter 在线和免费幻灯片拆分工具拆分 PowerPoint 演示文稿。让我们学习如何在 python 中拆分 PowerPoint PPT 或 PPTX 幻灯片...pages = [1, 3] options.mode = "Pages" result = documentApi...start\page\number 和 end\page\number 值 将 pptx 拆分模式设置为 Pages 以拆分...

    blog.groupdocs.cloud/zh/merger/how-to-split-pow...
  9. Merge PowerPoint Files into One - Simplify Your...

    Learn how to easily merge PowerPoint files into one in Java. This article provides a step-by-step guide and code examples for Java developers....rearrange, delete, and change the page orientation either as a portrait...specific pages, merging documents with different pages range, and...

    blog.groupdocs.cloud/merger/merge-powerpoint-fi...
  10. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-Page documents by providing exact Page numbers. The following example demonstrates how to split the document into three one-Page documents with 3rd, 6th, and 8th Pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....On this page Split the Document Into Several One-Page Documents...several one-page documents by providing exact page numbers. The...

    docs.groupdocs.cloud/merger/split-document/