Hi,
I tried to search the forum for similar issues and I could not find anything related to the prince version I am using (Prince 9.0 rev 2) if the question has been raised before I would appreciate if you can link me to the answer.
I am using flot, a javascript charting library, this library uses html 5 canvas and jquery (HomePage) to build interactive charts for the web.
I tried using prince to generate a pdf for a simple example but getting an error
error: TypeError: value is not an object
The page renders on chrome, but the generated pdf will not generate the div containing the simple graph, (click here for the sample)
How to replicate the case:
Run the following from the command line
My system information
Thank you
Ramzi
I tried to search the forum for similar issues and I could not find anything related to the prince version I am using (Prince 9.0 rev 2) if the question has been raised before I would appreciate if you can link me to the answer.
I am using flot, a javascript charting library, this library uses html 5 canvas and jquery (HomePage) to build interactive charts for the web.
I tried using prince to generate a pdf for a simple example but getting an error
error: TypeError: value is not an object
The page renders on chrome, but the generated pdf will not generate the div containing the simple graph, (click here for the sample)
How to replicate the case:
Run the following from the command line
$ ./prince --javascript http://www.flotcharts.org/flot/examples/basic-usage/index.html -o ~/Desktop/flot.pdf
prince: http://www.flotcharts.org/flot/jquery.js:6782: error: TypeError: value is not an object
My system information
- Running on Mac OSX 10.8.4
- Prince version Prince 9.0 rev 2
- jquery version v1.8.3
Thank you
Ramzi