RE: refocusing fop-dev and fop-user?

2002-01-25 Thread Jens von Pilgrim
Title: RE: refocusing fop-dev and fop-user? Hello, I admit beeing a FOP user, therefor I'm asking FOP questions, too... I've subscribed this developer mailinglist because it was the only available mailing list. On http://xml.apache.org/mail.html is only the fop-dev listed - is there also

Re: refocusing fop-dev and fop-user?

2002-01-25 Thread Bertrand Delacretaz
On Friday 25 January 2002 10:26, Jens von Pilgrim wrote: >. . . > On http://xml.apache.org/mail.html is only the fop-dev listed - is there > also a user list? This is probably the cause - AFAIK fop-user is alive and kicking, just not listed in the proper places. Can anyone clarify the situation

saxon support writing mode??

2002-01-25 Thread Rikhil Jain
Title: RE: refocusing fop-dev and fop-user? I am working on XSL-FO to generated PDF format using saxon . I want that my output should be self-regulating  according to language . so I am using "writing mode" attribute in XSL-FO . but on changing attribute value output is not changing .Saxon s

RE: refocusing fop-dev and fop-user?

2002-01-25 Thread Arved Sandstrom
Yes, I'll ensure this happens. Arved -Original Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] Sent: January 25, 2002 5:35 AM To: [EMAIL PROTECTED] Subject: Re: refocusing fop-dev and fop-user? On Friday 25 January 2002 10:26, Jens von Pilgrim wrote: >. . . > On http://xm

Choice of a XSL-Fo processor

2002-01-25 Thread GISBERT Aurélien (DSIT-EX)
I have to do a comparison between the different existing XSL-Fo processors. I focused on these ones: -FOP, Apache -XEP, RenderX -Antenna House XSL Processor -PassiveTeX Could you give me their "good and bad parts"? Who support them? What are the aims of each one about the XSL specification? Fina

Re: Seeking Comments on Status of Project

2002-01-25 Thread alex
At 03:37 25/01/02, Matt Savino wrote: > > 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. If you ask this sort of question on any Apache project where Jon S Stevens is active you will

Re: Seeking Comments on Status of Project

2002-01-25 Thread alex
Pete Tribulski wrote: > > One of our primary tenets is "no beta software should be included in > > production applications". This is a problem statement for any open source software. Although a particular version may be called a "release" in Open Source circles this usually does mean that it is

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

2002-01-25 Thread Matthias Fischer
Images is -- still -- an undocumented mess. Sorry for the term, but this is my feeling. Matthias -Original Message- From: Tore Engvig [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 3:08 PM To: [EMAIL PROTECTED] Subject: RE: Embed high quality printable images in PDF with F

adding fonts...

2002-01-25 Thread Jochen . Maes
I want to add fonts (ttf) so i can render them to pdf. i allready tried a lot and this is my last hope :-] I made the xml frile from the ttf with the TTFReader then i added the XML file in the codegen folder. (together with the ttf file) in the userconfig.xml i added this for the arial font:

Re: Choice of a XSL-Fo processor

2002-01-25 Thread Betty Harvey
Aurelien: I recently went through this exercise. I evaluated FOP, XEP and AntennaHouse. I didn't evaluate PassiveTex. I started putting together analysis sheet together of the different products but haven't completed it yet. For commercial projects I think both XEP and Antenna House

RE: refocusing fop-dev and fop-user?

2002-01-25 Thread Matthew L. Avizinis
I noted this a couple times several months ago. > -Original Message- > From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 25, 2002 4:35 AM > To: [EMAIL PROTECTED] > Subject: Re: refocusing fop-dev and fop-user? > > > On Friday 25 January 2002 10:26, Jens von Pilg

Debug message on server console and setting the fonts correctly...

2002-01-25 Thread Anshuman
Hi !,         I have two questions for which I am seeking response.       1) Every time I run the Servlet example to create an PDF, I get the message on server as below:         WARNING: defaulted font to any,normal,normal        WARNING: unknown font sans-serif,bold,normal so de

problem in adding a new font

2002-01-25 Thread Maneshi Tuli
Hi , i have added a new font 'verdana' in my fop application , I generate fop in my java application. i changed userconfig file for this. things are running fine while display , when i print this file , if i print page by page , it prints fine , but when i print all pages together, my acrabat

Merge PDF Documents

2002-01-25 Thread Troy Bottger
Hi, I'm hoping to get some help using XSL and FO converting to PDF. I currently have the conversion happening correctly for a single XML to PDF, but what I have the need to do is take two XML's that have already been rendered into PDF and put them into one PDF document. I don't have the luxury

Re: Merge PDF Documents

2002-01-25 Thread Betty Harvey
There may be another answer but the way that I usually do this is through Adobe Exchange. It allows you to combine PDF files. Hope this help.s Betty /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Betty Harvey, XML Consultant,| Phone: 410-787-9200 FAX: 9830 Electr

RE: Debug message on server console and setting the fonts correctly...

2002-01-25 Thread Jim Urban
If you are using pre FOP .20.x do:     MessageHandler.setOutputMethod( MessageHandler.NONE ); otherwise do this:   import org.apache.log.*;import org.apache.log.output.io.FileTarget;import org.apache.log.output.io.StreamTarget;import org.apache.log.format.PatternFormatter;     In your clas

RE: Merge PDF Documents

2002-01-25 Thread Matthew L. Avizinis
Try using two page-sequences in your fo document. Process the first xml file in the first and the second xml file in the second. This way you could render only once. You'd probably have to make use of the document() function somewhere along the way. In my work, I usually have an outline xml fil

Re: Merge PDF Documents

2002-01-25 Thread alex
At 15:23 25/01/02, Troy Bottger wrote: >Hi, > >... take two XML's that have already been rendered into PDF and >put them into one PDF document. Dunno about free solutions but my FOP FAQ had http://www.pdfstore.com/mainpage.asp?WebPageID=1435 in it but it looks like that website has changed

RE: Merge PDF Documents

2002-01-25 Thread Stefan Weber
iText is able to do that. You can embedd it easily http://www.lowagie.com/iText/ (look at http://www.lowagie.com/iText/tutorial/ch01.html#tools for an Example implemetation) Stefan -Original Message- From: Troy Bottger [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 4:24 PM T

RE: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-25 Thread Rainer Garus
I have the following remarks to the (html-)documentation of FOP 0.20.3rc: 1. Readme / FOP Latest FOP version should be changed to 0.20.3. 2. Running FOP / Starting FOP As in section "Prerequisites" a hint to fop.bat/fop.sh should be given, for example: FOP can be easily invoked with the scri

RE: refocusing fop-dev and fop-user?

2002-01-25 Thread ewitness - Ben Fowler
>Yes, I'll ensure this happens. > >Arved > >On Friday 25 January 2002 10:26, Jens von Pilgrim wrote: >>. . . >> On http://xml.apache.org/mail.html is only the fop-dev listed - is there >> also a user list? > >This is probably the cause - AFAIK fop-user is alive and kicking, just not >listed in t

multiple output files

2002-01-25 Thread Matthew L. Avizinis
Hi all, A whole lotta help needed please: I need to write to a file all the 1) page-number-citations page numbers along with their corresponding ref-id's also the 2) last page of the pdf file being currently generated along with it's corresponding file name. If multiple pdf's are processed in

Re: refocusing fop-dev and fop-user?

2002-01-25 Thread Christian Geisert
Bertrand Delacretaz wrote: > On Friday 25 January 2002 10:26, Jens von Pilgrim wrote: > >>. . . >>On http://xml.apache.org/mail.html is only the fop-dev listed - is there >>also a user list? >> > > This is probably the cause - AFAIK fop-user is alive and kicking, just not > listed in the prope

Re: column-width as em

2002-01-25 Thread joseph . aloysius . gilvary
Karen, Thanks for looking into this. I did try to set the table width, at "100%" and (after accounting for margins, etc.) "9.85in" to no avail. My concern was not so much the warning message as the output PDF. I did try proportional-column-length(int), but I must have misunderstood it. I specif

RE: Merge PDF Documents

2002-01-25 Thread Troy Bottger
Thank you very much Stefan. The tool set found here is exactly what I was looking for. -Original Message- From: Stefan Weber [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 11:27 AM To: '[EMAIL PROTECTED]' Subject: RE: Merge PDF Documents iText is able to do that. You can emb

RE: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-25 Thread Arved Sandstrom
Thanks for the list. I wish you had come out with it a few days before I prepared the release candidate. :-) In any case it will come in useful over the next few days. Regards, Arved Sandstrom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rainer Garus

DO NOT REPLY [Bug 6042] New: - Linewraps elide data on lines with intermixed typefaces

2002-01-25 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

Clueless Newbie is lost!

2002-01-25 Thread ttg
Folks, I am writing a textbook on HTML, and want to include a chapter on XML. I am trying to get the following code (DocBook) to generate a PDF file. After a LONG struggle I managed to xsltproc to use my XML and get the HTML to render...but the PDF eludes me. Can y'all see anything wrong with

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

2002-01-25 Thread Jeff Kowalczyk
[Tore] If you're going to use JPEG images you're even luckier. Fop includes the image directly into the pdf document by using the pdf DCTEncode filter. Embedded ICC profiles are also supported for jpeg images (this is for the soon to be released Fop-0.20.3 version) [Jeff] Does that encode filter

Re: Seeking Comments on Status of Project

2002-01-25 Thread Matt Savino
Thanks Alex, point taken. I would love nothing more than to help with the redesign for the challenge and experience. I think FOP is a great project that the world needs yesterday. Unfortunately my company already has too much work for me and my clone, and there's no money in the budget for a third

Re: Seeking Comments on Status of Project

2002-01-25 Thread Matt Savino
Actually I am willing to volunteer a few hours a week towards anything the group needs done. I know it's not much, but if there's some admin or minor programming task that no one wants to do, etc. Matt Savino wrote: > > Thanks Alex, point taken. I would love nothing more than to help with > the

Re: Choice of a XSL-Fo processor

2002-01-25 Thread Matt Savino
Thanks Betty for filling in some of the blanks. (I was mixing up XEP and PassiveTex in a post I made earlier. I forgot XEP is RenderX.) I just had a couple of questions: Antenna House is Windows-only right? Do you think XEP's command line-driven approach would work within a J2EE internet applic

Re: Choice of a XSL-Fo processor

2002-01-25 Thread Patrick Andries
Matt Savino wrote: >Thanks Betty for filling in some of the blanks. (I was mixing up XEP and >PassiveTex in a post I made earlier. I forgot XEP is RenderX.) > >I just had a couple of questions: > >Antenna House is Windows-only right? > >Do you think XEP's command line-driven approach would work

Re: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-25 Thread Peter B. West
Arved, The files are available at