Posted by a ceTe Software moderator
Hello,
This error could be caused if the output stream is not retrieved before passing it as a parameter to drawToWeb method.
sOut = res.getOutputStream();
document.drawToWeb(req, res, sOut, "MailingLabels.pdf");
Thanks,
ceTe Software Support Team.