We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be3c9c commit 845ea8aCopy full SHA for 845ea8a
src/Resume/Command/PdfCommand.php
@@ -83,7 +83,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
83
file_put_contents($pdfSource, $rendered);
84
85
// Process the document with wkhtmltopdf
86
- exec('wkhtmltopdf ' . $pdfSource .' ' . $destFilename);
+ exec('wkhtmltopdf --dpi 300' . $pdfSource .' ' . $destFilename);
87
88
// Unlink the temporary file
89
unlink($pdfSource);
0 commit comments