Report printing to PDF from browser

  • Valleyman1
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
6 years 7 months ago #21312 by Valleyman1
Report printing to PDF from browser was created by Valleyman1
Hello,

I need to print ENQUIRY output to a pdf from the browser.Did any of you have ideas how to achieve this?

Regards,

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
6 years 7 months ago #21314 by VK
Replied by VK on topic Report printing to PDF from browser
Hi
to my knowledge there's no PDF export in T24 out of the box;
when we needed that we used an external program to create PDF from a text and attached it to COMMAND field of PRINTER.ID application.

Cheers
VK

Please Log in or Create an account to join the conversation.

  • Valleyman1
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
6 years 7 months ago #21315 by Valleyman1
Replied by Valleyman1 on topic Report printing to PDF from browser
Hi VK,

Can you provide a sample of the program?

regards

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
6 years 7 months ago #21317 by VK
Replied by VK on topic Report printing to PDF from browser
Hi

for the jBC program all is easy - create a PRINTER.ID like this:
 TEST-R13    PRINTER FILE MAINTENANCE INPUT

     PRINTER.NAME...... SAVE.TO.PDF
 ------------------------------------------------------------------------------
   1 PRIME.PRINTER.ID.. HOLD
   2 DESCRIPTION....... Saving output
   3 PRINTER.TYPE......
   4. 1. 1 COMMAND..... SAVE.PDF &HOLD.CONTROL>@ID&
   5 RESERVE1..........
   6 RESERVE2..........
   7 RESERVE3..........
   8 RESERVE4..........
   9 RESERVE5..........

The your program SAVE.PDF has to get the file from &HOLD&:

hold_id = SENTENCE(1)

... and call an external program to create a pdf. I believe there's a lot of such command-line tools that you can use.

For example, to create a pdf from ENQUIRY output you have to point the ENQUIRY.REPORT to this printer (using special REPORT.CONTROL).

Cheers
VK

Please Log in or Create an account to join the conversation.

More
4 years 5 months ago #22390 by charanboss
Replied by charanboss on topic GL Queries
Hi VK
please share me your gmail id.

Regards
Charan
+91 9008555566

Please Log in or Create an account to join the conversation.

More
3 years 7 months ago #22930 by Olaniyi
Replied by Olaniyi on topic Report printing to PDF from browser
The functionality is available in R18 upwards, although presently I am having issues with the formatting, presently engaging with Temenos on a solution. I guess there is an issue in the enquiry-pdf-xls in the transform folder of the browerWeb

Please Log in or Create an account to join the conversation.

Time to create page: 0.110 seconds