2011/1/9 Ian Walls <[email protected]>

<snip>



> This got me thinking about a potential alternative.  Perhaps we could offer
> a 4th Label Creator output option (in addition to PDF, CSV and XML), of
> HTML.  Using similar markup that we use for print holds and overdues, it may
> be possible to recreate the page on the browser window in a format that
> anyone can read (and if they can't, their local machine can install the
> necessary fonts or language packs).  There are numerous Print To PDF options
> for all kinds of browsers and platforms, so the end result could be the
> same, only without our code having to do the heavy PDF lifting.
>
> Does this sound like a feasible plan?  Am I missing any subtleties that
> would make this untenable?
>

I have already done work on an "html" print option the formatting of which
would be controlled by css. You can see my progress here:

http://git.koha-community.org/gitweb/?p=wip/koha-chris_n.git;a=shortlog;h=refs/heads/label-create-html

The work was begun some months ago and is cold a the moment, so you will
have to read through it to figure how it works. It is actually pretty far
along. Be warned that in its current state it breaks the pdf printing
capability. It is probably within less than 40 hours of completion.

My premise for starting this work was exactly that you have mentioned:
Browsers display unicode very well. From that point one can do whatever one
likes with the output.

Kind Regards,
Chris
_______________________________________________
Koha-devel mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to