Sounds like a great module. I look forward to trying this out when I have some time. Openatrium integration would be sweet! :)

Since the dompdf is an external library that needs to be installed, the correct way to do this in drupal is to place the dompdf in a libraries folder, usually located at sites/all/libraries/dompdf.

This makes it possible for other modules to also make use of the library, and avoids complications with module updates.

Comments

pietervogelaar’s picture

Assigned: Unassigned » pietervogelaar

Hi,

Yeah I know, placing it in the module directory is the old way. Thanks for the reminder, I will add support the sites/all/libraries/dompdf place and update the documentation in the near future.

Greetings,
Pieter

pietervogelaar’s picture

Status: Active » Closed (fixed)

It's fixed in the development version now.

Pieter

DrCord’s picture

Issue summary: View changes

This is actually fixed in all versions now, so DO NOT follow the directions that tell you to put the DOMPDF library into the module folder, instead put it into sites/all/libraries.