ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* concatenate PDF files.
@ 2004-09-02 21:01 Paulo Ney de Souza
  2004-09-03  6:50 ` Taco Hoekwater
  2004-09-03 19:52 ` Henning Hraban Ramm
  0 siblings, 2 replies; 7+ messages in thread
From: Paulo Ney de Souza @ 2004-09-02 21:01 UTC (permalink / raw)


I am looking for a way to concatenate several PDF files, and found this 
e-mail from Hans:

	http://www.tug.org/pipermail/pdftex/2001-January/000240.html

saying that "texexec" can do it in several ways! and to look on the web-site,
texexec manual and the mailing list for directions.

I went to the manual first and found only ONE:

	texexec --pdfarrange --noduplex --paper=S6 file-a file-b

but that nullified all links I had in my files, and changed the opening 
from from FitVisible to something else (all files were FitVisible). Next
I went to two other sources he mentioned and Googled for: "-ntg-context 
concatenate pdf" did not yield much beyond that, and neither did Googling
http://www.pragma-ade.com/ for the words "concatenate" or "combine".

So does anyne know how to use "texexec" to concatenate two PDF files and
preseve as much of the file as possible (links, opening format, ...) ?

Paulo Ney

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: concatenate PDF files.
  2004-09-02 21:01 concatenate PDF files Paulo Ney de Souza
@ 2004-09-03  6:50 ` Taco Hoekwater
  2004-09-03 19:52 ` Henning Hraban Ramm
  1 sibling, 0 replies; 7+ messages in thread
From: Taco Hoekwater @ 2004-09-03  6:50 UTC (permalink / raw)


On Thu, 2 Sep 2004 14:01:11 -0700 (PDT)
Paulo Ney de Souza <desouza@Math.Berkeley.EDU> wrote:

> So does anyne know how to use "texexec" to concatenate two PDF files and
> preseve as much of the file as possible (links, opening format, ...) ?

--pdfcombine, --pdfcopy and --pdfselect switches are also available,
but my guess is that what you want is (currently) not possible. 

What texexec actually does is: it creates a temporary TeX input file
that starts with the \setuppaper, \setuplayout etc. implementing the
options you have given on texexec's commandline. In the document body 
it then includes (every) page(s) of the pdf file(s) as an external 
image. This image is scaled and rotated etc. as needed. 

This process probably trashes the internal structure of the document.


Greetings, Taco

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: concatenate PDF files.
  2004-09-02 21:01 concatenate PDF files Paulo Ney de Souza
  2004-09-03  6:50 ` Taco Hoekwater
@ 2004-09-03 19:52 ` Henning Hraban Ramm
  2004-09-06 16:16   ` Henning Hraban Ramm
  1 sibling, 1 reply; 7+ messages in thread
From: Henning Hraban Ramm @ 2004-09-03 19:52 UTC (permalink / raw)


Am 02.09.2004 um 23:01 schrieb Paulo Ney de Souza:

> I am looking for a way to concatenate several PDF files, and found this
> e-mail from Hans:
...
> but that nullified all links I had in my files, and changed the opening
> from from FitVisible to something else (all files were FitVisible). 
> Next

At work we use the command line tool "pdcat" by pdftools.com for this.
It's commercial, but the demo also does nearly everything.


Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: concatenate PDF files.
  2004-09-03 19:52 ` Henning Hraban Ramm
@ 2004-09-06 16:16   ` Henning Hraban Ramm
  2004-09-07  8:33     ` Alexander Klink
  0 siblings, 1 reply; 7+ messages in thread
From: Henning Hraban Ramm @ 2004-09-06 16:16 UTC (permalink / raw)


Am 03.09.2004 um 21:52 schrieb Henning Hraban Ramm:

>> but that nullified all links I had in my files, and changed the 
>> opening
>> from from FitVisible to something else (all files were FitVisible). 
>> Next
> At work we use the command line tool "pdcat" by pdftools.com for this.
> It's commercial, but the demo also does nearly everything.

I just found "PDFLab" for MacOS X, see
http://fabien.iconus.ch/english/PDFLab.html

Perhaps it fits your needs; I didn't try it.

Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: concatenate PDF files.
  2004-09-06 16:16   ` Henning Hraban Ramm
@ 2004-09-07  8:33     ` Alexander Klink
  2004-09-07  9:54       ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Klink @ 2004-09-07  8:33 UTC (permalink / raw)


Hi,

On Mon, Sep 06, 2004 at 06:16:26PM +0200, Henning Hraban Ramm wrote:
> >At work we use the command line tool "pdcat" by pdftools.com for this.
> >It's commercial, but the demo also does nearly everything.
> 
> I just found "PDFLab" for MacOS X, see
> http://fabien.iconus.ch/english/PDFLab.html
I can't recommend Multivalent (http://multivalent.sf.net)
enough. OK, it needs Java 1.4, but except for that it is quite
nice. It can do concatenation, compression, encryption, ...

Greetings,
		Alex

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: concatenate PDF files.
  2004-09-07  8:33     ` Alexander Klink
@ 2004-09-07  9:54       ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2004-09-07  9:54 UTC (permalink / raw)


Alexander Klink wrote:

>Hi,
>
>On Mon, Sep 06, 2004 at 06:16:26PM +0200, Henning Hraban Ramm wrote:
>  
>
>>>At work we use the command line tool "pdcat" by pdftools.com for this.
>>>It's commercial, but the demo also does nearly everything.
>>>      
>>>
>>I just found "PDFLab" for MacOS X, see
>>http://fabien.iconus.ch/english/PDFLab.html
>>    
>>
>I can't recommend Multivalent (http://multivalent.sf.net)
>enough. OK, it needs Java 1.4, but except for that it is quite
>nice. It can do concatenation, compression, encryption, ...
>  
>
unfortunately mv does not handle colors well (apart from being rather slow) but it certainly looks promissing. 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 7+ messages in thread

* concatenate PDF files.
@ 2004-08-27  0:18 Paulo Ney de Souza
  0 siblings, 0 replies; 7+ messages in thread
From: Paulo Ney de Souza @ 2004-08-27  0:18 UTC (permalink / raw)


I am looking for a way to concatenate several PDF files, and found this 
e-mail from Hans:

	http://www.tug.org/pipermail/pdftex/2001-January/000240.html

saying that "texexec" can do it in several ways! and to look on the web-site,
texexec manual and the mailing list for directions.

I went to the manual first and found only ONE:

	texexec --pdfarrange --noduplex --paper=S6 file-a file-b

but that nullified all links I had in my files, and changed the opening 
from from FitVisible to something else (all files were FitVisible). Next
I went to two other sources he mentioned and Googled for: "-ntg-context 
concatenate pdf" did not yield much beyond that, and neither did Googling
http://www.pragma-ade.com/ for the words "concatenate" or "combine".

So does anyne know how to use "texexec" to concatenate two PDF files and
preseve as much of the file as possible (links, opening format, ...) ?

Paulo Ney

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-09-07  9:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-02 21:01 concatenate PDF files Paulo Ney de Souza
2004-09-03  6:50 ` Taco Hoekwater
2004-09-03 19:52 ` Henning Hraban Ramm
2004-09-06 16:16   ` Henning Hraban Ramm
2004-09-07  8:33     ` Alexander Klink
2004-09-07  9:54       ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2004-08-27  0:18 Paulo Ney de Souza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).