I have a site, where I store my output into a variable, then I output the content of the variable and additionally write the content with cfdocument into a pdf-file. This worked with the PDF-Extension 1.0.0.75.
After update to 1.0.0.76 and 1.0.0.77 it doesn't work anymore.
Lucee stops without any hint. The logfiles don't show an error.
Ciao, Michael (I hope someone understands my gibberish 😉 )
My System: Windows Server 2012, Lucee 5.3.3.62.
Hi Leon,
thank you for the tipp, but I need the output in the browser and the stored pdf-file.
(In the Browser you can see an link, to start the next procedure. This link isn’t in the pdf-file.)
Many greetings Michael
Oh, OK. I understand now. Thanks for clarifying!
i see the same as , a file is created because filename is defined. i will check if that behaviour has change, if so it is a regression and we will fix it. in any case you can use <cfcontent> in that case.
forget my comment above, i misunderstand the problem.