CraigP wrote:Yes, all HP JetDirect cards support FTP and it is enabled by default (Can be disabled, but most don't) Brother printers support FTP as well, but only of PS documents.
Would it be possible to allow a command to be run to post-process the PDF output? Most Linux distributions include ghostscript by default which includes PDF2PS (lowercase) which is easily called as pdf2ps input.pdf output.ps to output a file or pdf2ps input.pdf and the output is returned to standard out.
Thanks,
Craig.
Craig, You are on to me! You have found the tool I spoke of that is part of XPDF which lives here:
http://www.foolabs.com/xpdf/
The syntax of this command can be found here:
http://linux.about.com/library/cmd/blcmdl1_pdftops.htm
I have seen the open source XPDF tool bundled into high end graphics conversion software so it is pretty robust.
I think your Brother is running a buggy third party emulation of Postscript which does not support native PDF rasterising so it is failing. Best postscript support comes from the genuine Adobe PS3 Raster Image Processor (RIP), but RIP offerings from Harlequin and Jaws are also excellent. Look to see if PCL can be disabled on the Brother as it is possible the Auto sensing gets it wrong and trys using PCL incorrectly.
I would recommend output is created using the -level2 switch which will generate Postscript Level 2 code that is more likley to be parsed on a wider variety of output devices.
I can't see why pdf could not be spooled to disk by FA using the and then the resulting PS file sent to a printer.
I would suggest that the PDF to PS conversion and PS job submission be separated from FA and be activated by a separate monitored "hot folder" processing system. That way, all that FA needs to do is to write a PDF file to a folder and not display it on screen and this external system takes over. If you have a dig on some of the PDF communities like PlanetPDF, you will probably find a tool that does this for you.
POSTSCRIPT
Postscript was the precursor of PDF but was an interpreted language so it needed to run the whole program before you could see the output. Adobe saw the need for robust portable document format and responded by developing the object oriented PDF specification. The great advantage of this is that everything in the document is treated as an object and the tail of the PDF includes an index to the page objects which in turn have pointers to the objects on the page. This allows post processing of and navigating through PDF files very efficiently. I would not call PDF a wrapper around Postscript but because of the common heritage, Postscript can be converted to PDF very efficiently. Acrobat Distiller is basically a POstscript RIP that outputs PDF files rather than raster images for printing.
[b]RodW[/b]
Brisbane, QLD, Australia