http://qs321.pair.com?node_id=602734


in reply to Macintosh PDF's on Windows

I do not know what modules (if any) you are using to process the pdf. If you do the file opening, you might try:
use PerlIO::eol; #... open (FILE, "mypdf.pdf") or die("Can't open mypdf.pdf"); binmode FILE, ":raw:eol(LF)";