I'm using a PDFPageFormatter. From the output, I'm using a writer to create my pdf file.
I want to use this pdf file to merge it with another, thanks to my python script. I know I can write my python script in WorkspaceParameters/Advanced/ShutdownPythonScript.
But I don't feel it's a clean method.
I'd like to directly connect the output of the PDFPageFormatter into a PythonCaller and use the pdf file as an attribute for the PythonCaller.
Does anybody have a knowing process to handle that?
Â