Hi there,
today I got an error I've seen never before. Could someone tell my something more? I'm not able to make pdf's anymore.
Could it cause on the urls argument? I use this:
http://XX.com/node/2/12,11,13,14,15,16/blog and the errorpage have this URL http://XX.com/printpdf/2/12%2C11%2C13%2C14%2C15%2C16
Fatal error: Uncaught exception 'PDFlibException' with message 'Unknown option '14.png'' in /is/htdocs/xxxx/sites/all/modules/print/dompdf-0.5.1/include/pdflib_adapter.cls.php:723 Stack trace: #0 /is/htdocs/xxxx/sites/all/modules/print/dompdf-0.5.1/include/pdflib_adapter.cls.php(723): PDFlib->create_action('URI', 'url=https://res...') #1 /is/xxxxxx/all/modules/print/dompdf-0.5.1/include/inline_renderer.cls.php(179): PDFLib_Adapter->add_link('https://xxxx...', 17, x.x, x.x, 13.32) #2 /is/xxxxx/sites/all/modules/print/dompdf-0.5.1/include/renderer.cls.php(180): Inline_Renderer->render(Object(Inline_Frame_Decorator)) #3 /is/htdocs/xxxxx/sites/all/modules/print/dompdf-0.5.1/include/renderer.cls.php(98): Renderer->_render_frame('inline', Object(Inline_Frame_Decorator)) #4 /is/xxxx/sites/all/modules/print/dompdf- in /is/htdocs/xxx/all/modules/print/dompdf-0.5.1/include/pdflib_adapter.cls.php on line 723
Comments
Comment #1
Apfel007 commentedforgot to say - I used a view with 'coded' links in it' header.
Comment #2
jcnventuraHave you tried to remove the file 14.png to see if it choking on it somehow??
Comment #3
Apfel007 commentedHi jcnventura,
it seems it's a problem with a space in filename -> Bild 14.png
The Module call only 14.png.
Thanks for openening me the eyes :-)
Cheers
Comment #4
jcnventuraIt's not the module.. It's dompdf. The module simply gets the HTML of the Drupal node and calls dompdf with it..
Anyway, I'm glad you found the problem.
João