Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 2,365 for

comments

(0.07 sec)
  1. با استفاده از File Conversion API در Ruby پاورپ...

    GroupDocs.Conversion API به تبدیل فرمت های مختلف فایل کمک می کند. این آموزش در مورد نحوه تبدیل پاورپوینت به PDF با استفاده از File Conversion API در Ruby است...hide_comments = true @settings.load_options...

    blog.groupdocs.cloud/fa/conversion/convert-powe...
  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. 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...
  4. 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/
  5. 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...
  6. 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/
  7. Convert Excel Spreadsheets to PDF in Node.js | ...

    Programmatically Convert Excel Spreadsheets to PDF files using a REST API in Node.js. Node.js SDK allows converting XLS, XLSX files to PDF....hideComments = true; // hide comments loadOptions.onePagePerSheet...

    blog.groupdocs.cloud/ar/conversion/convert-exce...
  8. Ruby에서 파일 변환 API를 사용하여 PowerPoint를 PDF로 변환

    GroupDocs.Conversion API는 다양한 파일 형식을 변환하는 데 도움이 됩니다. 이 튜토리얼은 Ruby에서 File Conversion API를 사용하여 PowerPoint를 PDF로 변환하는 방법에 관한 것입니다....hide_comments = true @settings.load_options...

    blog.groupdocs.cloud/ko/conversion/convert-powe...
  9. पायथन में REST API का उपयोग करके Word दस्तावेज़...

    पायथन के लिए दस्तावेज़ रूपांतरण क्लाउड एसडीके के साथ पायथन में क्लाउड पर REST API का उपयोग करके वर्ड डॉक्यूमेंट (DOCX या DOC) को प्रोग्रामेटिक रूप से पीडीएफ फाइलों में बदलें।...hide_comments = True # Hide comments loadOptions.hi...

    blog.groupdocs.cloud/hi/conversion/convert-word...
  10. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default options. 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-document/