Skip to main content

Multi upload only supports tags

Comments

1 comment

  • Thomas Gurung

    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,
    Thomas

    0

Post is closed for comments.