Skip to main content
major_thompson
Inspiring
June 13, 2019
Answered

Can I create a PDF "template" akin to Word's template (.dotx) function?

  • June 13, 2019
  • 5 replies
  • 21124 views

I have a PDF form I have to fill out every day for work. I'm trying to streamline my workflow as much as possible and I want to avoid having to ensure I don't save over a master file every day.

As such, I want to have a PDF that, when I open it, spawns a copy, like what happens with .dotx extensions in Word.

I've tried password protecting the document to try and make it Read Only with the hope that, upon trying to save it after editing, the system would prompt me to "save a copy." That didn't work. I've searched high and low, but most of what I've found just shows how to convert Word templates into PDFs. Not what I'm looking for. The closest I've gotten to an answer is this: How do I create PDF form like a word template file (PDF Forms)

The answer clearly articulates that Acrobat isn't designed to do this, but hints at workarounds. The second suggestion caught my eye: somehow creating a script that creates a copy of the master file and provides that to the user.

TL;DR: Can anyone here tell me how I could create or modify a PDF form such that, when trying to save the document, it prompts me to save a new file instead of overwriting the original?

Correct answer try67

Go to the file's Properties (in Windows Explorer) and set it as read-only.

5 replies

Participant
October 6, 2023

Creating a PDF "template" similar to Word's .dotx function is possible. You can design your template in Google Docs, including a recipe template. Once it's ready, go to "File" > "Download" > "PDF Document." This will generate a PDF version of your template that you can use as a base for future recipes. It's a neat way to keep things organized and consistent in your culinary adventures!

Participating Frequently
August 18, 2022

I was just asking myself this question. How hard could it be for Acrobat Reader to register another extension that requires a "Save As..." and disallows "Save"? I suggest ".pdft". Then, to protect files, I just rename them to that extension; nothing else has to change. I imagine if Adobe did this, a week later, eveyone would support it.

Bernd Alheit
Community Expert
Community Expert
August 18, 2022

Changing the file extension doesn't protect files.

phobrla
Participant
May 19, 2022
  • "Save As" the file and append " - TEMPLATE" to the end (but before the extension)
  • Make a copy of the file in Windows Explorer and append ".bak" to the extension (e.g. "Workflow.pdf.bak"
Participant
October 13, 2023

This works! "Save" is disabled. 

QVFMarketing
Participant
June 4, 2021

How was I "today years old" and never knew this....

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
June 13, 2019

Go to the file's Properties (in Windows Explorer) and set it as read-only.

major_thompson
Inspiring
June 13, 2019

Thank you! While not a perfect solution, I think this is probably the closest I'm going to get. Thank you again!