Print Lists to PDF

I have a Dynamo code that exports all the data collected to Excel Format. Now I also want to have an option just in case, if someone wants to export the data to PDF Format. The issue is that I dont seem to understand the nodes from ArchiLab, because I have no prior experience of using them.
Basically I want to replace the Data.ExportExcel node with some Export to PDF node.

All of the Printing nodes that I am aware of work INSIDE Revit or Autocad, not FOR Dynamo. There are DLLs out there that you can use to create PDF, so it’s most likely possible, but would require you to code a solution.