Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 2,835 for

comments

(1.91 sec)
  1. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser.... Name Description Comment JoinItem.WordJoinMode Allows...

    docs.groupdocs.cloud/merger/join-word-continous/
  2. Converti documenti Word in PDF utilizzando Node...

    Converti in modo programmatico documenti Word in PDF utilizzando un'API REST in Node.js. Node.js SDK consente di convertire i file DOC e DOCX in file PDF sul cloud....hideComments = true; // hide comments loadOptions.hideWordTrackedChang...

    blog.groupdocs.cloud/it/conversion/convert-word...
  3. 在 Node.js 中將 Excel 電子表格轉換為 PDF | XLS、XLSX 到 PDF

    使用 Node.js 中的 REST API 以編程方式將 Excel 電子表格轉換為 PDF 文件。 Node.js SDK 允許將 XLS、XLSX 文件轉換為 PDF。...hideComments = true; // hide comments loadOptions.onePagePerSheet...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  4. Konvertieren Sie Word Dokumente mit Node.js | i...

    Konvertieren Sie Word Dokumente mithilfe einer REST-API in Node.js programmgesteuert in PDF. Das Node.js SDK ermöglicht die Konvertierung von DOC und DOCX Dateien in PDF Dateien in der Cloud....hideComments = true; // hide comments loadOptions.hideWordTrackedChang...

    blog.groupdocs.cloud/de/conversion/convert-word...
  5. 使用 PHP 將 Excel 轉換為 PDF |在 PHP 中使用 REST API 將 XL...

    使用 PHP 中的 REST API 和 GroupDocs.Conversion Cloud API,以編程方式將 Excel 文件轉換為雲端的 PDF 文檔。...ments(true); // Show hide comments $loadOptions->setShowGridLines(false);...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  6. Chuyển đổi Bảng tính Excel sang PDF trong Node....

    Lập trình Chuyển đổi Bảng tính Excel thành tệp PDF bằng API REST trong Node.js. Node.js SDK cho phép chuyển đổi các tệp XLS, XLSX sang PDF....hideComments = true; // hide comments loadOptions.onePagePerSheet...

    blog.groupdocs.cloud/vi/conversion/convert-exce...
  7. Chuyển đổi tài liệu Word sang PDF bằng Node.js ...

    Lập trình chuyển đổi tài liệu Word sang PDF bằng API REST trong Node.js. Node.js SDK cho phép chuyển đổi các tệp DOC và DOCX thành tệp PDF trên đám mây....hideComments = true; // hide comments loadOptions.hideWordTrackedChang...

    blog.groupdocs.cloud/vi/conversion/convert-word...
  8. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property.... Name Description Comment FilePath The file path in the...

    docs.groupdocs.cloud/merger/join-document-pages/
  9. Ruby のファイル変換 API を使用して PowerPoint を PDF に変換する

    GroupDocs.Conversion API は、さまざまなファイル形式の変換に役立ちます。このチュートリアルは、Ruby のファイル変換 API を使用して PowerPoint を PDF に変換する方法について説明します。...hide_comments = true @settings.load_options...

    blog.groupdocs.cloud/ja/conversion/convert-powe...
  10. 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....operation: Name Description Comment Files List of files to mix...

    docs.groupdocs.cloud/merger/mix-document-pages/