Discussion List
-
Link generated by PDF file on cloudinary not working
I tried to upload PDF on Cloudinary using the API, the API returns a path, but when I tried to open the path it says "Failed to upload PDF Document " even though I can see It in the media library, apart from that even link generation from Cloudinary dashboard is not working
-
Downloading a pdf file
Hi. I'm trying to create a downloadable link from a uploaded pdf file but struggling. If the original url is https://res.cloudinary.com/<db id> /image/upload/v1688608254/<folder name>/example.pdf shouldn't the download link be https://res.cloudinary.com/<db id>/image/upload/fl_attachment/v1688608254/<folder…
-
Upload encrypted PDF via UI
Hi community, how do I upload an encrypted PDF into the media library? Via UI, not via API. I tried to upload it in the regular way, but it failed. So I understood from manual that cloudinary needs to handle it as a RAW file. But in UI there seems to be no option to declare an upload as RAW, if it is a known format like…
-
Transformation of a specific page in a multi page pdf
Hi, I need to overlay some image and text on only 1 specific page of a multi page pdf file. The delivery URL based transformation is overlaying the image on multiple pages. The below is the URL i am using ( I have removed my account and image details)…
-
I can enter .pdf file
I am doing a project with express and node.js, but one of the requirements is to receive .pdf files, in the paths of the post, can someone tell me if it is possible? and how to do it