When you use PDFView module to generate a PDF in a page with mathematical code ([tex][/tex]) takes place east error:

TCPDF error: Unsupported image type: cgi?.... (dots depends of mathematical code)

Comments

dwees’s picture

Assigned: Unassigned » dwees
Status: Active » Closed (won't fix)

This can't be helped. The mathematics filter uses a cgi to create the images, so hence the cgi in the url. If you view the source of the page, you can see what I mean. Basically, the problem is with the interaction between these two modules, and can't be helped.

Dave

bigcrunch’s picture

It is possible convert Gif images created with cgi to Png with 'gif_outputAsPNG' function or similar?

In this link have a discution about this (in PDFview module:) http://drupal.org/node/130016