Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sv translation
languageja

/api/utils/mergePdfFiles/:paths

この方法は、このメソッドは、1つのPDFファイルに複数のPDFファイルをマージします 

リソース情報

URLリソースリソースURL

https://service.belladati.com/api/utils/mergePdfFiles/:paths

HTTP方法HTTPメソッド

GET

要求パラメータ

リクエストパラメーター

パラメータパラメーター

詳細

paths

";" で区切られた絶対パス

C:\path\to\file1.PDF;D:\tmp\file2.PDF
サンプル要求

サンプルリクエスト

Code Block
curl -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\"" https://service.belladati.com/api/utils/mergePdfFiles/C:\path\to\file1.PDF;D:\tmp\file2.PDF

Please note that the separator ";" has to be URL-encoded, e.g. C:\path\to\file1.PDF%3BD:\tmp\file2.PDF.

区切り文字 ";" は、URL-エンコードする必要があることに注意してください。例: C:\path\to\file1.PDF%3BD:\tmp\file2.PDF

次のステップ

List siblings