[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] PDFPIC macro
From: |
Peter Schaffter |
Subject: |
[Groff] PDFPIC macro |
Date: |
Wed, 17 Sep 2014 14:51:49 -0400 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Attached is a proposal for a general use PDFPIC macro. It's
modelled after and takes exactly the same arguments as PSPIC.
Since there's no groff pdf equivalent to .psbb, an external
program is used to get the image dimensions (pdfinfo(1) from the
poppler-utils package). The alternative is to require users to get
the dimensions themselves and make width/height required arguments.
I prefer not to take that approach since my idea is that PSPIC and
PDFPIC should behave identically, making everybody's life easier.
In the case of PDFPIC not being used with gropdf(1), an external
program (pstopdf(1)) is used to convert the pdf file to eps, whence
processing is passed over to PSPIC. This seemed simpler than
re-inventing the wheel.
Comments and suggestions, please.
--
Peter Schaffter
http://www.schaffter.ca
pdfpic.tmac
Description: Text document
- [Groff] PDFPIC macro,
Peter Schaffter <=
- Re: [Groff] PDFPIC macro, Bernd Warken, 2014/09/17
- Re: [Groff] PDFPIC macro, Steffen Nurpmeso, 2014/09/17
- Re: [Groff] PDFPIC macro, Peter Schaffter, 2014/09/17
- Re: [Groff] PDFPIC macro, Keith Marshall, 2014/09/17
- Re: [Groff] PDFPIC macro, Steffen Nurpmeso, 2014/09/18
- Re: [Groff] PDFPIC macro, Peter Schaffter, 2014/09/18
- Re: [Groff] PDFPIC macro, Deri James, 2014/09/18
- Re: [Groff] PDFPIC macro, Keith Marshall, 2014/09/18
- Re: [Groff] PDFPIC macro, Deri James, 2014/09/18
- Re: [Groff] PDFPIC macro, Keith Marshall, 2014/09/20