We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4be3c9c + 845ea8a commit 7f1acf3Copy full SHA for 7f1acf3
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