Merge pull request #22 from rvecchio/patch-1

GUAC-570: Solves the issue of blank pages occuring inside generated PDFs having 11 or more pages
This commit is contained in:
Mike Jumper 2015-02-11 14:43:30 -08:00
commit 12a1ae10b8

View File

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