Re: converting pdfs

2002-08-19 Thread eddysan
See: man xpdf man convert > Originally to: All > > > How should I convert a pdf into individual image files? I do not care > what format the output is ...jpg...gif...pbm...tif > > Thanks, > > > > Matthew Stapleton > > http://webpages.marshall.edu/~staple12 > "What

Re: ?Copying 'difficult' CD-ROM discs

2002-08-19 Thread eddysan
Try using this command: mkisofs -J -r -l -allow-lowercase -V "CD label" -o image.iso /mnt/cdrom and you can mount this file system using... mount -t iso9660 -o loop,ro image.iso /mnt/cdromproof If you want burn in linux.. cdrecord -v speed=8 dev=0,0,0 image.iso speed would be= 2,4,8,12,16 I