Skip to main content
Participant
March 12, 2021
Frage

Password protect individual pages in a pdf

  • March 12, 2021
  • 2 Antworten
  • 5112 Ansichten

I want to send a fillable pdf with certain pages or sections of text hidden or locked. At several points during the online meeting, I would like to give passwords (one at a time) that would each reveal one page or section of text. Because people are going to fill in text on some of the pages during the meeting and possibly refer back to previous pages, I don't want to send multiple files, which would require them to have multiple documents open at the same time. I want everything together in one document and then only reveal certain sections as we get to that content. By the end of the meeting, the participants will have received the several passwords that reveal all the hidden pages/sections so the entire document can be read. Is this possible? If so, how? Thanks in advance for your help! 🙂

Dieses Thema wurde für Antworten geschlossen.

2 Antworten

try67
Community Expert
Community Expert
March 12, 2021

It's possible, but it's quite tricky to implement and requires defining pages as Templates, hiding them and then either showing (if the file will be used in Acrobat) or spawning (if used in Reader) them when the password is entered.

All of this will also require a custom-made script to be created.

Another option is to attach the additional pages as separate files to the main PDF file and password protect them. That will require much less work to set up. I think you can even create a link to those files, which will prompt the user to enter the password automatically, so no scripts would be needed at all...

Participant
March 12, 2021

How do you attach additional pages as separate files? Will the users in the end have multiple files? In the past I have sent multiple files to avoid this issue, and I got the feedback that they wanted one file with everything together. But I don't want them to see everything in the beginning.

I've never used Templates before or created a custom-made script. 😞
But I'm open to learning. Could you point me to an explanation somewhere for how to do this? 😉 

Would it be possible with Templates to have multiple passwords to hide multiple pages/sections within one document?

try67
Community Expert
Community Expert
March 12, 2021

I think you should focus on the second option I described. It's much easier to implement.

Yes, the resulting file will be a single file.

 

To create it extract the pages from the main file as new PDFs (via Tools - Extract Pages), and delete the from the original file. Then apply a security policy to them (File - Properties - Security - Password security) with a File Open password.

Save those files and then go back to the original and open the Attachments panel on the left (a panel with an icon of a paper-clip). Drag and drop the extracted files into it.

Now to link to them all you need to do is use the Add Link tool. Draw a rectangle where you want the link to be and then select as its action the "Go to a page view" command and click Next. A floating window will appear with a "Set Link" button. While this window is open double-click the attachment file to open it (you'll need to enter the password to do so), and then click the Set Link button.

It sounds like a lot but it's really the best way, I think, and you'll see it's not too complicated once you do it.

BarlaeDC
Community Expert
Community Expert
March 12, 2021

Hi,

 

What would your users be using to view the PDF files?

Participant
March 12, 2021

I don't know 100%, but probably Reader.