I have searched the FAQ and the mail archive but could not find anything
useful.
Thanks in advance for answering this question.
I am using fop 0.20.4 (fop-0.20.4rc). I cannot use fop within a servlet.
I have tested with both tomcat 3.3.1 and Tomcat 4.
I get the following error message java.lan
Poor mime typing was the cause for this error.
Perhaps the PDF renderer could handle illegal mime types a little better.
-Original Message-
From: Keiron Liddle [mailto:[EMAIL PROTECTED]
Sent: Friday, November 22, 2002 2:13 AM
To: [EMAIL PROTECTED]
Subject: RE: FOPException 921600
On Fri
I fixed the problem below. When FTP'ing the style sheets to the mainframe,
I had to use binary mode instead of ascii.
Thanks to everybody for the replies!
Are there any tools that convert, for example, a
simple excel, word or other formats to a Fo format or to a xsl/fo format? This
can be very userful for the fixed part of a pdf document.
Thanks.
Paolo Beatrici
[EMAIL PROTECTED] wrote:
Hello,
I'm trying to run FOP 0.20.4 on an IBM OS/390 mainframe, running under Unix
System Services. I also use Saxon as the XML parser and XSL transformer.
I get this error:
[..]
I remember that when 0.20.4 came out, one of the changes was that it now
works on EBCIDC machi
Hi,
try to omit the "encoding" parameter of the tag OR set the correct
encoding. When you transferred the file from Windows to OS/390, ensure that
the right character conversion in ftp is set.
Markus
# -Ursprüngliche Nachricht-
# Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
# Gesend
Hello,
I'm trying to run FOP 0.20.4 on an IBM OS/390 mainframe, running under Unix
System Services. I also use Saxon as the XML parser and XSL transformer.
I get this error:
Error at byte 3 of
file:/u/tsryana/LMR/StandardRpts/xsl/StandardReportsPDF.xsl:
Error reported by XML parser: invalid U
Hello,
I´ve got a problem with rendering an fo-file to pdf using an embedded Fop.
I get the following exceptions.
[reports] [INFO] building formatting object tree
[reports] [DEBUG] setting up fonts
[reports] [ERROR] Unknown formatting object null^null
BUILD FAILED
java.lang.NullPointerE
Keiron,
On Friday 22 November 2002 14:31, Keiron Liddle wrote:
> The fix of course would be to set the options on the renderer, you
> can create the XMLRenderer yourself and set the options on it,
> then set the renderer on the driver.
thanks for this reply. I found the error. Will post a bug rep
What I meant was that an error could occur and an exception could be thrown.
If you catch the error and don't write a message to the output stream, you
get a blank browser window.
Exceptions do not have to happen every time. It could be something as simple
as a db query timeout that never allows y
On Friday 22 November 2002 14:26, Jeremias Maerki wrote:
> Mmm, probably, I think I remember some saying that Crimson doesn't
> work correctly. Namespace issues probably. Not sure.
I tried it on the command line, with classpath und java endorsed dirs
set. Does not help.
BTW: Sorry for mailing 3
I believe this problem is due to the options not being set on the XML
renderer or possible a particular option.
It then gets an npe.
The fix of course would be to set the options on the renderer, you can
create the XMLRenderer yourself and set the options on it, then set the
renderer on the driv
Mmm, probably, I think I remember some saying that Crimson doesn't work
correctly. Namespace issues probably. Not sure.
On 22.11.2002 14:19:50 Matthias Brunner wrote:
> On Friday 22 November 2002 13:39, Jeremias Maerki wrote:
> > The call to run() is not necessary. The transformation is started
>
On Friday 22 November 2002 13:39, Jeremias Maerki wrote:
> The call to run() is not necessary. The transformation is started
> when the SAX startDocument() is called by the XSLT Transformer.
This statement is not reached. The exception is thrown in the line
before (to make sure I deleted it - no
The call to run() is not necessary. The transformation is started when
the SAX startDocument() is called by the XSLT Transformer.
On 22.11.2002 13:33:23 Matthias Brunner wrote:
> Hello,
>
> I am trying to use FOP by firing SAX events:
>
> fopDriver.setOutputStream(System.out);
>
Hello,
I am trying to use FOP by firing SAX events:
fopDriver.setOutputStream(System.out);
fopDriver.setRenderer(fopDriver.RENDER_XML);
stylesheet.newTransformer().transform(
new DOMSource(source),
new SAXResult(fopDriver.ge
Mike,
You might also consider a know problem with IE and PDF files. If the PDF file
is smaller than 6K (or there abouts) IE ignores the Mime-Type and gives-up on
the response.
The result is a blank browser screen...
You need to set some headers in the HTTP response to force IE to act upon the
I use this:
install some CVS sofware
then
- checkout module "xml-fop", branch "fop-0_20_2-maintain" when commited
fixes there are
- run build when checkout id done
- use new build/fop.jar
Michal
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, November 2
I found your comment in
Bugzilla Bug 14319
Oops! I didn't mean to reply to FOP-list but to the sender only. Sorry for the
noise.
B.
> -Original Message-
> From: MAISONNY Benoit [mailto:[EMAIL PROTECTED]
> Sent: 22 November 2002 10:08
> To: '[EMAIL PROTECTED]'
> Subject: RE: [Wyonacms-users] XOpus
>
>
> Hi,
>
> If they want th
Hi,
If they want their product to be noticed by the Open Source community, maybe
they could begin by adding an entry for it on http://www.freshmeat.net. I
believe this is a primary source for finding such software. I have been looking
for such wysiwyg XML editor in the last few months and never
IE prior to 5.5 could not handle pdf if the request method was POST, for
those versions one must use a GET. Are you using GET or POST and are the
users that have problems in < 5.5?
Zahigian, Mike wrote:
I am using FOP embedded in a Servlet. Users trigger the servlet by clicking
a button on a we
Hi all,
Harald wrote:
Unfortunately FOP still isn't able to protect its generated PDF. If you want
to do that you have to use external tools like itext.
->That's means standard is that's not protected! So u can c'n paste! :)
-Ursprüngliche Nachricht-
Von: Harald Meyer [mailto:[EMAIL PROT
Thorsten Scherler wrote:
> Hi Vladimir,
>
> you can c'n paste from PDF! e.g. with Acrobat Reader 5.0 you can prevent
> c'n paste or allow it. you can set a password and so on. I am not sure
> whether you can tell fop to pass that properties? But I can c'n
> past my pdf!
>
> King regards
> Thorsten
On Fri, 2002-11-22 at 02:21, Koes, Derrick wrote:
>
> Oh yeah, here's the stack trace. Looks like ArrayIndexOutOfBounds, but I've
> been running this same code for weeks. Hmmm...
This looks like a threading problem with image loading.
I believe this is fixed and will be solved in the next relea
Hi Vladimir,
you can c'n paste from PDF! e.g. with Acrobat Reader 5.0 you can prevent
c'n paste or allow it. you can set a password and so on. I am not sure
whether you can tell fop to pass that properties? But I can c'n past my pdf!
King regards
Thorsten
Vladimir Sneblic wrote:
Thanks everyone
Thanks everyone for your feedback.
The reason I wanted to create HTML documents as well is simply because PDF
documents don't allow you to copy/paste parts of them. That's why if I have an
HTML representation as well I can copy-paste parts of the document from it.
(hope this makes sense)
Thank
Oh yeah, here's the stack trace. Looks like ArrayIndexOutOfBounds, but I've
been running this same code for weeks. Hmmm...
org.apache.fop.apps.FOPException: 921600
at org.apache.fop.apps.Driver.render(Unknown Source)
at org.apache.fop.apps.Driver.run(Unknown Source)
at
Does anyone know what this exception is or how it is caused?
Thanks,
Derrick
/**
* Contact information.
*/
public class INFO
{
static final String NAME = "Derrick Koes";
String title = "Senior Software Engineer";
String company = "Smith + Nephew Endoscopy";
URL companyURL =
29 matches
Mail list logo