.TP
\fB\-i\fR, \fB\-\-ignore\fR
Allows pdf2swf to change the draw order of the pdf. This may make the generated
-SWF files a little bit smaller.
+SWF files a little bit smaller, but it may also cause the images in the pdf to look funny.
.TP
\fB\-j\fR, \fB\-\-jpegquality\fR
Set quality of embedded jpeg pictures. 0 is worst (small), 100 is best (big). (default:85)
printf("-p --pages=range Convert only pages in range\n");
printf("-P --password=password Use password for deciphering the pdf\n");
printf("-s --shapes Don't use SWF Fonts, but store everything as shape\n");
- printf("-i --ignore Ignore draw order (makes the SWF file smaller)\n");
+ printf("-i --ignore Ignore draw order (makes the SWF file smaller, but may produce\n");
+ printf(" graphic errors)\n");
printf("-j --jpegquality=quality Set quality of embedded jpeg pictures (default:85)\n");
printf("-v --verbose Be verbose. Use more than one -v for greater effect\n");
printf("-w --samewindow Don't open a new Browser Window for Links in the SWF\n");