Export reports to HTML with Image?
Phil Longstaff
plongstaff at rogers.com
Fri Sep 25 22:35:42 EDT 2009
On September 25, 2009 10:26:07 pm 陈伟 wrote:
> Is there any plan to develop this function?
>
> <chenwei> Hi, when I export the report to HTML, there is only text but
> no images such as Expense Barchar. What should I do?
> <jsled> no.
> <jsled> the reports are "just" html.
> <jsled> the images when you view the reports in the app are actually
> <object> tags that the app tells the HTML renderer to let the app
> handle.
> <jsled> (and generates the appropriate image)
> <jsled> when you Export the report, it *only* exports the html.
> <jsled> not the <object>s or images they generate.
> <jsled> just the raw html
> <jsled> I don't even know how it handles those objects
> <jsled> in any case, it all sucks.
This is true with 2.2.9. With 2.3.X/2.4, we have introduced the webkit HTML
renderer. With this version, the images are embedded in the html, so you are
able to export them.
Phil
More information about the gnucash-devel
mailing list