Function __global->_find_pdftohtml

Definitions

sources/downloads2.php

  • Find the pdftohtml executable, or just assume it is in the path if appropriate.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • Path to executable
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the pdftohtml executable, or just assume it is in the path if appropriate.
 *
 * @return string Path to executable
 */

function _find_pdftohtml() : string