Re: creating a pdf

From: John Thompson (john_at_starfleet.os2.dhs.org)
Date: 05/22/04


Date: Sat, 22 May 2004 14:07:43 GMT

On 2004-05-21, Luke Albers <gtg940r@mail.gatech.edu> wrote:

> I am working on scanning the calculus book so that I can have it on my
> laptop rather than carrying the big ass book around everywhere. right
> now I have a whole bunch of PNGs, separates into a directory for each
> chapter. I would like to make these into a pdf if possible, or at least
> combine all the pages from each chapter into one postscript file per
> chapter. I would really like to be able to make them into a PDF so that
> I can have the bookmark things for each section, and maybe for the
> homework problems so that I can switch to the right page easily. If
> anyone knows how I can do this in linux, let me know ASAP. Or, if
> someone has acrobat for windows and wants to be real helpful and do this
> for me, please reply.

I've done something like this using xsane to scan directly to postscript
and then using ps2pdf to convert the postscript to pdf.

> assuming I cant find a way to make it the way I would like with all the
> nice stuff you can do with acrobat, how do I go about takng a directory
> of consecutively-numbered images and append them (in order) to a single
> postscript file?

xsane can make consecutively numbered scans; eg chapter1-0001.ps
chapter1-0002.ps, etc. After you've scanned in all the pages, just do a
"cat chapter1-*.ps>>chapter1.ps" to concatenate the pages into one
postscript file. Then run "ps2pdf chapter1.ps" to convert it to pdf.

-- 
-John (john@os2.dhs.org)


Relevant Pages

  • ps2pdf fails with enigmatic (meaning "useless") error
    ... I'm trying to convert a PostScript file to PDF using the ps2pdf from ... Execution stack: ... PostScript file prints fine on an actual HP printer. ... The original is in PageMaker so I can't try Openoffice's PDF abilities. ...
    (Debian-User)
  • Re: Unexpected Color Output
    ... Transport the PostScript file from ... > Linux, use the ps2pdf there, compare. ... When I take the ps file generated in linux, ... a pdf in windows, then the resulting pdf looks as I expect it should. ...
    (comp.text.tex)
  • Re: Getting Ghostscript to convert DSC comments to PDF metadata
    ... Seems adding this "at the proper place" in the PostScript file fits the ... /DOCINFO pdfmark ... mechanism always produces PDF files where "Title" is set to ... contain EPS files, sometimes even nested EPS files (EPS within an ...
    (comp.lang.postscript)
  • Re: OT how to merge pdfs or ps files
    ... >(postscript file) and then use ps2pdf to create a pdf with a spreadsheet ... >single multi-page PDF to submit to my client for payment. ...
    (Fedora)
  • Re: Print to PDF using Adobe Acrobat 6.0
    ... trying to create the PostScript file. ... before as it is tring to create the PDF file - if it was a network ... Adobe Reader and Distiller 6.0 ... Dim PDFFileName As String ...
    (microsoft.public.excel.programming)