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


Groups > comp.lang.python > #43584

Using xtopdf and pypyodbc to publish MS Access database data to PDF

Newsgroups comp.lang.python
Date 2013-04-14 15:12 -0700
Message-ID <685ed55f-1b0b-4977-aae6-03b77fee2472@googlegroups.com> (permalink)
Subject Using xtopdf and pypyodbc to publish MS Access database data to PDF
From vasudevram <vasudevram@gmail.com>

Show all headers | View raw


Wrote a program that lets you publish your MS Access database data to PDF, using Python, ReportLab, xtopdf (my toolkit) and pypyodbc.

Sharing it here.

Link:

http://jugad2.blogspot.in/2013/04/using-xtopdf-and-pypyodbc-to-publish-ms.html

Note: Saw some comments about my blog post on the Python Reddit, which made me realize that I had not explained that similar code can be used to publish data from any ODBC database (for which you have an ODBC driver, and which is supported by pypyodbc), to PDF. All you have to do is change the connection string in the code, and maybe a few other small tweaks for differences between SQL dialects of different RDBMS's.

Enjoy.

- Vasudev Ram
www.dancingbison.com
jugad2.blogspot.com

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


Thread

Using xtopdf and pypyodbc to publish MS Access database data to PDF vasudevram <vasudevram@gmail.com> - 2013-04-14 15:12 -0700

csiph-web