I have an acc. Site/Basic and the following important question. If i upload PDFs below 10MB i do that with “assets”-upload. All works fine. Now i have a PDF-file there with a very long URL which works fine also for google.
The question: how can i exchange the pdf file without loosing the URL. So i need to keep the URL even when i change content of the pdf later on, because the URL is placed on other websites and for e.g. also in the “German National Bibliothek” where you cannot change the first given URL.
How does it work for sure proper and save ??
Host the pdf outside Webflow (Google Drive, Dropbox, Amazon, etc’…)
Host the pdf on Webflow, and embed the pdf using <embed> or <iframe> in a page. Now give away your page url (instead of the pdf file url) which you can always keep.
Does webflow add a hash to a filename once uploaded? If so, that’s probably to avoid AWS bucket duplicate filenames and also does wonders for cache renewal.
BUT in that case, you don’t wanna link to filename directly. Maybe in general you shouldn’t. What if PDF dies like flash did (just for example) and you rewrite it in a glorious .md?
I’m facing almost the same issue, and I came across your answer, which is very interesting. If I want to go with the second solution, which is to embed the PDF, how can I do that? And will the user still be able to download the file?
You can host the PDF on their site and use their embed widget to display it inline on the webpage along with a download button (which you can also disable if you like).