DO NOT REPLY [Bug 45759] [PATCH] Internal PDF links from included SVG graphics

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #9 from Glenn Adams gad...@apache.org 2012-04-11 03:21:00 UTC ---
increase priority for bugs with a patch

-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759

--- Comment #8 from Glenn Adams gl...@skynav.com 2012-04-07 01:43:50 UTC ---
resetting P2 open bugs to P3 pending further review

-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

   Priority|P2  |P3

-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2008-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759





--- Comment #6 from Johannes Neubauer [EMAIL PROTECTED]  2008-10-06 23:07:28 
PST ---
Created an attachment (id=22676)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22676)
The cut text is highlighted with a red sphere


-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2008-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759





--- Comment #7 from Johannes Neubauer [EMAIL PROTECTED]  2008-10-06 23:08:29 
PST ---
Please ignore the new attatchement. Wrong bug.


-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759





--- Comment #1 from Stefan Bund [EMAIL PROTECTED]  2008-09-08 01:58:08 PST ---
Created an attachment (id=22538)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22538)
patch against r693020 fop 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.


DO NOT REPLY [Bug 45759] [PATCH] Internal PDF links from included SVG graphics

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759


Stefan Bund [EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #22538|text/plain  |application/octet-stream
  mime type||
  Attachment #22538|1   |0
   is patch||




-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759


Stefan Bund [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2008-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759


Stefan Bund [EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #22538|application/octet-stream|application/x-gzip
  mime type||




-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2008-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759





--- Comment #4 from Jeremias Maerki [EMAIL PROTECTED]  2008-09-15 10:23:36 
PST ---
Created an attachment (id=22576)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22576)
Counter-proposal (incomplete)

As Adrian noticed, PDFGraphics2D must not have a dependency on PDFRenderer
since this class is also used in the PDFTranscoder (for SVG to PDF rendering)
where there is no PDFRenderer instance. That's indirectly what I meant by
subclassing the PDFAElementBridge and PDFANode. I've create a counter-proposal
for this which moves the link generation into the PDFSVGHandler which is used
by the PDFRenderer to create in-page SVGs. Parts of the patch are still from
your original patch. What's still missing here is a clean way to track the
locations of all FOs with an ID as discussed already. This should really be
possible without creating a destination object for each such ID. I hope this
helps to bring this further.


-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2008-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759





--- Comment #2 from Adrian Cumiskey [EMAIL PROTECTED]  2008-09-08 06:53:19 
PST ---
Hi Stefan,

I am pretty busy at the moment but I have just taken a quick look at your patch
without trying it out.

My first thoughts are to remove the PDFGraphics2D dependency on the
PDFRenderer.  You should be able to just use the PDFDocument member variable to
create a PDFFactory and then call makeLink() to make an internal link
and then use a PDFRendererContext to get the currentPage object so you are able
to call addAnnotation() from within the PDFGraphics2D implementation.  It would
be great if you could revise your patch a little.

Hope this makes sense :).

Adrian.


-- 
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 45759] [PATCH] Internal PDF links from included SVG graphics

2008-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759





--- Comment #3 from Stefan Bund [EMAIL PROTECTED]  2008-09-08 08:17:02 PST ---
My problem is, I have absolutely no experience with Apache-FOP, so atm,
everything you try to explain is chinese to me. The other problem is, I just
got a new project and will be busy working on that ...

OTOH, I'd love to get the patch into shape. Maybe further discussion on this
should move again to the thread on senf-dev since I'd have to ask some more
questions on how Apache-FOP works ...


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