Obtains a PDF processer object through a PDF file.
1 pdf.reader
<pdf.reader encoding='encoding'>
<inputstream_pdf /> ?
</pdf.reader>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aencoding | string | Indicates the encoding of the strinf of characters to process, for example ISO-8859-1 or UTF-8. If not specified, the one defined in the configuration file for the server is used. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Einputstream_pdf | stream | The PDF filw which you want to process. |
Example
Obtains the reader object through a PDF file.
Copy
<pdf.reader> <file type='absolute' name='src_plain.pdf' /> </pdf.reader>