Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Image on Page Header is displayed only on the first page

Fike
Posts: 79
Joined: Thu Oct 20, 2011 9:13 pm

Image on Page Header is displayed only on the first page

Unread post by Fike »

On nuBuilderPro, when an image is placed on the Page Header, it only displays on the first page.

To solve this, in the function nuPrintImage($PDF, $S, $contents, $O) of the nurunpdf.php file, i replaced the line

Code: Select all

$path              = $contents->path;
for

Code: Select all

$path              = $O->path;
Hope this helps.

Kind regrads!

Fike
Post Reply