Re: Making Links in PDF

2009-02-20 Thread useratnab
. Take a look at the Table 8.2 in the PDF specification 1.4 on page 475. That shows you what is possible. On 19.02.2009 13:29:52 useratnab wrote: I've tried to change the destination from String pdfdest = /FitR + dest; to String pdfdest = /Page /Next; but this won't do it. I guess I

Re: Making Links in PDF

2009-02-19 Thread useratnab
directly from the Subversion repository. On 18.02.2009 14:28:06 useratnab wrote: Hey, first of all I gotta say: a big thanks to you and your support, I got some things fixed, I thought I'd never find the answer for :confused: But unfortunately there's still the Cannot reference this object

Re: Making Links in PDF

2009-02-19 Thread useratnab
I mentioned. You'll have to use the latest FOP Trunk directly from the Subversion repository. On 18.02.2009 14:28:06 useratnab wrote: Hey, first of all I gotta say: a big thanks to you and your support, I got some things fixed, I thought I'd never find the answer for :confused

Re: Making Links in PDF

2009-02-18 Thread useratnab
to the /FitR function) as dest parameter into addLink(), it should work. But specifying the function itself will lead to errors in Acrobat Reader. Patches to improve that (and above SVG problem) are welcome. On 13.02.2009 12:05:17 useratnab wrote: Hello, I get an Exception in thread AWT

Re: Making Links in PDF

2009-02-18 Thread useratnab
0 595 842, PDFLink.INTERNAL); What fop are you using? Is that SVG #svgView(viewBox()) bug-fix necessary, you mentioned earlier? Thanks again Tim Jeremias Maerki-2 wrote: On 18.02.2009 11:54:04 useratnab wrote: Hey Jeremias, thanks for looking on it. My intension is to add some

Making Links in PDF

2009-02-13 Thread useratnab
Hello, I get an Exception in thread AWT-EventQueue-0 java.lang.IllegalArgumentException: Cannot reference this object. It doesn't have an object number Is there somehting wrong with using addLink? pre PDFDocumentGraphics2D pdf2D; AffineTransform Tx = new AffineTransform( 1, 0, 0, 1, 0, 0);

AffineTransform on 2nd page

2009-01-21 Thread useratnab
Hello, I'm trying to load a schematic xml and this works fine, until the point where a second page with text output should be created. The Text is always on different positions and sometimes turned around. How can I specify a diffrebt transformation on a second PDF page: private