Has anyone been able to use HTMLDOC to output directly to acrobat
rather than to file...
I have tried prepending
ns_write "output-type : application/pdf
" followed by
exec $htmldoc -t pdf --quiet --webpage $filename
and I have tried writing
doc_return 200 application/pdf "[exec $htmldoc -t pdf --quiet --
webpage $filename]"
both of these throw an error which includes the pdf content as
output..
feedback is appreciated