DO NOT REPLY [Bug 46705] [PATCH] Enhancement: PDF Accessibility

2009-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46705





--- Comment #15 from Jost Klopfstein jost.klopfst...@gmail.com  2009-02-19 
02:23:01 PST ---
Created an attachment (id=23278)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23278)
added compiled stylesheets for improved performance in server environments
(suggested by Jeremias)


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46705] [PATCH] Enhancement: PDF Accessibility

2009-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46705


Jeremias Maerki jerem...@apache.org changed:

   What|Removed |Added

  Attachment #23250|0   |1
is obsolete||




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46705] [PATCH] Enhancement: PDF Accessibility

2009-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46705


Jeremias Maerki jerem...@apache.org changed:

   What|Removed |Added

  Attachment #23261|0   |1
   is patch||
  Attachment #23261|0   |1
is obsolete||




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46705] [PATCH] Enhancement: PDF Accessibility

2009-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46705


Jeremias Maerki jerem...@apache.org changed:

   What|Removed |Added

  Attachment #23262|0   |1
   is patch||
  Attachment #23262|0   |1
is obsolete||




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46705] [PATCH] Enhancement: PDF Accessibility

2009-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46705





--- Comment #16 from Jeremias Maerki jerem...@apache.org  2009-02-19 11:58:34 
PST ---
I've applied the patch (2009-02-19 02:23 PST) to a new branch as discussed
(with modifications). The code is now under:
https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility
http://svn.apache.org/viewvc?rev=745949view=rev

I'll continue working on the code when my batteries are filled again.

Jost, thanks a lot for your work here. This is great new functionality. It will
still take a bit to polish a few areas. I hope to see you become a regular
contributor now that the hardest part is over. Please don't hesitate to publish
follow-up patches against the branch (or trunk if you have other ideas). I'll
keep the issue here open until we've adressed all the feedback, after which
we'll see to merging this into trunk.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


Help for svg on IBM AIX

2009-02-19 Thread Bibhu_Das
Dear All,
I have installed the X11 libraries for displaying bar graphs which is done by 
svg fo:instream-foreign-object.
Can I know the name of specific libraries for displaying svg bar graphs.

Thanks and Regards

Bibhu Das
Telephone: 04030652887
Mobile: 9951593210




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.


Re: Help for svg on IBM AIX

2009-02-19 Thread Max Berger
Dear Bibhu Das,

you have addressed the wrong mailing list. This list is about
development of fop. For usage problems, please send an email to fop-user.

Bibhu_Das schrieb:
 I have installed the X11 libraries for displaying bar graphs which is
 done by svg fo:instream-foreign-object.
 Can I know the name of specific libraries for displaying svg bar graphs.

For SVG you need the batik libraries, which are part of the fop standard
distribution. So the problem here seems to be something else. Please add:
- a minimal .fo file which shows your problem
- the exact output when you run fop

 Thanks and Regards
 Bibhu Das

Max

-- 
http://max.berger.name/
OpenPGP ID: C93C5700 Fpr: AB6638CE472A499B3959 ADA2F989A2E5C93C5700



signature.asc
Description: OpenPGP digital signature


Re: Help for svg on IBM AIX

2009-02-19 Thread Jeremias Maerki
Please send questions about FOP to the fop-us...@xmlgraphics.apache.org
list in the future. Thanks.

If you just want to display SVG images, that requires Apache Batik in
the classpath. Batik is bundled with FOP.

I currently know of no FOP extensions that would allow to add bar graphs
(you mean charts, right?) in a special XML dialect as part of an
fo:instream-foreign-object. So that means you have to generate SVG
graphics from bar graphics using a third-party tool. You can find a
number of those under:
http://java-source.net/open-source/charting-and-reporting
Or you use Google's Chart API, for example:
http://code.google.com/apis/chart/ (but that doesn't support SVG)


On 20.02.2009 07:34:01 Bibhu_Das wrote:
 Dear All,
 I have installed the X11 libraries for displaying bar graphs which is done by 
 svg fo:instream-foreign-object.
 Can I know the name of specific libraries for displaying svg bar graphs.
 
 Thanks and Regards
 
 Bibhu Das


Jeremias Maerki