on ‎2007 Aug 09 1:43 PM
Hi,
i want to display image in pdf document. i am trying to pass the source url for Image Loader from Browser. I mapped this encoded image of Image Loader to encoded image of PDF_image. but when i select the image( say path as c:\inetpub\wwwroot\sample1.jpg), it doesnt show image in pdf. for test when i mapped this path to bar code text, it display bar code. instead of \ i tried with / also but it doesnt work. what is the problem? how to send source url from browser to image loader?
- senthil
Request clarification before answering.
Where are you placing the image? Is it inline with another object or a PDF_Table?
You can't overlap objects when creating the PDF document.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Senthil,
Try using http://localhost/sample1.jpg in the configure dialog of your ImageLoader action. If you are linking this property then you need to escape the / characters (use // instead of /)
Regards,
Jeremy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.