PDA

Ver la Versión Completa : [Discusión] powerform v11 e output PDF


Paulo
28 de junio de 2024, 16:53
Hola.
Alguem tem experiencia de criar PDF directamente no NetCobol v11 ?
Tenho estado a tentar criar o output directo em PDF mas sem sucesso.
As variaveis que tenho estado a colocar no ficheiro .prt são

STREAM PDF
STREAMFILE "2RPSTESTE.PDF"
STREAMENV "2RPSTESTE"

No manual v11 tem a informação:

C.4 Form export information

C.4.1 STREAM (Stream type)
Explanation:
Specify the output stream type.
Setting:
PDF: PDF output
Default:
No specification.

C.4.2 STREAMENV (Stream administrative information file name)
Explanation:
Specify the document information file used in PDF output.
Setting:
The document information file name is specified in the full path.
Default:
No omissible. In this case, the error is notified.

C.4.3 STREAMFILE (Stream output file name)
Explanation:
Specify the PDF file name. When only the file name is specified, it is stored in the current folder.
Setting:
Specify the PDF file name.
Default:
No omissible. In this case, the error is notified

Gracias