Ticket #3429 (closed enhancement: fixed)

Opened 3 months ago

Last modified 2 months ago

Disable border on images

Reported by: gael Assigned to: diorgenes
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

Change History

08/20/08 14:00:42 changed by diorgenes

  • status changed from new to closed.
  • resolution set to fixed.

Hi Gael,

I am going to apply your code.

Thank you

Regards

Diorgenes F. Grzesiuk


Add/Change #3429 (Disable border on images)




Change Properties
Action