To Run the FOP and see the output in PDF through IE or Netscape browser.
Jar files from FOP lib directory, Adobe Acrobat Reader(is read only O.K,
and which version?),
Plugins for IE and Netscape(Isn't default when you install Adobe's Acrobat
Reader?),Java 1.3(I am having this version)..
Anything
I attempted to turn off logging by adding the following to my servlet init
routing:
MessageHandler.setOutputMethod(MessageHandler.NONE)
However, I still get all this stuff. I've search and trying to figure out
how to configure the servlet/webapp to not print all this information. Is
there a way
Eric Smith wrote:
I tried implementing this with two page-master's but failed-
could someone please pass me the code to implement this.
http://www.w3.org/1999/XSL/Format";>
Stuf
DuCharme, Bob (LNG) wrote:
When I call the fop.bat that comes with fop-0.20.3 using a very simple
"hello world" formatting object file in the same directory as fop.bat, I get
an error that says (in its entirety) "Don't know what to do with" no matter
what parameters I supply. This is under Win98, a
Jack Donohue wrote:
Is there any way to force FOP to underline a string, even if it is composed
entirely of blank characters? I'm using fop-0.20.3, if that matters.
Try something which results in
_
The first is the underline character, the last a non breaking
space.
J.Pietsch
Balaji Loganathan wrote:
Ofcourse this is a XSL question.
Then it should be asked on the XSL list
http://www.mulberrytech.com/xsl/xsl-list/
Does using
import/include increases the processing speed.
No.
J.Pietschmann
Mirko Sertic wrote:
After the renderer has done its work, i want to delete my temp
files. I can delete every temp file except the image files!!!
(the java java.io.File.delete() method gives a false as return
value, so the the file is not deleted and is still alive in
my temp dir!!!).
The files are
Hello Everyone,
This is for those of you who are interested in running FOP under Java
1.1.8. I am successfully using version 0.17 in a servlet running on a
Domino R5 Server. It was really not that hard to get going. The only real
difficulty was in conforming to the version of FO-XML supported
bonsigno wrote:
Hi,
I had writen a servlet who generates a dynamic PDF document with a long
elaboration time (some minutes).
In the mean time the client browser that had made the servlet request,
shows the errors "HTTP 500 - Internal server error" or "Unable to find
the server or DNS error".
The se
Patrick Lanphier wrote:
What's the cleanest way to embedded a PDF inside a PDF file using FOP?
You'll probably have to implement an extension element or an
image handler. Alternatively, try iText http://www.lowagie.com
to mix arbitrary PDF, including PDF generated by FOP and your
existing PDF.
J.Pi
What's the cleanest way to embedded a PDF inside a PDF file using FOP?
Thanks much for the help.
Patrick Lanphier
The Artemis Group
http://www.artemisgroup.com
phone: 814-235-0444
fax: 800-582-9710
When I call the fop.bat that comes with fop-0.20.3 using a very simple
"hello world" formatting object file in the same directory as fop.bat, I get
an error that says (in its entirety) "Don't know what to do with" no matter
what parameters I supply. This is under Win98, and the same fo input file
w
Hello!
For the people interested in faxing using xsl-fo and FOP I'm happy to announce
TIFFRenderer for FOP. The homepage is at
http://www.tkachenko.com/fop/tiffrenderer.html and here is some info:
TIFFRenderer for FOP, version 0.9
TIFFRenderer is a small Java library extending Apache's FOP by provi
Hi Abhijit,
Looks like it might be in a recursive mode or something.
I am not totally aware of this kind or problem ,but how big is your
document ?
Are you using the combination of xml and xsl filer or just the fo file to
print out in PDF?
naveen
Hi all.
Is there any way to force FOP to underline a string, even if it is composed
entirely of blank characters? I'm using fop-0.20.3, if that matters.
I have a template which produces an underlined, fixed-length string in my
pdf doc. It pads the string with spaces if necessary to make it the d
hi there !!
i am getting out of memory error when i try to process a very large document
containing a single fo:page-sequence tag a single fo:table tag. i have gone
thru the mailing list looking for some solution to this problem but though the
problems are similar i am not able to figure out th
Guys have any of you used page borders with FOP, I can't get it to render
them yet if I try my XSL-FO in Antenna House's evaluation package they are
rendered as you would expect. Does FOP not implement this yet, I'm using
0.20.3
John
you could write :
You will get the image embeded in the pdf.
- Bh
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 07, 2002 9:03 AM
To: [EMAIL PROTECTED]
Subject: What about streams in a fo-file?
Hello,
Balaji Loganathan wrote:
Ofcourse this is a XSL question.
I beleive xsl-list maillist (http://www.mulberrytech.com/xsl/xsl-list) is a
better place for xslt-related questions.
Does using
import/include increases the processing speed.
I don't think so, these facilities (like in others languages)
Hi,
Ofcourse this is a XSL question.Does using
import/include increases the processing speed.
I'm using Xalan and Fop.
I tried importing a xsl with 43 variables instead of
declaring them inside the main xsl.I didn't see any
processing speed difference,I used my stop watch :-)
to chk it.
Regards
Perhaps not a direct solution - but for large documents I try to kick off
the process asyncronously with JMS. I have also found- due to unreliable
browser rendering of pdf documents that storing the generated document as a
file in a temporary directory works well. Because there is an asyncronous
I tried implementing this with two page-master's but failed-
could someone please pass me the code to implement this.
thanx
--
Eric Smith
Does it work in Netscape? It is probably the very annoying bug in Internet
Explorer
there is a lot of information in the fop-user archives, e.g.:
http://marc.theaimsgroup.com/?l=fop-user&m=101898344218255&w=2
http://marc.theaimsgroup.com/?l=fop-user&m=101900052502730&w=2
You could try:
http://loc
Hi,
I had writen a servlet who generates a dynamic PDF document with a long
elaboration time (some minutes).
In the mean time the client browser that had made the servlet request,
shows the errors "HTTP 500 - Internal server error" or "Unable to find
the server or DNS error".
The servlet elaboratio
Hi there again.
I'm running my FOP formatter in a java standalone application
and let it render PDF's the hole day.
It acts like a converter-server. Clients are giving it the xml
and xsl file and the formatter does the rest.
Sometimes it has also to render some images into the pdf file.
These fi
i'm using the SimpleServlet which was posted prior (and attached).
it works great with a .fo
http://localhost:8088/fop/fop?fo=c:/dev/tmp/table.fo
the trouble i'm seeing is this. using a very simple .xsl and .xml, the
output is not getting sent to the outputstream, *however* the PDF is getting
gen
26 matches
Mail list logo