Modify ↓
Opened 17 years ago
Closed 17 years ago
#3429 closed enhancement (fixed)
Disable border on images
| Reported by: | gael | Owned by: | Diorgenes Felipe Grzesiuk |
|---|---|---|---|
| Priority: | low | Component: | TracWikiToPdfPlugin |
| Severity: | trivial | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Image border is not pretty in pdf documents.
We can remove the border by adding the border="0" style to image tags:
page = page.replace('<img', '<img border="0"')
Attachments (0)
Note: See
TracTickets for help on using
tickets.



Hi Gael,
I am going to apply your code.
Thank you
Regards
Diorgenes F. Grzesiuk