<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>beforeRunningCommand</key>
	<string>nop</string>
	<key>bundleUUID</key>
	<string>ADCEC0A7-6BF6-4644-B730-FA5382334ADA</string>
	<key>command</key>
	<string># first figure out a name for the result
NAME="${TM_FILENAME:-untitled}"
BASENAME="${NAME%.*}"
# DST="/tmp/$BASENAME" &gt; "$DST.html"
# process the file via prince
 /Applications/Utilities/prince/lib/prince/bin/prince --verbose -s /Applications/Utilities/prince/lib/prince/style/xhtml.css -s /Applications/Utilities/prince/lib/prince/style/fonts.css  $TM_FILENAME ~/Desktop/"$BASENAME".pdf
# Display a message
cat &lt;&lt;DONE
&lt;div style="width:35em;margin:0 auto;"&gt;&lt;h1 style="font:normal 2em futura;color:#d4152d"&gt;DONE&lt;/h1&gt;&lt;p style="font:87%'Lucida Grande';color:#333"&gt;If there is no error message above this, the file should be on your &lt;b&gt;desktop&lt;/b&gt;.&lt;/p&gt;&lt;/div&gt;
DONE
</string>
	<key>input</key>
	<string>selection</string>
	<key>keyEquivalent</key>
	<string>^@A</string>
	<key>name</key>
	<string>PDF Client Manual</string>
	<key>output</key>
	<string>showAsHTML</string>
	<key>scope</key>
	<string>text.html</string>
	<key>uuid</key>
	<string>788BAFA2-756B-4EC2-82A8-0AAE3FCCFFEE</string>
</dict>
</plist>
