in reply to Re^3: Write To PDF File
in thread Write To PDF File

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^5: Write To PDF File
by SuicideJunkie (Vicar) on Jun 29, 2012 at 15:27 UTC

    You can hook the STDOUT of the generator to the STDIN of your pdf generator with a pipe. You could also concatenate the text lines into a variable and then use that directly.

    What exactly is the problem? Why aren't you using any of frozenwithjoy's suggested code?