Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,151 for

numbers

(0.05 sec)
  1. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page Numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages....it’s needed to specify page numbers along with a path to document...FirstPageNumber First-page number to swap Required SecondPageNumber...

    docs.groupdocs.cloud/merger/swap-pages/
  2. Split DOCX using Java | Word Splitter

    Learn how to split Word documents into separate files in Java. Follow this tutorial to split specific pages or sections from a Word document online....separate files online by page numbers using Java; Split Word DOCX...

    blog.groupdocs.cloud/merger/split-word-document...
  3. Convert Word DOC to PDF Programmatically in CSharp

    Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....to convert from start page number and total pages to convert...PdfConvertOptions Provide specific page numbers to convert Next, provide the...

    blog.groupdocs.cloud/conversion/convert-word-to...
  4. Merge and Combine PowerPoint PPT/PPTX Presentat...

    Merge Powerpoint files into one file or combine PPT files online free. This artilce covers how to merge and combine PowerPoint PPT/PPTX presentations in C#....Now, define a list of page numbers to be merged Next, create another...Define the start page number and end page number Now, define the page...

    blog.groupdocs.cloud/merger/merge-powerpoint-pp...
  5. Convert Word Documents to PDF using REST API in...

    Programmatically convert Word documents (DOCX or DOC) to PDF files using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....to convert from start page number and total pages to convert...Then, provide specific page numbers in a comma-separated array...

    blog.groupdocs.cloud/conversion/convert-word-do...
  6. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page Numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....documents Pages Collection of page numbers to use in a Join operation...should have number 1 StartPageNumber Start page number Ignored if...

    docs.groupdocs.cloud/merger/join-document-cross...
  7. 使用 Node.js 将 PDF 转换为可编辑的 Word 文档

    使用 Node.js 中的 REST API 以编程方式将 PDF 转换为可编辑的 Word 文档。 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/zh/conversion/convert-pdf-...
  8. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document....each with file index and page numbers Required OutputPath Path to...

    docs.groupdocs.cloud/merger/mix-document-pages/
  9. Sign document with QR-code signature | Document...

    QR-code (or Quick Response code) is a sort of two-dimensional barcode that consists of black squares arranged in a square grid on a white background. QR-code can be read by smartphone camera or specialized devices that are dedicated to QR reading - hand-held scanners, handy terminals, fixed scanners that are used after placing it on a desktop, or embedding it in other devices. Usually QR-codes contain data that points to a website or application, emails, or phone Numbers, product identifiers, or trackers....application, emails, or phone numbers, product identifiers, or trackers...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. 使用 Node.js 将 Word 文档转换为 PDF |在 Node.js 中将 DOCX ...

    使用 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/zh/conversion/convert-word...