I don't know of any reason why dompdf wouldn't be compatible with WAMP as pre-configured, unless you're missing some necessary PHP modules, or WAMP is excluding a server variable the configuration or example script needs.. You can check dompdf/www/setup.php (under 0.6.0) for a summary of your installation.
Regardless, it doesn't look like dompdf even has a chance to render a document. The link to dompdf.php from the example page is coming back 404. This could looks like a configuration problem since the link to dompdf.php is determined with this line of code:
$dompdf = dirname(dirname($_SERVER["PHP_SELF"]));
if ( $dompdf == '/' || $dompdf == '\\') {
$dompdf = '';
}
$dompdf .= "/dompdf.php?base_path=" . rawurlencode("www/test/");
Again, it might help to see the link that your web browser is trying to access. Right-click the link, choose copy link location (or whatever text your browser uses) and post the link back here so we can see it.
Or if the server is accessible online post a link to it.
On Mon, Jul 22, 2013 at 3:39 PM, nicola brescia wrote:
at the time of use dompdf 0.5.2 wampserver 2.2a, php 5.3.13, when I go to the examples in html format makes me display correctly, when I click on the item pdf I get the following message: Not Found