Re: looking for a tool which handles pdf files

2009-01-07 Thread Ulrich Spoerlein
On Tue, 06.01.2009 at 17:11:54 +0100, Oliver Lehmann wrote:
 Hi,
 
 I have a bunch of postcript files (generated by gschem) in various
 pagesizes (A0-A2). I want to have the generated PS files belonging to the
 same device in a multipaged PDF. Until now I'm cat-ing the ps files
 together doing some awk magic to get a multipage ps. I then convert the
 multipage PS file via ps2pdf to a multipage PDF. My problem now is, that
 ps2pdf can only set a general pagesize - so A0 for all pages for example
 - as far as I know.
 
 I'm now looking for a tool which creates a multipage PDF with different
 pagesizes each page (if wanted). Someone told me pdftk could do this but
 I run an amd64 so no gcj/pdftk for me...
 
 Someone knows another tool which would fit here?

Depending on your definition for fit: I have used pdflatex and the
pdfpages package to cat, rotate, N-up and what-not several PDF
documents.

Cheers,
Ulrich Spoerlein
-- 
It is better to remain silent and be thought a fool,
than to speak, and remove all doubt.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


looking for a tool which handles pdf files

2009-01-06 Thread Oliver Lehmann
Hi,

I have a bunch of postcript files (generated by gschem) in various
pagesizes (A0-A2). I want to have the generated PS files belonging to the
same device in a multipaged PDF. Until now I'm cat-ing the ps files
together doing some awk magic to get a multipage ps. I then convert the
multipage PS file via ps2pdf to a multipage PDF. My problem now is, that
ps2pdf can only set a general pagesize - so A0 for all pages for example
- as far as I know.

I'm now looking for a tool which creates a multipage PDF with different
pagesizes each page (if wanted). Someone told me pdftk could do this but
I run an amd64 so no gcj/pdftk for me...

Someone knows another tool which would fit here?

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: looking for a tool which handles pdf files

2009-01-06 Thread Chuck Swiger

On Jan 6, 2009, at 8:11 AM, Oliver Lehmann wrote:

I have a bunch of postcript files (generated by gschem) in various
pagesizes (A0-A2). I want to have the generated PS files belonging  
to the

same device in a multipaged PDF. Until now I'm cat-ing the ps files
together doing some awk magic to get a multipage ps. I then convert  
the
multipage PS file via ps2pdf to a multipage PDF. My problem now is,  
that
ps2pdf can only set a general pagesize - so A0 for all pages for  
example

- as far as I know.

I'm now looking for a tool which creates a multipage PDF with  
different
pagesizes each page (if wanted). Someone told me pdftk could do this  
but

I run an amd64 so no gcj/pdftk for me...

Someone knows another tool which would fit here?


You might look into the enscript or nenscript ports (/usr/ports/print/ 
enscript-a4, /usr/ports/print/nenscript); while enscript itself is  
intended for converting ASCII to PS, I recall that they also came with  
some utilities like psnup and so forth that would do a better job of  
gluing together and N-uping your documents.


However, I don't recall anything which would support a document  
consisting of different page sizes; for most people, that sort of  
thing would be separate documents.


--
-Chuck

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org