Modify

Opened 16 years ago

Closed 16 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)

Change History (1)

comment:1 Changed 16 years ago by Diorgenes Felipe Grzesiuk

Resolution: fixed
Status: newclosed

Hi Gael,

I am going to apply your code.

Thank you

Regards

Diorgenes F. Grzesiuk

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Diorgenes Felipe Grzesiuk.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.