Ver Mensaje Individual
  #1
Antiguo 28 de junio de 2024, 16:53
Paulo
Forero Senior
Última Actividad 17.09.2026 16:22
Posts Posts: 101
Likes enviados Enviados: 25
Likes recibidos Recibidos: 33
Predeterminado powerform v11 e output PDF
0 Inactivo Inactivo

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
Paulo is offline   Responder Con Cita