History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BATCH-471
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Ben Hale
Reporter: Lucas Ward
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch

PDF version of documentation missing images.

Created: 16/Mar/08 06:47 PM   Updated: 17/Mar/08 04:26 AM
Component/s: Documentation
Affects Version/s: 1.0.0.m5
Fix Version/s: 1.0.0.rc1

Time Tracking:
Original Estimate: 0.25d
Original Estimate - 0.25d
Remaining Estimate: 0.25d
Remaining Estimate - 0.25d
Time Spent: Not Specified
Remaining Estimate - 0.25d


 Description  « Hide
Although the images are showing up correctly for the html version of the docs, the pdf version is missing them. I've done a quick check through and the correct <imageobject> tag is there, with a role of 'fo', so I'm not sure what is causing the issue.

 All   Comments   Work Log   Change History   FishEye   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Ben Hale - 17/Mar/08 04:26 AM
The issues is that when the PDF is generated, the path to the images needs to be fully qualified. The existing path of 'images/<image-name>' only exists from the HTML point of view. If you simple substitute 'src/site/resources/reference/images/<image-name>' everything works.

As a note, we may want to recreate our images with a white background instead of transparent so that it shows up better in the PDF.