TCPDF icon indicating copy to clipboard operation
TCPDF copied to clipboard

TCPDF Output function not return response in Quercus library(Java-PHP bridge)

Open AhmadRaza09 opened this issue 3 years ago • 3 comments

AhmadRaza09 avatar Jun 22 '22 11:06 AhmadRaza09

Please provide details or close this

williamdes avatar Jun 23 '22 11:06 williamdes

When I call $pdf->output("name.pdf", D) this not not return data. I not know why this happen

AhmadRaza09 avatar Jun 27 '22 05:06 AhmadRaza09

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.

littlepackage avatar Feb 07 '24 19:02 littlepackage