Multi upload only supports tags
Hi,
I see that while doing multi upload, I can only pass tag, while the doc on your website mentions that I can pass array of urls as well. Can you explain what is the issue here ?
https://cloudinary.com/documentation/image_upload_api_reference#multi
I was trying to combine certain pdfs stored in cloudinary into one single pdf, I am only able to combine the first pages and quality of generated pdf is also very poor. Can you suggest what changes I can do to improve the generated pdf quality.
-
Hi Shailash,
Thanks for reaching out. I see you've already opened a ticket directly with us but just wanted to post the relevant details in the public forum as well as it might assist others.
It's not currently possible to combine all the pages from one pdf to other pdfs with multiple pages. We take the first page and concatenate that.
You could upload your multi-page pdf to Cloudinary first and then use the pg transformation to specify pages individually and combine them.
You can use URLs as well, here is an example using Python SDK to show both scenarios mentioned above, you need to include urls and it should work:
cloudinary.uploader.multi(urls=[
"https://res.cloudinary.com/demo/image/upload/long_multi_page_pdf", "https://res.cloudinary.com/demo/image/upload/pg_2/long_multi_page_pdf"],
format="pdf")Regarding the quality, this is something we are aware of it and we are hoping to address this in the near future.
Please let me know if you have any questions.
Kind Regards,
Thomas0
Post is closed for comments.
Comments
1 comment