Re: [Pharo-project] Breaking PDF into smaller PDFs
Aik-Siong Koh wrote:
Using Smalltalk, I would like to break a PDF with 500 pages into 500 PDFs of one page each.
How can I do that?
I would assume Christian Haider's pdf library should be usable for that.I don't think that is ported from VW yet. Stephan
Generating pdf is different from parsing it. I do not know a library parsing pdf. Let us know if you find one. Stef On Nov 13, 2012, at 11:31 PM, Stephan Eggermont wrote:
Aik-Siong Koh wrote:
Using Smalltalk, I would like to break a PDF with 500 pages into 500 PDFs of one page each.
How can I do that?
I would assume Christian Haider's pdf library should be usable for that.I don't think that is ported from VW yet.
Stephan
yes, it's a very different job. I suggest to you to take a look at free tools as pdftk on Linux (http://www.linuxscrew.com/2010/06/18/the-easiest-way-to-split-and-merge-pdf-...) Best regards Olivier Stéphane Ducasse wrote:
Generating pdf is different from parsing it. I do not know a library parsing pdf. Let us know if you find one.
Stef On Nov 13, 2012, at 11:31 PM, Stephan Eggermont wrote:
Aik-Siong Koh wrote:
Using Smalltalk, I would like to break a PDF with 500 pages into 500 PDFs of one page each.
How can I do that? I would assume Christian Haider's pdf library should be usable for that.I don't think that is ported from VW yet.
Stephan
participants (3)
-
Olivier Auverlot -
Stephan Eggermont -
Stéphane Ducasse