diff options
| -rw-r--r-- | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c index d8f8a4d..ac26c07 100644 --- a/main.c +++ b/main.c @@ -29,6 +29,10 @@ static void set_file (GFile *file, gpointer data) { if (read == 0) return; vrvToolkit_loadData(pointer, buf); + // Try to put all of the content on the first page. + //--page-height 50000 + //--adjust-page-height + vrvToolkit_setOptions(pointer, "{\"pageHeight\": 50000, \"adjustPageHeight\": true}"); output = vrvToolkit_renderToSVG(pointer, 1, TRUE); if(output[0] == '\0') return; |
