Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 2,299 for

comments

(0.04 sec)
  1. 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...
  2. 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.... Name Description Comment FilePath The file path in the...

    docs.groupdocs.cloud/merger/join-document-cross...
  3. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. 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/add-watermark/
  4. Преобразование электронных таблиц 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...
  5. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. 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 Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser.... Name Description Comment FilePath The file path in the...

    docs.groupdocs.cloud/merger/import-attachment/
  6. GroupDocs.Annotation クラウド 19.5

    開発者にとって素晴らしいニュースです。まったく新しい GroupDocs.Annotation Cloud 19.5 が導入されました。私たちは GroupDocs.Annotation Cloud REST API の進化に取り組んでいます。...Now, UserName = "Commentator" } }, Box = new Rectangle((float)173...

    blog.groupdocs.cloud/ja/annotation/groupdocs.an...
  7. 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/
  8. 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...
  9. 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...
  10. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.... Name Description Comment JoinItem.ImageJoinMode Possible...

    docs.groupdocs.cloud/merger/join-images/