Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 2,637 for

comments

(0.1 sec)
  1. Преобразование электронных таблиц Excel в PDF в...

    Программное преобразование электронных таблиц Excel в файлы PDF с помощью REST API в Node.js. Node.js SDK позволяет конвертировать файлы XLS, XLSX в PDF....hideComments = true; // hide comments loadOptions.onePagePerSheet...

    blog.groupdocs.cloud/ru/conversion/convert-exce...
  2. 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.... Name Description Comment FilePath The file path in the...

    docs.groupdocs.cloud/merger/swap-pages/
  3. Converti Excel in PDF utilizzando PHP | XLSX in...

    Converti in modo programmatico i file Excel in documenti PDF sul cloud utilizzando un'API REST in PHP con l'API GroupDocs.Conversion Cloud....ments(true); // Show hide comments $loadOptions->setShowGridLines(false);...

    blog.groupdocs.cloud/it/conversion/convert-exce...
  4. Converti fogli di calcolo Excel in PDF in Node....

    Converti in modo programmatico fogli di calcolo Excel in file PDF utilizzando un'API REST in Node.js. Node.js SDK consente di convertire file XLS, XLSX in PDF....hideComments = true; // hide comments loadOptions.onePagePerSheet...

    blog.groupdocs.cloud/it/conversion/convert-exce...
  5. 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/
  6. Node.js'de Excel Elektronik Tablolarını PDF'ye ...

    Node.js'de bir REST API kullanarak Excel Elektronik Tablolarını Programlı Olarak PDF dosyalarına dönüştürün. Node.js SDK, XLS, XLSX dosyalarının PDF'ye dönüştürülmesine izin verir....hideComments = true; // hide comments loadOptions.onePagePerSheet...

    blog.groupdocs.cloud/tr/conversion/convert-exce...
  7. Converter planilhas do Excel em PDF no Node.js ...

    Converta planilhas do Excel programaticamente em arquivos PDF usando uma API REST no Node.js. Node.js SDK permite converter arquivos XLS, XLSX para PDF....hideComments = true; // hide comments loadOptions.onePagePerSheet...

    blog.groupdocs.cloud/pt/conversion/convert-exce...
  8. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a 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. For protected documents, it is also required to provide a password....document: Name Description Comment FilePath The file path in the...

    docs.groupdocs.cloud/merger/remove-pages/
  9. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body.... Name Description Comment FileInfo.FilePath The path...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  10. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...parameters: Name Type Description Comment format string Requested conversion...

    docs.groupdocs.cloud/conversion/convert-documen...