How to print to PDF even if password protected
How to print to PDF on Windows, Mac, Android, and iOS
The print to PDF function on your devices lets you easily save documents, web pages, and images to an almost universally supported format without additional software. Here’s how to print to PDF (even if password protected) and protect the output file.
What is print to PDF?
Print to PDF allows you to create a digital document from any content that supports printing. Rather than printing to a physical device, you can select “PDF” in your print menu and receive a download of a PDF file. This is useful when a web page or application does not support exporting to different formats but does support printing.
In this guide, we’ll cover:
- How to print to PDF on Windows 10 or Windows 11
- How to print to PDF on Mac
- How to print to PDF on Android
- How to print to PDF on iPhone / iPad
- How to print a secured PDF
- How to secure your PDF print
- How to stop users from printing to PDF
- Key takeaways when printing to PDF
How to print to PDF on Windows 10 or Windows 11
In older versions of Windows, you would have to install an application or make registry changes to enable print to PDF. However, this is not the case in Windows 10 and 11. Print to PDF should automatically appear as an option in your print menu.
You can print from any application, but we’ll use Adobe PDF editor as an example:
- Press File > Print (or Ctrl + P) in your application of choice.
- In your Print window, select “Microsoft Print to PDF” or “Adobe PDF” from the list of printers and click the print button.
- Wait for the print to process and choose a save location in File Explorer, such as your Desktop. It will create a new PDF in your output location.
How to print to PDF on Mac
Mac print to PDF is also a system-level feature, and this makes using it a matter of a few clicks:
- Open your file in its application and press “File > Print” in the toolbar.
- Look for a dropdown in the bottom left in the print dialog and change it to “PDF”. Press Print.
- Choose where to save your PDF and hit “Save”.
How to print to PDF on Android
The situation on Android is slightly different because many apps do not have printing functionality built in. For the few that do, the process is as follows:
- Open a Google Doc, Word Doc, etc., and press “Share and Export > Print”.
- In the dropdown at the top of the print menu, choose “Save as PDF” and press the PDF download icon.
- Type a file name and press “Save”.
How to print to PDF from a browser on Android
If your web browser does not have a print option, it’s often possible to print using the “Share” menu. Here’s how to print to PDF in Chrome:
- Press the share icon in the browser of your choice.
- In the share menu, press “Print”.
- Select “Save as PDF” as the printer, press the download PDF icon, then tap “Save”. Your mobile device will create a copy of a web page in its entirety, not just the part that was visible on your screen.
For apps that don’t support printing, you can take a screenshot and follow the same process to print to PDF format using your gallery/photos app.
How to print to PDF on iPhone / iPad
The print to PDF option is not nearly as intuitive on iPhone, but the process is easy enough once you know the trick:
- Press the export icon and choose “Print”.
- Rather than selecting a printer, long press the “Print” text in the top-right corner and select “Save to Files”.
- Choose your save location and press “Save”.
How to print a secured PDF
When attempting to print some documents to PDF, you may find that you are not allowed to unless you enter a password. The usual remedy is to enter the password and continue on your way. However, if you have lost it or the sender has forgotten to communicate it, you’ll need to bypass or remove it.
Here we cover how to print a password protected PDF without knowing the password.
How to print a password protected PDF
If a PDF has a permissions password applied, you can print it to PDF by opening it in Google Chrome, pressing the print icon, and choosing “Save as PDF”.
Alternatively, you can upload it to Google Drive or use cracking tools, as outlined in how to edit a protected PDF.
How to print to PDF from a protected Google Drive document
Bypassing Google Drive restrictions to print to PDF is possible by replacing the /edit part of your doc URL with /mobilebasic and disabling JavaScript in your browser. You can then press Ctrl + P and print to PDF as usual.
For step-by-step guide to do this, read how secure are Google Docs.
Printing secured PDFs
You can also use an online tool to remove all print restrictions on a secured PDF file. We cover the options available in our guide on how to unlock or edit a password protected PDF.
Other ways to print password protected PDFs include opening the PDF in a viewer or editor that ignores them.
How to secure your PDF print
Printing to PDF is useful, but some users fail to consider how it could degrade security. Printing sensitive emails, web pages, and documents to PDF removes any security they might have, whether that’s an account login or encryption. It’s necessary to replace this protection to maintain data security.
Does printing to PDF protect PDFs from editing?
Many sources incorrectly claim that printing a document to PDF prevents it from being edited. Their theory is that printing to PDF flattens the content, turning each page into an image rather than editable text. In reality, while printing to PDF from some sources flattens content, other sources, such as Microsoft Word, do not.
More importantly, turning content into images does not prevent editing. Many PDF readers now have optical character recognition, allowing users to convert pictures back into editable text with a single click.
Protecting PDFs with a password
There are various ways to protect PDF documents, but the most popular is adding a password using an Adobe PDF editor. However, it’s important to understand that this is only suitable for non-sensitive documents. As covered in using passwords to protect PDF files:
- PDF open passwords (designed to restrict viewing) can be cracked using tools of varying sophistication. The best paid tools can use GPU acceleration to try hundreds or thousands of combinations per second.
- Passwords are vulnerable to phishing and social engineering attacks.
- If you send the PDF to others, they may remove the password (since they know it) or share it with unauthorized users.
- Adobe permissions passwords, which are supposed to prevent editing and printing (including printing to a PDF), are useless. Users can remove them instantly with freely available tools or open documents in a viewer that ignores restrictions. See Adobe secured PDF files for how useless the protection is.
Thankfully, there are other, better options for PDF security.
Protecting PDFs with PGP encryption
PGP encryption is a better way to protect PDFs against opening. It uses long and transparent encryption keys rather than visible passwords. As long as the application uses a strong algorithm, keys are all but impossible to crack but can still be shared or phished (though this is less common).
That said, it’s worth noting that PGP only protects against opening, not editing or printing. As a result, you should only use PGP for files that you intend to share with trusted parties or keep on your local device.
Digital Rights Management (DRM)
PDF DRM solutions offer much more comprehensive protection. Though they may be overkill for personal use, they are ideal for businesses serious about protecting their sensitive and confidential information.
With industry-leading PDF DRM solutions such as Locklizard, you get:
- Protection embedded in the document itself. This allows it to function regardless of which network or device it is located on.
- Encryption without passwords using keys that cannot be shared (they are not visible to users and are locked to their device).
- Comprehensive and irremovable document controls to prevent editing, copy-pasting, printing, and screenshots.
- Dynamic watermarks that display the user’s name to dissuade screen pictures or the sharing of printed copies.
- The ability to terminate access instantly after PDFs have been distributed.
- Location and device locking.
- Accurate tracking of document use.
- Expiry based on dates, days since last open, total opens, and total prints.
This makes DRM one of the best ways to protect PDFs you have downloaded via print to PDF. Locklizard prevents users printing a secured PDF if you have disabled the print option.
How do you stop users from printing to PDF?
The only way to prevent users printing a secured PDF is by preventing printing entirely within a secure non-browser app.
- Password protected PDFs and simple encryption cannot achieve this.
- Cloud protection services are also ineffective – they enforce printing controls via JavaScript, which users can bypass using the browser’s developer mode or plugins.
- Desktop applications cannot allow printing without allowing printing to file drivers, as operating systems treat them the same way as a regular printer.
Key takeaways when printing to PDF
To summarize, when printing to PDF and securing it, there are several factors to keep in mind:
- Many operating systems now support printing to PDF natively, making it simple and accessible. You can print to PDF on Windows, macOS, Android, iOS, Linux, and more.
- It’s possible to print a secured PDF if content is protected by a password, browser-based controls, cloud storage controls, etc.
- Printing to PDF is not advised for sensitive documents unless you can apply additional protection after downloading. It leaves unprotected files on users’ PCs that could be compromised or shared accidentally. Businesses, therefore, may want to prevent it.
- PDF password protection is a poor way to protect PDFs because passwords can be easily removed.
- PGP encryption is only good at protecting files in transit and at rest. It won’t stop editing, printing or secured PDF files, or the sharing of decrypted documents.
- The only way to prevent someone printing a PDF file is to stop printing entirely. Adobe, Microsoft Word, and cloud collaboration protection aren’t effective at stopping printing.
- The best way to protect PDFs is with a PDF DRM solution. A program purpose-built to protect a specific file format will always give you better results than general encryption tools and cloud services.
To protect both content you print to PDF and stop printing to PDF in the first place, you need Locklizard Safeguard DRM. Our security will protect your documents against unauthorized sharing and misuse, prevent printing, and give you granular control over who can access your documents, where from, and under what terms. Take a 15-day free trial to see if it works for you.
FAQs
What does Microsoft Print to PDF mean?
Microsoft Print to PDF refers to a Windows feature that allows you to save documents, images, and other content as a PDF file via the print menu rather than printing them physically.
Where do Microsoft print to PDF files go / save?
Microsoft Print to PDF usually asks you where you want to save the output. The default location it suggests may depend on your application and is often the last place you saved something from that app or the app’s default save location.
How do I print Excel, OneNote, or PowerPoint to PDF?
Exactly the same way as you would in Microsoft Word and other Office apps. Press “File > Print > Microsoft Print to PDF” to select the PDF printer and hit save.
Can you print screen to PDF?
Yes. Click the preview icon after you take a screenshot using Microsoft Snipping Tool or another screenshot application, press Ctrl + P, and select “Microsoft Print to PDF”.
Can you print to PDF with Adobe Acrobat Reader or Adobe PDF Editor?
Yes. Just press File > Print and select “Microsoft Print to PDF” or “Adobe PDF” as the output.
Can you print a password protected PDF?
Yes. When there is just an open password, printing to PDF is not prohibited. If a permissions password has been set, you can either enter the password to enable printing to PDF or remove the password using freely available PDF password removal tools or just open the print disabled PDF in a viewer or reader that ignores the restrictions.
How can I remove a printed copy from a PDF?
You have to disable printing to PDF. However, since Adobe Acrobat and other PDF password protection solutions do not prevent users from printing a secured PDF document (users can bypass PDF print restrictions or instantly remove them using free online tools), you need to use a DRM system that can enforce print restrictions.