swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] pdf2swf parameters in scripting environment


From: Ziad Saab
Subject: Re: [Swftools-common] pdf2swf parameters in scripting environment
Date: Tue, 4 Nov 2008 14:21:55 -0500

i saw this same example and i was wondering if you don't need to add the "-s breakonwarning" for the second run as well.

for the parameters you just have to run "pdf2swf -shelp" and you'll get a listing with explanations:

$ pdf2swf -shelp
PDF Parameters:

PDF device global parameters:
fontdir=<dir>     a directory with additional fonts
font=<filename>   an additional font filename
pages=<range>     the range of pages to convert (example: pages=1-100,210-)
zoom=<dpi>        the resultion (default: 72)
languagedir=<dir> Add an xpdf language directory
multiply=<times>  Render everything at <times> the resolution
poly2bitmap       Convert graphics to bitmaps
bitmap            Convert everything to bitmaps
SWF Parameters:

SWF layer options:
jpegsubpixels=<pixels>      resolution adjustment for jpeg images (same as jpegdpi, but in pixels)
ppmsubpixels=<pixels        resolution adjustment for  lossless images (same as ppmdpi, but in pixels)
subpixels=<pixels>          shortcut for setting both jpegsubpixels and ppmsubpixels
drawonlyshapes              convert everything to shapes (currently broken)
ignoredraworder             allow to perform a few optimizations for creating smaller SWFs
linksopennewwindow          make links open a new browser window
linktarget                  target window name of new links
linkcolor=<color)           color of links (format: RRGGBBAA)
linknameurl            Link buttons will be named like the URL they refer to (handy for iterating through links with actionscript)
storeallcharacters          don't reduce the fonts to used characters in the output file
enablezlib                  switch on zlib compression (also done if flashversion>=7)
bboxvars                    store the bounding box of the SWF file in actionscript variables
reordertags=0/1             (default: 1) perform some tag optimizations
internallinkfunction=<name> when the user clicks a internal link (to a different page) in the converted file, this actionscript function is called
externallinkfunction=<name> when the user clicks an external link (e.g. http://www.foo.bar/) on the converted file, this actionscript function is called
disable_polygon_conversion  never convert strokes to polygons (will remove capstyles and joint styles)
caplinewidth=<width>        the minimum thichness a line needs to have so that capstyles become visible (and are converted)
insertstop                  put an ActionScript "STOP" tag in every frame
protect                     add a "protect" tag to the file, to prevent loading in the Flash editor
flashversion=<version>      the SWF fileversion (6)
framerate=<fps>            SWF framerate
minlinewidth=<width>        convert horizontal/vertical boxes smaller than this width to lines (0.05)
simpleviewer                Add next/previous buttons to the SWF
animate                     insert a showframe tag after each placeobject (animate draw order of PDF files)
jpegquality=<quality>       set compression quality of jpeg images
splinequality=<value>       Set the quality of spline convertion to value (0-100, default: 100).

reply via email to

[Prev in Thread] Current Thread [Next in Thread]