Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 2,659 for

comments

(0.07 sec)
  1. 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...
  2. 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...
  3. 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/
  4. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: 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. The following properties of preview may be customized:...customized: Name Description Comment FilePath The file path in the...

    docs.groupdocs.cloud/merger/generate-document-p...
  5. 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 Linux/MacOS/Bash # First get JSON Web Token # Please obtain your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # They are supplied via the environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.... Name Description Comment JoinItem.ImageJoinMode Possible...

    docs.groupdocs.cloud/merger/join-images/
  6. 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...
  7. Konvertieren Sie Excel-Tabellen in PDF in Node....

    Konvertieren Sie Excel-Tabellen mithilfe einer REST-API in Node.js programmgesteuert in PDF Dateien. Das Node.js SDK ermöglicht die Konvertierung von XLS und XLSX Dateien in PDF....hideComments = true; // hide comments loadOptions.onePagePerSheet...

    blog.groupdocs.cloud/de/conversion/convert-exce...
  8. 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/ko/conversion/convert-exce...
  9. تبدیل اکسل به PDF با استفاده از PHP | XLSX به P...

    با استفاده از یک REST API در PHP با GroupDocs.Conversion Cloud API، فایل‌های Excel را به صورت برنامه‌نویسی به اسناد PDF روی ابر تبدیل کنید....ments(true); // Show hide comments $loadOptions->setShowGridLines(false);...

    blog.groupdocs.cloud/fa/conversion/convert-exce...
  10. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....customized: Name Description Comment FileInfo.FilePath The file...

    docs.groupdocs.cloud/editor/working-with-dsv-do...