Michael Marsh wrote:
> On 12/14/05, H. S. <[EMAIL PROTECTED]> wrote:
>
>>I am trying to make a makefile to convert PDFs in a directory to 4-up
>>PDFs using psnup but I am not able to.
>
>
> Off hand, I'd probably use something like:
>
> BEGIN MAKEFILE
> SRCS := $(filter-out %-4up.pdf,
kamaraju kusumanchi wrote:
> H. S. wrote:
>
>> Hi,
>>
>> I am trying to make a makefile to convert PDFs in a directory to 4-up
>> PDFs using psnup but I am not able to.
>>
>> I have L??N.pdf files in a directory and wish to produce a
>> corresponding 4-up PDF for each file named L??N-4up.pdf.
>
>
On 12/14/05, H. S. <[EMAIL PROTECTED]> wrote:
> I am trying to make a makefile to convert PDFs in a directory to 4-up
> PDFs using psnup but I am not able to.
Off hand, I'd probably use something like:
BEGIN MAKEFILE
SRCS := $(filter-out %-4up.pdf,$(wildcard *.pdf))
DESTS := $(patsubst
H. S. wrote:
Hi,
I am trying to make a makefile to convert PDFs in a directory to 4-up
PDFs using psnup but I am not able to.
I have L??N.pdf files in a directory and wish to produce a
corresponding 4-up PDF for each file named L??N-4up.pdf.
Sorry about the dumb question. But should not y
Hi,
I am trying to make a makefile to convert PDFs in a directory to 4-up
PDFs using psnup but I am not able to.
I have L??N.pdf files in a directory and wish to produce a corresponding
4-up PDF for each file named L??N-4up.pdf.
I have a shell script which converts all L??N.pdf files to 4up
5 matches
Mail list logo