Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #103285 > unrolled thread

PyPDF2 merge / out of memory

Started bycpoline95@gmail.com
First post2016-02-21 02:41 -0800
Last post2016-02-22 10:52 -0800
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  PyPDF2 merge / out of memory cpoline95@gmail.com - 2016-02-21 02:41 -0800
    Re: PyPDF2 merge / out of memory Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-02-21 11:11 +0000
    Re: PyPDF2 merge / out of memory cpoline95@gmail.com - 2016-02-22 10:52 -0800

#103285 — PyPDF2 merge / out of memory

Fromcpoline95@gmail.com
Date2016-02-21 02:41 -0800
SubjectPyPDF2 merge / out of memory
Message-ID<ace35b94-9e4a-4cab-b71a-ddd4344bae3d@googlegroups.com>
Hello,

There is an issue with PyPDF2 and merging file
https://github.com/mstamy2/PyPDF2/issues/189

Does anybody know an alternate library to merge PDF and produce optimized pdf file ?

Thanks a lot

Clement

[toc] | [next] | [standalone]


#103286

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2016-02-21 11:11 +0000
Message-ID<mailman.4.1456053153.20994.python-list@python.org>
In reply to#103285
On 21/02/2016 10:41, cpoline95@gmail.com wrote:
> Hello,
>
> There is an issue with PyPDF2 and merging file
> https://github.com/mstamy2/PyPDF2/issues/189
>
> Does anybody know an alternate library to merge PDF and produce optimized pdf file ?
>
> Thanks a lot
>
> Clement
>

I did a bit of searching and found 
http://www.pdftron.com/pdfnet/features.html, which on pypi is described as:-

<quote>
A top notch PDF library for PDF rendering, conversion, content 
extraction, etc

PDFNet SDK is an amazingly comprehensive, high-quality PDF developer 
toolkit for working with PDF files at all levels. Using the PDFNet PDF 
library, developers can create powerful PDF solutions and applications 
that can generate, manipulate, view, render and print PDF documents on 
Windows, Mac, and Linux.
</quote>

There's also https://bitbucket.org/vasudevram/xtopdf which states it's a

<quote>
This package (xtopdf) contains tools to convert various file formats 
(collectively called x) to PDF format.
</quote>

Vasudev Ram I know does a lot of work with PDF so a further search 
throws up articles on using his code, including some recipes on Activestate.

Note I've used none of these myself, I just HTH.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#103354

Fromcpoline95@gmail.com
Date2016-02-22 10:52 -0800
Message-ID<100aa09b-2348-4f07-8db8-3325540add25@googlegroups.com>
In reply to#103285
Le dimanche 21 février 2016 11:42:33 UTC+1, cpol...@gmail.com a écrit :
> Hello,
> 
> There is an issue with PyPDF2 and merging file
> https://github.com/mstamy2/PyPDF2/issues/189
> 
> Does anybody know an alternate library to merge PDF and produce optimized pdf file ?
> 
> Thanks a lot
> 
> Clement

Thanks Mark, I'll dig these tools.
Regards,

Clement

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web