|
|
|
|
|
IF iPrintPDF("MyFile.PDF") THEN
Info("Printed successfully")
END
Sintaxis
Printing a PDF file Ocultar los detalles
<Result> = iPrintPDF(<Name of PDF file> [, <Password> [, <Sizing> [, <List of pages>]]])
<Result>: Boolean - True if printed successfully,
- False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<Name of PDF file>: Character string Name and path of PDF file to print. This parameter can correspond to a full path or a path relative to the current directory (returned by fCurrentDir). This parameter is case-sensitive. Reminder: On iPhone or iPad, an application has the rights to write to its installation directory or one of its subdirectories <Password>: Character string or Secret string - Password for opening the PDF file,
- Empty string ("") if the file has no password.
Novedad versión 2025Cadenas secretas: Si utiliza el almacén de cadenas secretas, el tipo de cadena secreta utilizado para este parámetro debe ser "ANSI o Unicode string". Para obtener más información sobre las cadenas secretas y el almacén, consulte Almacén de cadenas secretas. Novedad versión 2025
<Sizing>: Integer constant Print size:
| | iHomothetic | Homothetic enlargement or reduction of the PDF document pages to adapt them to the output format, ignoring physical margins. This constant corresponds to the option "Fit to paper size" available in PDF printing software. | iHomotheticWithoutGrowth | Homothetic reduction of the PDF document pages to adapt them to the output format, ignoring physical margins. Pages with a smaller format keep their format and are centered. This constant corresponds to the option "Shrink to fit paper size" available in PDF printing software. | iHomotheticNoEnlargementPrintableArea | Homothetic reduction of the PDF document pages to adapt them to the output format, taking into account physical margins. Pages with a smaller format keep their format and are centered. This constant corresponds to the option "Fit to printer margins" available in PDF printing software. | iRealSize | Print in real size. The pages that use a format: - smaller than the output format are centered in the page.
- bigger than the output format are truncated and are centered in the page.
|
<List of pages>: Character string List of pages to print. You have the ability to specify the range of pages to print separated by a comma, each range being in 'X-Y' format where X and Y are numbers of pages. Clasificación Lógica de negocio / UI: Código neutro Componente: wd300etatexe.dll
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|