rramesh23
17th February 2007, 10:49
Hi,
Can any body tell me how to embed logo (.gif) in reports.

Thanks and Regards

mark_h
18th February 2007, 02:59
Yes - just search on "logo" and look at the links. There are a couple of methods. See the ~Vamsi solution in the code and untilities forum. I use his method - not easy, but it does work.

Good Luck!

Debdas Banerjee
22nd February 2007, 07:09
Hi Ramesh,

If you print a logo on your report then you have to creat a device data and give ur logo path in ur report layout.

Just go thourgh the attached file. You will able to do it in your report.

baan999
20th March 2011, 15:35
I tried as per your details. but in the report it is appearing as c:\xxxxx.jpg

because my jpg file name (c:\xxxxx.jpg)

Logo not printing.

Please suggest.

MilindV
21st March 2011, 06:40
Debdas,

Can you please provide more info about what you have entered in 'Argument' field?
html -c "sample Program" -f 2 -g sample1.jpg

Thanks.

MilindV
21st March 2011, 07:03
understood. got it.

baan999
21st March 2011, 11:29
html -c "sample Program" -f 2 -g xxxxx.jpg entered in the argument.

please susggest.

ritika
28th September 2012, 12:30
Its only showing the path. Help urgent

mpfaender
10th October 2012, 10:46
Hi,
I've found this document in the forum of a couple of years and I've created our company logo on this way. It works fine!

Best regards
michael

isshhan
24th December 2012, 12:22
There is one method of creating logo using font-creater.
What you can do is create a new font and import a logo picture in one of the alphabet of the font you created.
You can adjust the filters accordingly to make it look smoother and sharper.
When you are done, install the font to the machine you want the logo to appear.
Go on report layout and put a field with name as "X", where X is the letter you put your logo in.
Preferred place is on the left top in the header section.
Now run the report in "WIN" device and right click on your "X" field choose font and select your created font.
Adjust size and you are good to go.
And once the adjustments are done, the logo can be used multiple times.

PS. Logo is printed only in Black n White.

JerryMaWang
25th July 2014, 08:48
MilindV:
Could you please tell me where the jpg file "sample1.jpg" should be stored ?

bhushanchanda
25th July 2014, 10:42
Hi,

If you are using Font-Creator, you can store the image in any of the folder on client machine as the Font-Creator works at client side and not the server side. Now, every time you include the letter in your report and print the report with the newly created font, you will get the image.

JerryMaWang
28th July 2014, 09:05
Bhushan:

Thanks for your advise, I will have a try !