Best Of
Re: Mass Watermarking Tool
You can use the Stamp tool and adjust the opacity down to like 30% (or whatever you think looks good). It can be enlarged or angled to suit your needs.
Re: Mass Watermarking Tool
You should already be able to do this - let me know if this works for you!
How to add a watermark to your PDFs → Apply a watermark to multiple pages and documents
Re: Automated page labels via bookmarks from Revit print dialog
Maybe still in the category of a tech savvy solution, but this is now possible with JavaScript:
function revitBookmarks(doc) {
var root = doc.bookmarkRoot;
if (root.children && root.children.length == 1 && root.children[0].name == "Sheets") {
if (app.alert("Revit Bookmarks were detected. Would you like to fix them?", 2, 2, "Revit Bookmarks") == 4)
{
var sheets = root.children[0]
if (sheets.children) {
for (var i = sheets.children.length - 1; i >= 0; i--) {
root.insertChild(sheets.children[i], 0)
}
}
sheets.remove()
}
}
}
If you place that in a folder level script in C:\ProgramData\Bluebeam Software\Bluebeam Revu\21\Revu\JavaScript
Then in the JavaScript console all you need to do is type:
revitBookmarks(this)
And do Ctrl+Enter with the text cursor on that line and it will run

Re: Tool Set Management for Multiple Users
Hey @danielbl,
I'm a product designer at Bluebeam and wanted to say thanks for sharing your thoughts on tool set management. We know how challenging it can be to keep everyone in sync when tool sets need updates, and we know this is a big part of staying efficient across teams.
The good news is we’re actively working on improvements here, so stay tuned — over the next few quarters you’ll see work roll out that makes syncing and managing tool sets much easier.
We really appreciate you taking the time to post this feedback — it helps us make sure we’re building solutions that actually solve the pain points you’re feeling.

Re: Working from home? What's a habit you have that helps you stay focused? 🏠👓
This is very interesting. Going to give it a try.

Re: Edit/Unlock markups in Studio Sessions
Hi everyone,
I’m a product designer at Bluebeam and just wanted to jump in here again since this is one of our most up-voted posts. Thank you all for sharing your feedback about editing/unlocking markups in Studio Sessions. We hear you, and we know this would make collaboration much easier for a lot of teams.
Please know that this isn’t being ignored — it’s a pretty tricky challenge to solve because of how Sessions are built technically, but we’re actively researching and exploring solutions. I don’t have an update to share yet, but please know it’s on our radar and part of ongoing conversations.
Thanks for continuing to share your experiences — it really helps us prioritize what matters most to you.

Re: Editable Table
Thanks for the feedback! In case you aren't aware, there are a few table like features in Revu, Legends and Quantity Link. Legends is basically a dynamically driven table based off measurement markups. Quantity Link allows for updating an excel spreadsheet linked to markups within a PDF file in Revu.
I am curious of any of these features would work for your use cases, and if not, what types of information would you be wanting to put in a table in Revu?

Re: Working from home? What's a habit you have that helps you stay focused? 🏠👓
Ditto, I have a little digital clock on my desk that I flip for tactile contact. It has 4 different time intervals and has helped me push for a set time. All window users can try the windows clock app which has a focus session setting where you can define X time to a task.
Working from home? What's a habit you have that helps you stay focused? 🏠👓
Struggling to lock in on a project you're working on from home? Staying focused while working isn't always easy but there are tons of tips you can learn and habits you can develop to help your concentration.
What's one habit or trick that helps you stay on task?

Re: Revu for iPad to Retire on December 31, 2025
Hi @Brett Green,
Thanks for the thoughtful feedback. Our goal with Bluebeam Cloud isn’t to create a simplified version of Revu for iPad. It’s to build a mobile experience that’s purpose-built for the field.
We know mobile tools need to feel fast, reliable, and easy to use when you're on the go. That’s why we’ve been rebuilding from the ground up with performance and flexibility in mind. Our long-term goal is to bring all the tools you rely on (and more) to mobile in a way that feels natural in the field.
Studio Project offline sync and local file access is coming in September. By the end of the year, you’ll also see tool sets and measurement tools. Snapshots and the Markup List are planned for 2026.
When tool sets arrive, you'll be able to define line styles in Revu, save them to your cloud-based tool sets, and access them directly from the mobile app. We’re prioritizing access to information and applying your predefined standards above all else. That’s why things like ungrouping, saving new tools, or complex property edits will remain office workflows for now.
If there are other tools or workflows you rely on, we’d love to hear more. Your feedback plays a big role in what we build next.