Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 2,637 for

comments

(0.11 sec)
  1. 使用 Ruby 中的文件转换 API 将 PowerPoint 转换为 PDF

    GroupDocs.Conversion API 有助于转换各种文件格式。本教程介绍如何使用 Ruby 中的文件转换 API 将 PowerPoint 转换为 PDF...hide_comments = true @settings.load_options...

    blog.groupdocs.cloud/zh/conversion/convert-powe...
  2. 使用 Ruby 中的文件轉換 API 將 PowerPoint 轉換為 PDF

    GroupDocs.Conversion API 有助於轉換各種文件格式。本教程介紹如何使用 Ruby 中的文件轉換 API 將 PowerPoint 轉換為 PDF...hide_comments = true @settings.load_options...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  3. 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/
  4. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: 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.... Name Description Comment FilePath The file path in the...

    docs.groupdocs.cloud/merger/change-page-orienta...
  5. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers: 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....document pages: Name Description Comment FilePath The file path in the...

    docs.groupdocs.cloud/merger/rotate-pages/
  6. 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/
  7. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. 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 It could be omitted for default storage.... Name Description Comment FilePath The file path in the...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  8. 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...
  9. 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/
  10. 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...