
WebEditor::OldFeatures::MakePDF - create a PDF file from the site

use WebEditor::OldFeatures::MakePDF; WebEditor::OldFeatures::MakePDF::makepdf($webeditor_oldcontroller_object, %args); WebEditor::OldFeatures::MakePDF::makepdf_send($webeditor_oldcontroller_object, %args);

This module uses the WebEditor::OldFeatures::MakePS module in conjunction with ps2pdf from the ghostscript distribution to create PDF output from a web.editor site.
makepdf and makepdf_send pass all arguments to makeps and makeps_send, respectively.

Slaven Rezic