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
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
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
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
===
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]
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.
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
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
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
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
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
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(
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
> 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
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
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
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
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
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
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
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
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
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?
>
---
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
- 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
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
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
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
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
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
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
31 matches
Mail list logo