GUAC-570 blank pages inside the generated PDFs

This commit is contained in:
rvecchio 2015-02-02 16:45:04 +01:00
parent 04a11f1343
commit efe95748b7

View File

@ -54,6 +54,7 @@ char* const guac_rdpdr_pdf_filter_command[] = {
"-sOutputFile=-", "-sOutputFile=-",
"-c", "-c",
".setpdfwrite", ".setpdfwrite",
"-sstdout=/dev/null",
"-f", "-f",
"-", "-",
NULL NULL