File: filter.xml

package info (click to toggle)
ebview 0.3.6-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,344 kB
  • ctags: 1,899
  • sloc: ansic: 24,290; sh: 7,910; xml: 1,771; makefile: 327; sed: 93
file content (8 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="euc-jp"?>
<filterdef>
  <filter>
    <extension>.pdf</extension>
    <filter_command>pdftotext -enc EUC-JP %f %o</filter_command>
    <open_command>xpdf -remote ebview %f %p</open_command>
  </filter>
</filterdef>