Question
I am using the PDF plugin described on
PrintUsingPDF page -- it works great, but I am using Web Forms, and the PDF generation includes that in its output.
Is there a way I can suppress it?
As always, many thanks. I appreciate all the help I've been getting.
Environment
--
JulieBrodeur - 29 Oct 2003
Answer
Use the
view.plain.tmpl skin as the base, remove the
%META{"form"}% variable, and possible also the
%META{"attachments"}% variable if you do not want the attachments.
--
PeterThoeny - 05 Nov 2003