Oprava PDF
authorThomas Mudrunka <tomas@mudrunka.cz>
Fri, 14 Jun 2013 23:46:05 +0000 (01:46 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Fri, 14 Jun 2013 23:46:05 +0000 (01:46 +0200)
assistants/print-labels.inc.php

index e623e3a7219d60520ccb9789e91de7f566a5d189..20b70e56ddcaeb8e77e29709303f60afdf62e4a0 100644 (file)
@@ -15,7 +15,7 @@
 
                switch($_POST['print']) {
                        case 'pdf':
-                               $convert='| convert - pdf:-';
+                               $convert='| ps2pdf -dCompatibility=1.2 - -';
                                header('Content-Type: application/pdf');
                                break;
                        default: case 'ps':
This page took 0.145622 seconds and 4 git commands to generate.