• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Embed submitted form image in PDF

Embed submitted form image in PDF 12 years 10 months ago #17998

hi, I'm trying to figure out how to include an image that has been uploaded via a form in the downloadable pdf. If I place the {uploadpic:value} into the details layout it just generates a link to the image. Is there a way to embed the actual image into the pdf results file?
Thanks for your help.
The administrator has disabled public write access.

Re: Embed submitted form image in PDF 12 years 8 months ago #18501

  • dclifton
  • dclifton's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
did you find a solutions to this problem? I'm needing the exact same thing!
The administrator has disabled public write access.

Re: Embed submitted form image in PDF 12 years 7 months ago #19053

B)
Last Edit: 11 years 3 months ago by miceman81.
The administrator has disabled public write access.

Re: Embed submitted form image in PDF 12 years 7 months ago #19072

<img src="{formfield:path}" width="XXXpx" />
The administrator has disabled public write access.

Embed submitted form image in PDF 9 years 9 months ago #31904

or if you don't need a formfield. Just put
<img alt="Logo" src="images/logo.png" />
in your PDF Layout (HTML) as usual.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!