![]() |
KerMor
0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
|
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_) |
PDFTOPS Calls a local pdftops executable with the input command.
Definition in file pdftops.m.
function good = pdftops>check_store_xpdf_path | ( | path_ | ) |
Definition at line 116 of file pdftops.m.
References user_string().
function path_ = pdftops>xpdf_path | ( | ) |
Definition at line 62 of file pdftops.m.
References user_string().
function varargout = pdftops | ( | cmd | ) |
PDFTOPS Calls a local pdftops executable with the input command.
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)
Definition at line 17 of file pdftops.m.
Referenced by pdf2eps().