Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

/api/utils/mergePdfFiles/:paths

This method merges multiple PDF files into one PDF file.

Resource Information

Request Parameters

Parameters

Detail

Example

paths

Absolute paths separated by ";".

C:\path\to\file1.PDF;D:\tmp\file2.PDF

Sample request

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.

Next steps

List siblings

Sv translation
languageja

/api/utils/mergePdfFiles/:paths

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

リソース情報

要求パラメータ

パラメータ

詳細

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

次のステップ

List siblings