Jump to content
We've recently updated our Privacy Statement, available here ×

Avoid references to images in exported HTML


robnewton

Recommended Posts

Hello,

I'm deliberately wanting to avoid references to images in exported HTML (so there is no company logo).

I am using the JRHtmlExportParamater IS_OUTPUT_IMAGES_TO_DIR set to false.  (also, IS_USING_IMAGES_TO_ALIGN is false).

This gives me an image tag in the html where the image would be:

<td colspan="39" rowspan="5"><img src="nullimg_0_0_0" style="width: 310px" alt=""/></td>

When the client browser displays the html it makes an extra trip to try to download this null image.  Is there some way to avoid the <img> tag being included at all?

Many thanks

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...