/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

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

  • No labels