Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: PDF  (Read 1749 times)

Hassan

  • Newbie
  • *
  • Posts: 19
    • View Profile
PDF
« on: October 30, 2019, 11:48:07 AM »
How can I print Pdf file save as bytea in database

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: PDF
« Reply #1 on: October 30, 2019, 12:38:53 PM »
Hi!
Print to a temp file.
Then save it in the blob field.

Hassan

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: PDF
« Reply #2 on: October 30, 2019, 01:04:37 PM »
There is no such field blod in postgresql.
The PDF file is already saved as bytea in postgresql,(as image I can print it with no problem as imageItem). Can I do samething to pdf. Can you explain more Please,and thank you for your help.

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: PDF
« Reply #3 on: October 30, 2019, 03:38:00 PM »
Oh, I am sorry. I have misunderstood you.
Unfortunately, limereport can't draw the content of pdf file