File: filter.xml

package info (click to toggle)
ebview 0.3.6.2-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,864 kB
  • sloc: ansic: 35,588; sh: 10,714; xml: 1,771; makefile: 608; yacc: 291
file content (8 lines) | stat: -rw-r--r-- 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>