Modify ↓
Opened 18 years ago
Closed 18 years ago
#677 closed enhancement (fixed)
PageToPDF Image Issues
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | low | Component: | PageToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
I'm not sure if the PDF tool could include the images or not, but I found a couple interesting issues with the page.replace()
call:
- It recognizes image items enclosed in double-quotes but not single-quotes. I have a plugin that generates image references with single-quotes, so those don't get replaced.
- It adds a slash that often shouldn't be there. This happens when the image URL begins with a slash.
I suppose there could also be image links that already have a full URL (don't need the replacement), but I didn't observe this.
Are the images supposed to show up when viewing the PDF?
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r1386.