Closed (won't fix)
Project:
Mathematics Filter
Version:
5.x-1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jul 2007 at 10:29 UTC
Updated:
26 Oct 2007 at 15:45 UTC
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
Comment #1
dwees commentedThis 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
Comment #2
bigcrunch commentedIt 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