What program to write pdf including other pdf on Linux from Python? -


on ubuntu server, want create pdfs include other static pdfs. have tried using reportlab pypdf. ideally use reportlab whole thing, in order import pdfs requires pagecatcher has large recurring fee.

so use pypdf merge page created reportlab , other pdfs. problem though looks fine in acrobat , foxit, part of 1 of pages prints garbled on xerox 7400 color printer. can't figure out issue, willing buy more integrated solution if existed , reasonably priced. thought pdf creator pilot until saw windows only.

so there reasonably priced ($1k or less) solution or different suggestion?

i have had lot of success java library itext. have great library of samples pretty think of doing pdf files. example concatenating pdf files , sounds need: http://itextpdf.com/examples/index.php?page=example&id=123. there pdfbox great java based pdf manipulation library.

i realize looking python based solution there may not many other options. if using jython interpreter instead of cpython, integrating in itext should trivial. if not, consider calling out separate process. realize may not idea situation figured mention option.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -