Re: Embedding fonts - works from command line FOP but not in Coco on 2

2002-02-17 Thread Jeremias Maerki
> The user config file is getting loaded (seen this in the log file). But for > some reason, the font is not getting embedded. > > I have a question on the way fonts are treated in FOP. Other pdf generators > allow us to specify whether fonts need to be embedded or referenced in the > pdf file. I

Re: Integrating Tree into FO tree handling

2002-02-17 Thread Bertrand Delacretaz
On Sunday 17 February 2002 06:07, Peter B. West wrote: >. . . > FOTree maintains the property stacks with the initial value, current > value and history of the properties being defined on elements of the > FO Tree. It also implements Runnable, and its run() method is the > source of the FoTreeBui

cvs commit: xml-fop/docs/examples/embedding FopPrintServlet.java

2002-02-17 Thread chrisg
chrisg 02/02/17 15:22:31 Added: docs/examples/embedding Tag: fop-0_20_2-maintain FopPrintServlet.java Log: added "Printing from a servlet" example Submitted by: Ralph LaChance <[EMAIL PROTECTED]> Revision ChangesPath No revi

cvs commit: xml-fop/src/org/apache/fop/pdf PDFDocument.java

2002-02-17 Thread chrisg
chrisg 02/02/17 15:14:10 Modified:src/org/apache/fop/image Tag: fop-0_20_2-maintain FopImageConsumer.java src/org/apache/fop/pdf Tag: fop-0_20_2-maintain PDFDocument.java Log: Merged two bugfixes from main branch: fix

cvs commit: xml-fop/src/org/apache/fop/fo/expr LabelEndFunction.java

2002-02-17 Thread chrisg
chrisg 02/02/17 11:53:36 Modified:src/org/apache/fop/datatypes Tag: fop-0_20_2-maintain LinearCombinationLength.java src/org/apache/fop/fo/expr Tag: fop-0_20_2-maintain LabelEndFunction.java Log: make sure label-end() v

cvs commit: xml-fop/hyph el.xml hu.xml

2002-02-17 Thread chrisg
chrisg 02/02/17 15:01:25 Added: hyph Tag: fop-0_20_2-maintain el.xml hu.xml Log: added hungarian hyphenation Submitted by: Simon Geza <[EMAIL PROTECTED]> added greek hyphenation Submitted by: Dimitris Kamenopoulos <[EMAIL PROTECTED]> Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/mif MIFDocument.java

2002-02-17 Thread chrisg
chrisg 02/02/14 09:40:52 Modified:src/org/apache/fop/mif Tag: fop-0_20_2-maintain MIFDocument.java Log: temporary fix for MIF renderer Revision ChangesPath No revision No revision 1.3.2.2 +7 -

RE: Fillable pdf's

2002-02-17 Thread Satish_Gunda
If you are referring to pdf forms, no, you can't generate using FOP :-( Satish -Original Message- From: Suhail Rashid [SMTP:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 10:36 AM To: [EMAIL PROTECTED] Subject:Fillable pdf's

Fillable pdf's

2002-02-17 Thread Suhail Rashid
Hi, Is there a way of generating fillable PDF's using XSL and FOP??? Thanks, Suhail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Embedding fonts - works from command line FOP but not in Coco on 2

2002-02-17 Thread Satish_Gunda
The user config file is getting loaded (seen this in the log file). But for some reason, the font is not getting embedded. I have a question on the way fonts are treated in FOP. Other pdf generators allow us to specify whether fonts need to be embedded or referenced in the pdf file. If referenced

Re: REDESIGN: where I have been hiding

2002-02-17 Thread Peter B. West
Karen, It's good to hear from you. In answer to your question, "Yes please," personally speaking. I would like to hear, inter alia, about the timing of property resolution. Peter [EMAIL PROTECTED] wrote: >I'm happy to see that we seem to be getting some new blood in the group >and I applau

CFP: O'Reilly Open Source Convention XML (II).

2002-02-17 Thread dirkx
CALL FOR SPEAKERS (repeat call) O'Reilly Open Source Convention Sheraton San Diego Hotel and Marina July 22-26, 2002 -- San Diego, CA Call for Participation - XML track Proposals Due: March 1, 2002 The theme of this year's Open Source Convention is "Doing More With Less." This h

REDESIGN: where I have been hiding

2002-02-17 Thread klease
Hi all, As you may have noticed I've been quite sllent for a while now. It's not for lack of interest but as usual for want of time. I've started a project at work which is going to be eating most of my time and energy for at least a couple of months more. I'm happy to see that we seem to be get

cvs commit: xml-fop/src/org/apache/fop/fo/pagination Region.java RegionAfter.java RegionBefore.java RegionBody.java RegionEnd.java RegionStart.java SimplePageMaster.java

2002-02-17 Thread klease
klease 02/02/17 13:59:30 Modified:src/codegen foproperties.xml src/org/apache/fop/area BodyRegion.java RegionReference.java src/org/apache/fop/fo PropertyManager.java src/org/apache/fop/fo/pagination Region.java Regio

DO NOT REPLY [Bug 6094] - 0.20.3rc hangs in endless loop

2002-02-17 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

Integrating Tree into FO tree handling

2002-02-17 Thread Peter B. West
For those of you who were here when my Tree class was discussed, here is the latest on the integration of that datastructure into the expression of the FO Tree. The initial structure is a Tree class with a member class Node. (Node itself has a number of Iterator member classes.) Class FOTree