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


Groups > comp.lang.python > #103286

Re: PyPDF2 merge / out of memory

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Newsgroups comp.lang.python
Subject Re: PyPDF2 merge / out of memory
Date 2016-02-21 11:11 +0000
Message-ID <mailman.4.1456053153.20994.python-list@python.org> (permalink)
References <ace35b94-9e4a-4cab-b71a-ddd4344bae3d@googlegroups.com>

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

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

csiph-web