PDF Export in Revit 2022

Hi, I’ve made a sheet exporter for use in Revit 2024 with no issue, giving users the options as to where to save, which sheets to save and whether to include PDF/DWG formats. All works lovely.
However, I’ve got one lingering project still in Revit 2022, and with DiRoots now charging for ProSheets, my practice have asked if I can rework my solution for use with Revit 2022.

During testing, I can’t get the Export to PDF nodes to work in any guise. I’ve tried the python code that is in the thread that appears when you search this issue on this forum, but no luck.

Here is a screenshot of a test, not sure why the Crumple export node is giving a null result?
@GavinCrump I appreciate this is a very old release of the package, but could you shed any light on whats happening?

Try the newer release, there were some bugs i had to fix in that node i think. Note that this is using the inbuilt batch exporter that will work no earlier than 2022.

I also added a batch print pdf node in later builds that works pre 2022 with the catch you need to use a print driver that works with it - the only one of which I’ve tested that is Pdf24.

Similarly, crumple now also has nodes to support batch dwg exporting.

2 Likes

Thanks, I remember watching this video before but I didn’t clock that it was referencing 2022!
Works perfectly, thanks.

1 Like