Is there a way to print/export a collection of Panes containing Nodes to a PDF file in JavaFX? Each Pane represents an A4 page and contains Text and Webview elements as in the following image:
The only workaround solution I found (with reference to this blogpost) was to print the Pane Nodes using the JavaFX API and selecting a PDF printer such as CutePDF. The goal is to directly provide the ability to produce a PDF file directly without relying on an external PDF printer.