pdfOpen(fileName,sectName)
Function to open a pdf document and display the page referred to by a named destination in the document. If sectName is not specified, the Matlab function open is used. If used to open any of the user's guides for the scaling code toolboxes, a prefix is required on the function name. An 's' will link to the section in the main part of the document and a prefix of 'm' will link to the section in the Appendix.
|
Parameters |
Description |
|
fileName [string] |
File name with full or relative path information. May contain section name (see example below) |
|
sectName [string] |
(Optional) Name of destination in pdf document |
|
Copyright (c) MZA Associates 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|