TCPDF
TCPDF copied to clipboard
TCPDF Output function not return response in Quercus library(Java-PHP bridge)
Please provide details or close this
When I call $pdf->output("name.pdf", D) this not not return data. I not know why this happen
The 'D' argument in your Output() causes a forced download, and there is no returned data. You would need to specify a different destination, not 'D' to get that data returned as a string/etc.