I have the following pdfjoin command (to join multiple PDF-files into one):
result.pdf: $(SOURCES)
pdfjoin $(SOURCES) --outfile result.pdf
But it fails for certain input. So now I am trying to replace it with
the corresponding pdfedit command. I figured out that it should probably
look something like this:
result.pdf: $(SOURCES)
pdfedit -eval "Something $(SOURCES) ... result.pdf"
Does anyone have a clue?
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Pdfedit-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdfedit-support