Casts an existing PDF document on the server as an object. This object can be added to a [PDF_Doc] variable using the [PDF_Doc->InsertPage] tag, and then modified.
The first parameter* is required and is a file name, which specifies the name and path to a PDF file.
Optional second parameter specifies the owner password to use to open an encrypted file.
* for backwards compatibity, it is possible to specify the file path and password using the keyword parameters -file and -password, respectively.
local(filevar) = PDF_Read('/folder/file.pdf')
local(filevar) = PDF_Read('/folder/file.pdf','password')
local(filevar) = PDF_Read(-File='/folder/file.pdf')
No examples found
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments