RE: RE : RE : PDF-plugin: table layout

2004-07-12 Thread Jörg Schaible
Jörg Schaible wrote on Friday, July 09, 2004 5:54 PM:

 Heritier Arnaud wrote:
 
 Did you try to set the width of the row in the middle to 90% ?
 
 No, just the left and right one. I'll give it a try.

Thanks! Works now.

-- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE : PDF-plugin: table layout

2004-07-12 Thread Dion Gillard
On Fri, 9 Jul 2004 15:50:49 +0200, Heritier Arnaud [EMAIL PROTECTED] wrote:
 Actually the PDF plugin can't auto-resize columns (FOP limitation).
 If you want to specify a percentage (what I did for the pdf plugin properties doc : 
 http://maven.apache.org/reference/plugins/pdf/properties.html) you must to do it for 
 each cell in the first row.

Arnaud, 

I hate to be a stickler for detail, but that would make a great FAQ
for the PDF plugin docs.

Would you write it up? Or would you prefer I do it?
-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : RE : PDF-plugin: table layout

2004-07-12 Thread Heritier Arnaud
No you're right Dion.

I have a lot of work to do on the PDF plugin but I don't think that I will be 
able to do it before several weeks (certainly in august).
I began a FAQ for the plugin but a lot of thinks are missing (precentage for 
tables per example).
If you have the time to add some entries in the FAQ, you're the welcome.

Arnaud


 -Message d'origine-
 De : Dion Gillard [mailto:[EMAIL PROTECTED] 
 Envoyé : lundi 12 juillet 2004 09:03
 À : Maven Users List
 Objet : Re: RE : PDF-plugin: table layout
 
 
 On Fri, 9 Jul 2004 15:50:49 +0200, Heritier Arnaud 
 [EMAIL PROTECTED] wrote:
  Actually the PDF plugin can't auto-resize columns (FOP 
 limitation). If 
  you want to specify a percentage (what I did for the pdf plugin 
  properties doc : 
  http://maven.apache.org/reference/plugins/pdf/properties.html) you 
  must to do it for each cell in the first row.
 
 Arnaud, 
 
 I hate to be a stickler for detail, but that would make a 
 great FAQ for the PDF plugin docs.
 
 Would you write it up? Or would you prefer I do it?
 -- 
 http://www.multitask.com.au/people/dion/
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE : PDF-plugin: table layout

2004-07-09 Thread Jrg Schaible
Heritier Arnaud wrote:

 Actually the PDF plugin can't auto-resize columns (FOP limitation).
 If you want to specify a percentage (what I did for the pdf plugin
 properties doc :
 http://maven.apache.org/reference/plugins/pdf/properties.html) you must to
 do it for each cell in the first row.

Hmm. This is, what I did. I have 4 tables on the page (not nested, each in a
section) and I set the width of the left and right column in the th-tag to
5%. Unfortunately the resulting PDF was not readable anymore. Nearly every
row was on a new page and some text preceding the tables were gone
completely ... :(

-- Jörg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : RE : PDF-plugin: table layout

2004-07-09 Thread Heritier Arnaud
Did you try to set the width of the row in the middle to 90% ?

 -Message d'origine-
 De : news [mailto:[EMAIL PROTECTED] De la part de Jörg Schaible
 Envoyé : vendredi 9 juillet 2004 16:56
 À : [EMAIL PROTECTED]
 Objet : Re: RE : PDF-plugin: table layout
 
 
 Heritier Arnaud wrote:
 
  Actually the PDF plugin can't auto-resize columns (FOP 
 limitation). If 
  you want to specify a percentage (what I did for the pdf plugin 
  properties doc :
  http://maven.apache.org/reference/plugins/pdf/properties.html) you 
  must to do it for each cell in the first row.
 
 Hmm. This is, what I did. I have 4 tables on the page (not 
 nested, each in a
 section) and I set the width of the left and right column in 
 the th-tag to 5%. Unfortunately the resulting PDF was not 
 readable anymore. Nearly every row was on a new page and some 
 text preceding the tables were gone completely ... :(
 
 -- Jörg
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE: PDF plugin

2003-06-22 Thread dion
Is the fix for the PDF plugin available yet??

As far as I can tell this issue isn't in Jira. Can someone point out which 
one it is if it's already been raised?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au


Martin Skopp [EMAIL PROTECTED] wrote on 13/06/2003 06:27:34 PM:

 On Fri, 2003-06-13 at 04:59, [EMAIL PROTECTED] wrote:
  I have fix that works really really well, based on XSLT. I hope to
 get it finalized in the next week or so. 
 
 Yeah, please try to include it in RC1...
 -- 
 Martin Skopp
 Riege Software International GmbH
 Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
 
 This email is intended to be viewed with a nonproportional font.
 Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
 Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


Re: RE: PDF plugin

2003-06-12 Thread arjaquith
I have fix that works really really well, based on XSLT. I hope to get it finalized in 
the next week or so. It is part of a much broader PDF plugin overhaul that I've been 
working on for a while now. It is much more highly 'designed' than the current plugin, 
especially the tables (modeled after The Economist, if that helps to picture it). Will 
post to JIRA when it is done (I am also recovering from a hard disk crash at the 
moment...)

There are a few caveats with the tables -- namely, that column widths must be 
expressed in percentages rather than relative widths (1 2 3* etc.) or pixels. Also, 
the stylesheet at the moment requires that tables have thead elements.

Coming very soon...

Andrew

---Original Message---
From: [EMAIL PROTECTED]
Sent: 06/10/03 03:30 AM
To: Maven Users List [EMAIL PROTECTED]
Subject: RE: PDF plugin

 
 Try posting it in Jira. http://jira.codehaus.org/secure/Dashboard.jspa
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au


[EMAIL PROTECTED] wrote on 04/06/2003 06:42:06 PM:

 The stylesheet is a bit long to post here, is there a different way to
 submit this patch? Or shall I just post it here?
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
 [EMAIL PROTECTED]
 Sent: 4. j.n. 2003 07:55
 To: [EMAIL PROTECTED]
 Subject: Re: PDF plugin
 
 
 [EMAIL PROTECTED] wrote:
 
  Hi,
  At this moment I only have the answer to your first question. Yes, I 
  have the fix for producing the sublevels. I can post it a bit later 
  today, I'm at a different computer at the moment. It's just a small 
  modification on the xslt that comes with the plugin.
 That'd be great.
 
  By the way, does anyone have a fix for the table problem. When using 
  the PDF plugin the tables are skipped from the document. I am now 
  using a xslt that generates the tables also, but the columns all have 
  the same width. Does anyone know how to create auto-width columns 
  using FOP?
 I didn't think it was possible with the current fopbut I'm not 100% 
 sure. Even so, fixed width would be better than noneplease submit 
 the patches??
 
 -- 
 dIon Gillard, Multitask Consulting
 Blog:  http://www.freeroller.net/page/dion/Weblog
 Work:  http://www.multitask.com.au
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]