refocusing fop-dev and fop-user?

2002-01-24 Thread Bertrand Delacretaz
I see a lot of posts going to fop-dev that really belong to the fop-user mailing list. Should we do something about it (I'd like to)? If yes how best to do it - polite "please ask there" messages, having the list moderated for a while, ? - Bertrand --

Re: need help about adding fonts

2002-01-24 Thread Jeremias Maerki
Tony You've probably added an "embed-file" attribute in the user config file. This embeds the font in the PDF. Just remove it and your PDF should shrink again. Not embedding a font means that the viewer of the PDF will have to have the particular font installed on his system. But why do you go t

Help with footer only on first page - please help

2002-01-24 Thread Dudley . Butt
Hi all, Could someone please help me with the correct way to implement a footer only on the first page? Thanx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Seeking Comments on Status of Project (testing)

2002-01-24 Thread Bertrand Delacretaz
On Friday 25 January 2002 00:12, [EMAIL PROTECTED] wrote: > . . . > I am involved with the approval process for bringing new technology into > our company. We have several development groups who have seen the FOP > engine and would like to include it their applications. > . . . > One of our prim

Re: Seeking Comments on Status of Project (jfor integration)

2002-01-24 Thread Bertrand Delacretaz
(cc to [EMAIL PROTECTED] - fyi) On Friday 25 January 2002 00:12, [EMAIL PROTECTED] wrote: > . . . > I see some notes about the inclusion of jfor (RTF output) into the FOP > project. I think that would be really cool, and speaks very well of the > effort put in thus far. Anyone care to comment on

Re: Seeking Comments on Status of Project

2002-01-24 Thread Matt Savino
Arved, thanks for the status update. Looking forward to .20.3, and would love to get a rough, non-binding idea when the redesign might be accomplished. FYI, here's what I gleaned from looking into the three alternate solutions you mentioned. I would love to hear more details/corrections from the

RE: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-24 Thread Arved Sandstrom
I'll keep this in mind for this weekend. Thanks. Arved -Original Message- From: Ralph LaChance [mailto:[EMAIL PROTECTED]] Sent: January 24, 2002 7:45 AM To: [EMAIL PROTECTED] Subject: RE: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available Arved et al, Any interest in including the

Re: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-24 Thread Peter B. West
Arved, I have set up a book with my xml. It will require changes to xml-fop/docs/xml-docs/fop.xml and to xml-fop/build.xml. I'll prepare -u diffs for both. One question about the xml: when I was writing the xml files, I used to allow me acces to the dtd for editing. Is there a way to sp

RE: Seeking Comments on Status of Project

2002-01-24 Thread Arved Sandstrom
Hi, Pete I think that it would be most accurate to say that there is a relatively stable core of features - the feedback on this list has been that people do indeed use FOP, and reliably so, in production. But there are definitely limitations - both lack of some XSL-FO features and also issues re

Seeking Comments on Status of Project

2002-01-24 Thread ptribulski
First off, thank you for what looks like a fantastic effort. I admire (and am envious of) each of you who have found the time to contribute to such a valuable project. I am involved with the approval process for bringing new technology into our company. We have several development groups who hav

Re: column-width as em

2002-01-24 Thread Karen Lease
Hi Joseph, I think it will work if you set a width on your table. Try width="100%". The message is a little obscure: it means the number of millipoints (1/1000ths of points) which is the sum of your column widths is greater than the specified inline-progression-dimension which isn't set to anyth

SVG Problem with FOP

2002-01-24 Thread Scott Moore
I'm trying to embed the following SVG into my XSL-FO and run it thru FOP.  Although the SVG looks fine using Adobe's SVG viewer, I get an error (below) from FOP.  Apparently, it doesn't like the url() reference to the .  How can I get this to work?   Thanks for any help, Scott     http://ww

RE: scaling of graphics

2002-01-24 Thread Greg Letendre
Raimund, I had this same problem and I resolved it by accessing this reference: http://www.dpawson.co.uk/xsl/sect3/bk/ch09.html The concept I was missing was that of the viewport.  Here is what helped me: "The height and width properties (or the writing-mode neutral equivalents, block-prog

need help about adding fonts

2002-01-24 Thread tony
hi, I followed the procedure to add fonts through the userconfig.xml. But i am facing a problem, the pdf output file's size increases a lot. I have a .fo file which outputs a pdf file of 6kb. If i add support for 'Times New Roman' the file size increases to 35kb. Can u tell me the reason ? Thank

Re: inserting unicode checkbox characters

2002-01-24 Thread ewitness - Ben Fowler
>I'm trying to add some Unicode check boxes to a PDF document created by FOP. >If I use ☐ or ☒ then only a pound sign (#) is printed where I >expect the check boxes to appear. I tried setting the XML encoding to UTF-16 >in my XSL document, like this: I think that I have met the same problem, whic

DO NOT REPLY [Bug 6009] New: - broke in 0.20.3rc: Error:null

2002-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Embed high quality printable images in PDF with FOP?

2002-01-24 Thread Tore Engvig
> I'm sure this has been discussed before, but I would like to know > whether FOP can embed images at full resolution and with no additional > compression into PDF. Yes and no. I don't think you can remove additional compression without changing code in fop, but it shouldn't matter as the compre

Changes to XML parsing methods

2002-01-24 Thread Peter B. West
Dear readers, I have added some methods to XMLEvent.java to make usage a bit easier, mainly: getStartElement(SyncedCircularBuffer events, LinkedList list) expectStartElement(events, list) The objects in list essentially contain a URI and local name, and the methods return the first start elem

Different rendering depending on printers

2002-01-24 Thread Thierry Gounelle
Hi all, I have the following problem : I'm using FOP 20.2 to render PDF docs. When I print the document on our printer (Minolta DI351) everything looks fine, but when I print it on a HP LaserJet 4050, the all document shifts down and right. I think it's margin problem but I'm not sure how to solv

Embed high quality printable images in PDF with FOP?

2002-01-24 Thread Jeff Kowalczyk
I'm sure this has been discussed before, but I would like to know whether FOP can embed images at full resolution and with no additional compression into PDF. I need to make a printable photo-book output with a grid from 1,4,16,etc. digital camera pictures on various paper sizes. The application

[GUMP] Build Failure - Fop

2002-01-24 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init-avail: init-filters-xalan2: [copy] Copying 1

scaling of graphics

2002-01-24 Thread Raimund Kammering
Hi everybody, this is my first question here in this mailing list and i hope it is not off topic: I want to format an XML file for printing. Since the graphics in that were referenced in this file are very big i wanted to scale them to a given percentage (let say 80%). To do this i tried:       c

RE: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-24 Thread Ralph LaChance
Arved et al, Any interest in including the printing servlet example I submitted last week: ...\examples\FopPrintServlet It doesn't appear to be in the current rc. ' Best, -Ralph LaChance - To uns

Re: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-24 Thread Peter B. West
Arved, Ok. I'll just have to find out how to integrate my docs, which are at the top level, into the existing top-level elements. Keiron said soemthing about creating a book. If anyone has done this, and has a short recipe, I would be grateful. Otherwise I'll sort it oout and get back to

RE: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-24 Thread Arved Sandstrom
Don't see why not, Peter. If you provide me with a precise list of instructions (what to get, where, and the location that you would like to see them go in html-docs) I will make that happen this weekend. I think we are looking at early next week for the actual release. I can do the getting...I h