Issue
I want to publish Revit files as PDFs. How can I do it using Revit API?
Solution
There are many software that you can install on your machine and create PDF. (Some are free. Please search on the web.) Once you have it installed, you can use print API and set the PDF writer software as a name of the printer. Please take a look at ViewPrinter SDK sample for the usage of the print API.