-
pdf not opening
I integrated cloudinary on my website i am making, in which i upload pdfs and access them. when i open the pdf link it says failed to load pdf document.
-
There's a resume link in my profile, but when I click to open the PDF, it shows 'Failed to load PDF
-
PDF Files Error
I'm using cloudinary as my default file storage for my django project. If I upload images from my application to cloudinary, I can get to view the uploaded image from the particular object's url. However, if I upload pdfs and I try viewing the uploaded pdf from application, I get the error "This page isn’t working If the…
-
PDF Accessing issue
After checking the option for access of pdf/zip, the ones which have been uploaded by me in Cloudinary are opening only for a short time. also, it's just opening in the same browser. I have tried in incognito and on other devices, and it throws an error.
-
accessing pdf files
Hi, im new to the use of cloudinary. so im using it for my nextjs 14 website that is able to handle basic crud operations. im facing a problem where i cant access the pdf file and it says Error Failed to load PDF document. in the url of the saved file. ive already tick the box that allows me to upload pdf and zip file. why…
-
PDF file not Opening via link
Hey, I am not able to open pdf by link provided to me on upload of raw type file , on opeing i get on webpage. This page isn’t workingIf the problem continues, contact the site owner. HTTP ERROR 401 On media file when i open pdf file i see error {"error":{"message":"Customer is marked as…
-
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
-
Pdf problem
I have a folder that contains many subfolders. Each subfolder contains images and PDFs. I created a preset_img that converts all image types to JPG and a preset_pdf that doesn't modify anything. When I manually upload the folders, the PDFs are being converted using preset_img. The resource type is detected as "image" even…
-
Pdf url is not working/opening
Hello devs I have been working on a project and I wanted to fetch and save pdf from the user into the database. The images url are working fine but the pdf urls are not working even when. They are successfully getting saved into the database though. But the link is just not working. Could anyone provide me with the…
-
Error opening the pdf
Hey devs, I'm trying to build an application and I'm using cloudinary to upload the pdf file and generate a pdf link, however when i open the link, it says error: failed to open the pdf. I searched online and found that it will work once you check the allow delivery of pdf and zip files and I did that and it worked. A few…
-
Cannot view pdf URL even after tick the Allow delivery of PDF and ZIP files
i have allowed the delivery pdf and zip option in security and i have cleared the browser cache . still the problem is arising. https://res.cloudinary.com/dnvrun5iv/image/upload/v1724269213/m3fzrtogiltbx5urxklo.pdf
-
Cannot view pdf URL even after tick the Allow delivery of PDF and ZIP files on security
so i am able to get the uploaded pdf url and at first i can't open the pdf. After doing some research, it is suggested to tick the Allow delivery of PDF and ZIP files on security. Then, as expected, it works. but after a while and i try to upload and view the pdf again, i again can't open the pdf. but then, i found trick…
-
PDF files publicly view in free tier
i am using cloudinary to store files of my MERN stack app but I have both image and pdf files in my app. but cloudinary doesn't let my app's users see the pdf files publicly using the res.cloudinary.com link because of me using cloudinary's free tier or some reason? How should i solve this problem? i can't purchase the…
-
Transform multi-page PDFs to image (all instead of only the first page)
Hi there, I'm using Cloudinary's "transform a resource"-module on the automation platform Make to process user uploads. Overall this works fine, but when users upload multipage PDFs, only the first page is processed. I read that one can specifcy a particular page to be converted, but I'm looking at convert all pages, no…
-
Download URL to pdf
Hello. I uploaded some pdf files using nodejs. I am developing an app in React Native, so now I have to have access to the download url of these pdf's. I have tried many approaches, used many types of url's, and up until now I could'nt find any download url that works. Please give me some help to find these download urls.
-
Restriction PDF
Hola, me cree una cuenta para practicar y hacer un proyecto web con imagenes incluidas, el tema es que cuando creo el archivo (pdf) y se carga correctamente luego no me permite verlo en la web con la url, no entiendo porque.
-
I tried to upload PDF on Cloudinary using the API, the API returns a path, but when I tried to open
but pdf is uploaded a PDF to my media, but when I try to access it through the URL returned by Cloudinary, it shows this error.
-
after uploading pdf with .net, how to show thumbnail on my page?
I am able to upload pdf file into cloudinary but on my page the file is not shown because it is not an image. how to show thumbnail of that pdf file in my page?
-
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