Hi there -- Just thought I should let you know that Pdfview broke when I installed table export, I think because you're both using some of the same constants. (They're using the TCPDF library, which since it came from FPDF seems to share a good deal of code with it.) This seems like an argument for moving generic PDF-creation code out into its own module, and then letting modules like Pdfview and table export both use that.

Comments

tjholowaychuk’s picture

Yeah that was bound to happen, a wrapper module would definatly be nice for libraries such as that, I should be less busy in a few weeks here I will see what I can do about seperating that out. Thanks!

tjholowaychuk’s picture

Status: Active » Closed (won't fix)