Re: FOP-0.19 Release

2001-06-15 Thread Daniel Bradby
The dist looks great!! Especially tables and borders! Few small things that I noted were - runtests.bat has some conflicts in it causing a small "bad command or filename" msg - docs/examples has a few .runtests* files there - the changes file doesn't list 0.18 -> 0.19 I was also wondering wha

FOP-0.19 Release

2001-06-15 Thread Arved Sandstrom
Both the binary and source releases for FOP-0.19 are now in XML Apache Downloads (http://xml.apache.org/dist/fop/). I put only the tarballs up (gzip'ped tar) since anyone on Windows, Linux, UNIX etc etc can open those as easily as they can open ZIPs, the ZIPs are larger, and having duplicate a

Re: Displaying PDF output on IE 5.0..

2001-06-15 Thread Jesus M. Gómez-Caraballo S-V
Try to put ?algo.pdf at the end of your request and it will works. The problem is that IE doesn't look the setContentType attribute in a request... --- Prakash Kalidindi <[EMAIL PROTECTED]> escribió: > Hi > I am working on FOP-0.18.1 ,and i have problem > displaying the PDF output > on IE 5

cvs commit: xml-fop/docs/examples build.xml

2001-06-15 Thread arved
arved 01/06/15 17:11:33 Modified:docs/examples build.xml Log: hyphen.fo breaks; removed from testing Revision ChangesPath 1.17 +2 -2 xml-fop/docs/examples/build.xml Index: build.xml ===

Is it possible to validate from FOP

2001-06-15 Thread S. KONIGSDORFER AI/DI-A
Hello, I am just starting with FOP, and it seems that if the parsed XML document refers to a DTD, the document is not validated (by default at least) against the DTD. How can I turn validation on ? Please respond to [EMAIL PROTECTED]

SAX parsing

2001-06-15 Thread Thieler Jens
Hello *, I just tried FOP 0.19 on JDK 1.4. The imbedded Crimson parser caused trouble. So I switched back to JDK 1.3. Everything is fine with crimson-1.1 from 30-Jan-2001, but not any more with the recent nightlies. Everything is fine with xerces-1.2.3 that is bundled with the fop distribution.

Displaying PDF output on IE 5.0..

2001-06-15 Thread Prakash Kalidindi
Hi I am working on FOP-0.18.1 ,and i have problem displaying the PDF output on IE 5.0,it just displays a blank screen, But on IE 5.5 the PDF output is shown though!! Could there be any problem with IE 5.0 in invoking the Acrobat reader?? Is that i need to download some plugin to invoke Acrobat

FOP PDF/SVG

2001-06-15 Thread Luna
Hello,   I want to transform a XML file with SVG into PDF in an servlet. Like in your example FopServlet in docs/examples, I use org.apache.fop.apps.Driver.   When I use the command Line "java org.apache.tools.ant.Main svg-basicexamples" no problem. But when I use the Driver in my servlet wit

Multiple output files from single xml source file

2001-06-15 Thread Robert J. Lebowitz
I have just started working with FOP and XSLT in general.  I managed to create a couple of simple working examples, but discovered that FOP in its current form may not work for the application I had in mind.   My intention was to begin to use both XSLT and XSLT-fo to create HTML, PDF and hop

FOP support for CIDFonts - multibyte fonts

2001-06-15 Thread Leenaa
Hi,              I am using FOP to convert fo file to pdf file using servlets. My acrobat has support for Asian fonts like chinese traditional and chinese simlified fonts. But when i render a fo file to pdf file, i am not able to see the specfic language in pdf file. How can i use chinese traditio

Re: Redesign Questions

2001-06-15 Thread Bertrand Delacretaz
On Friday 15 June 2001 00:28, Arved Sandstrom wrote: > It would be useful to pin down precisely who wishes to work on what... I won't have time to help coding but will do my best to help with architecture and code reviews. > Hoping for feedback. I feel it becomes harder to follow the discussio

RE: Printing PDF using FOP...

2001-06-15 Thread Art Welch
Actually the output goes to an output stream. Unfortunately sending the output stream is a little platform dependent. On Windows 2000 I just open an OutputStream to the desired printer. Under Unix I exec an "lp" command and get the output stream for that: proc = Runtime.getRuntime().exec(

Book Review: Professional XSL, Wrox Press

2001-06-15 Thread Alex McLintock
Almost A Book Review: Professional XSL Published by Wrox 49.99 USD 38.99 UKP ISBN: 1-861003-57-9 Review by Alex McLintock I was quite pleased when I got this book for review: I thought it had a whole chapter on FOP. It doesn't. What it does have is a chapter on CSS and XSL:FO. I guess I do need

Re: Printing Using acrobat (was: Re: Printing PDF using FOP...)

2001-06-15 Thread Jeremias Maerki
> I forgot to emphasis that I am talkink about Windows. BTW, where can I > get description of command-line options and parameters of Arcrobat > Reader 5.0 for Windows? It's probably in one of those PDF lists on the page below: http://partners.adobe.com/asn/developer/acrosdk/docs.html Jeremias

Re: Nested table problems

2001-06-15 Thread Alex McLintock
For what it's worth I have seen *exactly* the same problem with 0.18-DEV-1 If I jumble the heights around I can get the second column (which is five short lines) to stay on the first page but quite often I create an fo file with one or more lines from the second column on the second page.) Sor

Printing Using acrobat (was: Re: Printing PDF using FOP...)

2001-06-15 Thread Petr Andrs
I forgot to emphasis that I am talkink about Windows. BTW, where can I get description of command-line options and parameters of Arcrobat Reader 5.0 for Windows? pa On 15 Jun 2001, at 16:13 Petr Andrs wrote about Re: Printing PDF using FOP... : > That is interesting, but how can I print with

RE: Tranformation to PDF using cocoon's FOP

2001-06-15 Thread Hema Rajan
I tried with 0.17 version, even then it does not work. Any more suggestions?? -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 6:16 PM To: [EMAIL PROTECTED] Subject: RE: Tranformation to PDF using cocoon's FOP In that case it is not implemen

Nested table problems

2001-06-15 Thread kfricovsky
Hi. I'm trying to create a PDF with two columns, using Like so... | | | | | | | | | | a | b | | | | | | | | | | I am nesting and other , as well as external graphics inside both column A

Re: Printing PDF using FOP...

2001-06-15 Thread Petr Andrs
That is interesting, but how can I print with displaying print dialog. In my java program I need to to print PDF generated by fop. I need to have print dialog displayed and I need acrobat to close automatically after printing. I tried acread32.exe /p "pdffile", which dispalys print dialog but

keep-together

2001-06-15 Thread Heidi Gerken
I have an multiple fo:blocks each containing 5 fo:list-blocks. I want each of the blocks to be kept together on a page. If the entire block, with it's 5 list-blocks can't fit on the page, I would like that entire block to move to the next page. I have placed keep-together.within-page="always" in t

Re: Printing PDF using FOP...

2001-06-15 Thread Maurice Rice
You can use the Acrobat reader to send a pdf file directly to your printer. Try building a command string using the information at http://marc.theaimsgroup.com/?l=fop-dev&m=9865403484&w=2. Execute the command using Runtime.exec(). - Original Message - From: "Hitesh Bagchi" <[EMAIL P

table keep-together

2001-06-15 Thread Falk
Hello, i have the following table: by using keep together the table should not be broken at the end of the page. FOP 0.17 doesn't give any error messages. But the table is split at the end of the page. How can I prevent the table from breaking ? Thanks a lot. Falk

RE: Tranformation to PDF using cocoon's FOP

2001-06-15 Thread Keiron Liddle
In that case it is not implemented in that version. You need about 0.17 or later (I think) On Fri, 15 Jun 2001 14:42:55 Hema Rajan wrote: > I am using cocoon 1.8 which inturn uses fop_0_13_0.jar. > > > What version of FOP is it using? > ---

RE: Tranformation to PDF using cocoon's FOP

2001-06-15 Thread Hema Rajan
I am using cocoon 1.8 which inturn uses fop_0_13_0.jar. -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 1:19 PM To: [EMAIL PROTECTED] Subject: Re: Tranformation to PDF using cocoon's FOP What version of FOP is it using? It works fine for m

Re: [Bug 2170] New: - Table Column overflow - endless loop

2001-06-15 Thread FOP-Support
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 12:56 PM Subject: [Bug 2170] New: - Table Column overflow - endless loop > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2170 > > *** shadow/2170 Wed Jun 13 21:56:55 2001 > --- shad

Re: Printing PDF using FOP...

2001-06-15 Thread Hitesh Bagchi
I downloaded a fresh set of code from the fop cvs and did find the PCLRenderer and the other latest source code. But as far I could make out PCLRenderer does not print to a printer instead it prints to a file in pcl format. Now in case of pcl as well I do have to send the output to the printer. So

Re: Background Image

2001-06-15 Thread FOP-Support
The back-ground image propert seems not yet supported. However I can try fixing it. give me a few days! regards seshadri FOP Support. www.mindfiresolutions.com/fopservices.html - Original Message - From: Chris Leak <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 5

Background Image

2001-06-15 Thread Chris Leak
Hello I'm trying to create a document with a background image and overlay the text, using Fop 0.17.0 Produces the warning property 'background-image' ignored. Any ideas to what I'm doing wrong? Thanks > Chris - To unsu

Re: cvs login

2001-06-15 Thread Keiron Liddle
If you get an "Unknown host xml.apache.org." error message then there is probably some sort of network problem. Possibly a firewall or proxy preventing you from seeing outside. On Fri, 15 Jun 2001 11:21:40 Raju Dave wrote: > I am using wincvs 1.10 and I am getting error as > > cvs -z9 -d :pserv

cvs login

2001-06-15 Thread Raju Dave
I am using wincvs 1.10 and I am getting error as cvs -z9 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic init "Unknown host xml.apache.org." I have confugured CVSROOT as [EMAIL PROTECTED]:/home/cvspublic and Authentication as Passwd file on CVS server.. Am i wrong somewhere?? I want to downl

Re: Tranformation to PDF using cocoon's FOP

2001-06-15 Thread Keiron Liddle
What version of FOP is it using? It works fine for me. On Fri, 15 Jun 2001 07:36:56 Hema Rajan wrote: > I have written a stylesheet to transform the xml file into a pdf file. > But > the header of the table is still missing. I have enclosed the stylesheet > (final-pdf.xsl), applied on the xml