Best Of
Re: Sorting sessions by uploaded date
Yes, in Bluebeam Revu, you may sort sessions by various criteria, including the uploaded date, like; Sorting Sessions by Date, Filtering sessions by date, Author, Mark-ups etc.

Re: Status Properties Highlight Color
Have you tried using the Markup Status and changing your "picked-up" items to yellow (like a highlighter)? I have used this method for years, and it works great as a way to "block the noise" from what is a redline and what has yet to be picked up. Plus, the filtering makes it even cleaner to act as a to-do list!

Re: 📣 COMMENT TO CLAIM AN AMAZON GIFT CARD!
Great feature! Very helpful in finding changes that weren't clouded by the Architect / Engineer. They can't always catch everything when they are clouding revisions and this tool helps find those needles in the preverbal haystack.
Cheers Sir,
~James
Re: 📣 COMMENT TO CLAIM AN AMAZON GIFT CARD!
- Name: Samir Sasmal
- My go to Bluebeam feature is: Measure

Re: 📣 COMMENT TO CLAIM AN AMAZON GIFT CARD!
👷♀️👨💼 Name: Jorge C
⛏️ My go-to Bluebeam feature is…The"
The "Reuse Markup Tools" feature.
Re: 📣 COMMENT TO CLAIM AN AMAZON GIFT CARD!
Hello all,
My name is Shaya Birnbaum. I am an Electrical Estimator in NY.
My go to Bluebeam feature would have to be the tool chest. But there are so many other features that are equally essential to my work.
Re: 📣 COMMENT TO CLAIM AN AMAZON GIFT CARD!
Name : Sumit Roy. I am Team Leader and BIM Poweruser of Canam Detailing team here in Canam Kolkata Inc. I have been using Bluebeam since 2015. Since then we are not taking prints of the contract drawings. In this way we have contributed a bit to save our environment.
My go-to Bluebeam feature is : i just love the tool Overlay Pages. It is so helpful to work with change orders and revisions with this tool.
Re: Buttons for Actions on the PDF
You can control layer visibility via JavaScript that can be run from a button click. We just don't have a UI around it. Here is an example JavaScript that would toggle the visibility of a layer named 'Red':
var layers = this.getOCGs();
for(var i = 0; i < layers.length; i++)
{
if (layers[i].name == "Red")
layers[i].state = !layers[i].state;
}
getOCGs() refers to "Optional Content Groups" which is what layers are referred to in the PDF specification

Re: Unique "My Tools" per Profile
You can create different tool sets for each profile, like "My Tools 1", My Tools 2", etc. and just select which tool set are shown in the profile.
Redlining intelligent P&IDs
Hello, has anyone got a good and efficient workflow along with integrated cloud IT system for users redlining intelligent PIDs using BlueBeam but then easily and efficiently updating the master intelligent P&IDs in native intelligent P&ID software like from Hexagon, Aveva, Bentley, AutoDesk, Siemens, etc? Noting intelligent P&IDs have many projects and ops benefits and are worth handing over from [major] projects plus sustaining through ops (e.g. for digital twins). Thank you.