I have some pdf files which I would like to publish on my websites. I don't want them to be downloaded. Is there any way that I can publish those files as password protected such that they are automatically opened on the website but when someone downloads it they can't open unless they have the password?
Related
5
I am creating a HTML page with JavaScript, I want it to work at both iOS and Android, when my button is clicked, the browser should ask to open this .vcf by “contact”, or default opening by “contact” and user can save it. Especially for Android, An Android phone need to import manually the VCF by opening “contact” and select “import from” storage. That isn’t user friendly! I am wondering if the code itself can request automatically the inbuilt “contact”app.
Open vCard with Javascript this is similar question but did not solve for android
I tried window.open() and it download my VCF on chrome instead of opening it, I will test on phone tomorrow but probably same situation will happen because browser can’t recognize VCF format
I'm working on pdf's and have created full project but now facing one problem that how to parse through contents of Password Protected PDF files (I know that password).
How can I download all the pdf (or specific extension files like .tif or .pdf) from a webpage that requires login. I dont want to log in everytime for every pdf so I cant use link generation and pushing to browser scheme
The solution was simple: just posting it for others may have the same question
mydriver.get("https://username:password#www.somewebsite.com/somelink")
Is there any way to upload files to another user's Google Drive without asking for login or verification code each time except the first time?
Until now I used pydrive, but it asks to login each time. Is there anyway other than this, such that a key or something to use to skip the login of the user?
To clarify: you want to enable others to upload files into your own Google Drive? If that is the case, you can do this with this embed widget that you can copy & paste into your website: http://developers.cloudwok.com
If you want to allow users to upload files to a random Google Drive account of some other user, that won't work because the other user must give permission.
I have a website (my college website) for which each student has a username/password to login into his account. The website consists of many files uploaded in different formats. I want to programmatically enter my credentials and login to my account and download all files that have been uploaded in the site.
Is there any python module that would authenticate html form and provide access to the pages and then allow downloading files present in those pages?
I would look at http://scrapy.org. It's python based crawler/scraper that you can customize to perform any workflow you want. Here's an example of how user authentication is handled: http://doc.scrapy.org/topics/request-response.html?highlight=username#request-usage-examples