Best Of
Re: Pan works differently
This is usually Single page vs. Multi page navigation. Down in your bottom left you should see these buttons. Single page will zoom, multi-page will scroll.
Re: What's your favorite way to relax and unwind? 🛋️📺
One of my favorites is going for a walk on the beach with my family and then getting an ice cream treat after (I'm thankful to be only 5-10 minutes away from a few beaches).
Re: What's your favorite way to relax and unwind? 🛋️📺
I go play a game of pool. My brain literally dumps everything else.
Re: Excel Spreadsheet Integration
To simplify data transfer between Bluebeam and Excel I highly recommend the following.
- Data from Bluebeam to Excel should be in .CSV format
- Data from Excel to Bluebeam should be .FDF format
- A fillable form template file should be created to receive data from Excel or that you match the name of the form fields exactly.
The workflow I suggest in this case
- Use CSV Summary (next to the filter list on markups list) to export your quantity of assemblies to excel.
- This could be done an number of ways either with counts or custom columns just be consistent.
- Set up an Excel file to act as a template that has a table where you can import the csv data and automatically organize it.
- This will likely be a macro enabled excel doc so it can create the FDF file after this step.
- There is a way to create a Excel add-in to avoid any macro enabled files but that doesn't seem necessary to do in this case.
- Now that your data is in the excel table you can use VBA to generate an FDF file that you can import to Bluebeam.
If you want any examples or additional guidance on this I'm happy to help.
Re: Rotate markups before placement using a keyboard shortcut
Great suggestion. We are looking into incorporating this into a future Revu release!
Re: 🗓️ August 2025 Challenge - One Tool, Many Uses!
That's mind blowing @Isaac.Harned! The time savings from not having to manually enter everything must be amazing - never mind the quality control aspect of all of the manual data entry. Nice work!😎
Re: Windows Touch Screen - pinch to zoom
We just tested this on a Surface Pro and we are able to pinch to zoom. Can you provide any more detail? This might be worth opening a support ticket for because pinch to zoom should be working.
What's your favorite way to relax and unwind? 🛋️📺
August 15th is National Relaxation Day! We all have our favorite way to relax after a long day of calls or a busy week of work.
What's your favorite way to unwind and relax when you're feeling stressed and overwhelmed? Drop your favorite ways to decompress.
eperius
Re: Excel Spreadsheet Integration
One way is to create an FDF file from the excel inputs. VBA can run the conversion, then you just have to import to PDF. A good way to see how this is done is just by taking your blank form, Export Data as FDF, then open the file in notepad. You should see a precursor to the field values that gives version of the FDF generator, path to the original file, a unique identifier for the PDF, then field names and values formatted as "<< /T(FieldName) /V(FieldValue) >>". It then ends the data with a closing section marking the end of the data and file. Throw your whole string into and LLM model and have it generate code to transform whichever cells you need into FDF data.
There is also a way to import directly from excel without the FDF middle man, alothough I have less experience using it, I think it's the readFileIntoString function if I remember @Mitch Youngs work correctly. If you need we can figure that out, but Chat GPT should also be able to work through that.




