Is it possible to create multi page with vtkGL2PSExporter ?

Hi everyone,

I’d like to create a PDF document with multiple pages representing different orientation of my scene. Currently I create on file per orientation with vtkGL2PSExporter and I’d like to create only one file with multiple pages inside it.
I don’t find anything on the documentation of vtkGL2PSExporter and nothing more on the Internet.

Is it possible? Do you have some leads to do this?

Thank you

I’m almost 100% sure this isn’t possible using the vtkGL2PSExporter alone.

Thank you for your quick answer. Maybe we will use another library like libHaru to have this feature.

Note libHaru is used to export to PDF a vtkContext2D as vector graphics. 3D scenes (vtkRenderer) are exported as images even when exporting to PDF.

Dan