Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for xps (0.03 sec)

  1. src/main/assemblies/files/generate-thumbnail

      if [[ ! -f ${tmp_png_file} ]] ; then
        echo "pdftoppm does not work."
        exit 1
      fi
      convert -thumbnail ${image_size} ${tmp_png_file} "${output_file}"
      rm -f ${tmp_png_prefix}*png
    elif [[ x"${cmd_type}" = "xps" ]] ; then
      check_command convert
      check_command pdftoppm
      check_command ps2pdf
      target_file=$(echo "$url" | sed -e "s#^file:/*#/#g")
      tmp_pdf_file=/tmp/thumbnail.pdf.$$
      ps2pdf "${target_file}" ${tmp_pdf_file}
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jun 12 13:13:28 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"message/sip",
    				"message/sipfrag",
    				"message/tracking-status",
    				"message/vnd.si.simp",
    				"model/example",
    				"model/iges",
    				"model/mesh",
    				"model/vnd.dwf",
    				"model/vnd.dwfx+xps",
    				"model/vnd.flatland.3dml",
    				"model/vnd.gdl",
    				"model/vnd.gs-gdl",
    				"model/vnd.gs.gdl",
    				"model/vnd.gtw",
    				"model/vnd.moml+xml",
    				"model/vnd.mts",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.wpl"/>
      </mime-type>
      <mime-type type="application/vnd.ms-xpsdocument">
        <alias type="application/oxps"/>
        <_comment>Open XML Paper Specification</_comment>
        <glob pattern="*.xps"/>
        <glob pattern="*.oxps"/>
        <sub-class-of type="application/x-tika-ooxml"/>
      </mime-type>
    
      <mime-type type="application/vnd.msa-disk-image">
        <_comment>Magic Shadow Archiver</_comment>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top