Focal Point
[SOLVED] Logo should be there in all pages, in COMPONENT PDF

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3931012803

November 21, 2008, 07:36 AM
sure
[SOLVED] Logo should be there in all pages, in COMPONENT PDF
Hi All,

i would like to make "Logo(image) should be there in all pages, in component pdf" please halp any bady.

Thanks
sure

This message has been edited. Last edited by: Kerry,


WebFocus 7.1.6
November 21, 2008, 08:58 AM
GamP
Create a master page layout for your pdf document. This master page defines how each and every page should look.
Search for this in the manual or on the website(s) and you should be getting the desired result.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
November 23, 2008, 03:19 PM
Waz
Did 7.1.6 have Master Page Layout ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

November 24, 2008, 12:26 AM
sure
Hi Gamp/Waz,
i am working in 7.6.2 component pdf, so "Logo(image) should be there in all pages, in component pdf" please halp me.

Thanks
sure


WebFocus 7.1.6
November 24, 2008, 04:09 AM
GamP
Sure,
As I said before, create a page master layout for your pdf document.
Read up in the manual for the exact way of how to do this.
In the code this will result in something like this:
 
PAGELAYOUT=ALL, NAME='Page Master', $
OBJECT=STRING,  NAME='text1', TEXT='This is my page header', POSITION=(0.167 0.167),
                MARKUP=OFF, WRAP=ON, DIMENSION=(5.292 0.167), font='ARIAL',
                color=RGB(0 0 0), style=bold, size=14, $
OBJECT=IMAGE,   NAME='image1', IMAGE=/ibi/apps/myapp/my_logo.jpg,
                POSITION=(6.875 0.042), DIMENSION=(1.000 1.000), $

Hope this helps ...


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
November 24, 2008, 03:54 PM
Waz
Sure, sorry for the confusion, but your signature says 7.1.6


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!