KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftops.m File Reference

PDFTOPS Calls a local pdftops executable with the input command. More...

Go to the source code of this file.

Functions

function
varargout
pdftops (cmd)
 PDFTOPS Calls a local pdftops executable with the input command. More...
 
function path_ = pdftops>xpdf_path ()
 
function good = pdftops>check_store_xpdf_path (path_)
 
function good = pdftops>check_xpdf_path (path_)
 

Detailed Description

PDFTOPS Calls a local pdftops executable with the input command.

Definition in file pdftops.m.

Function Documentation

function good = pdftops>check_store_xpdf_path (   path_)

Definition at line 116 of file pdftops.m.

References user_string().

Here is the call graph for this function:

function good = pdftops>check_xpdf_path (   path_)

Definition at line 130 of file pdftops.m.

function path_ = pdftops>xpdf_path ( )

Definition at line 62 of file pdftops.m.

References user_string().

Here is the call graph for this function:

function varargout = pdftops (   cmd)

PDFTOPS Calls a local pdftops executable with the input command.

Example
[status result] = pdftops(cmd)

Attempts to locate a pdftops executable, finally asking the user to specify the directory pdftops was installed into. The resulting path is stored for future reference.

Once found, the executable is called with the input command string.

This function requires that you have pdftops (from the Xpdf package)

installed on your system. You can download this from
http://www.foolabs.com/xpdf
IN
cmd - Command string to be passed into pdftops.
OUT
status - 0 iff command ran without problem. result - Output from pdftops.

Definition at line 17 of file pdftops.m.

Referenced by pdf2eps().

Here is the caller graph for this function: