X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fpdf2swf.c;h=45260197f3971c3efb1564c836b865e232db4dc7;hp=748cdf4f9f2baea6087da5a2d4720ca4d551a6ff;hb=9f826653fb88e865129c686ccf09d2c700494068;hpb=b79d1a4185312dd63bb2575aa1c2dd2c364cecc0 diff --git a/src/pdf2swf.c b/src/pdf2swf.c index 748cdf4..4526019 100644 --- a/src/pdf2swf.c +++ b/src/pdf2swf.c @@ -414,6 +414,7 @@ void args_callback_usage(char*name) " graphic errors)\n"); printf("-s filloverlap Make intersecting shapes overlap, instead of canceling each\n" " other out. (Needed for some Powerpoint PDFs)\n"); + printf("-s transparent Make the SWF transparent\n"); //deliberately undocumented (for now) //printf("-2 Put 2 pages into each frame.\n"); //printf("-4 Put 4 pages into each frame.\n"); @@ -669,7 +670,7 @@ int main(int argn, char *argv[]) pdf->destroy(pdf); - char*zip = ""; + const char*zip = ""; if(zlib) { zip = "-z"; }