DO NOT REPLY [Bug 5848] - NullPointerException in InputHandler.createParser

2002-01-14 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_bug.cgi?id=5848

NullPointerException in InputHandler.createParser





--- Additional Comments From [EMAIL PROTECTED]  2002-01-14 23:36 ---
Are you sure a JAXP 1.1 compatible XSL transformer (ex. Xalan) is in your 
classpath?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: fo document as output

2002-01-14 Thread Jeremias Maerki

I'm not sure I understood everything. The FO is normally built using
XSLT. And if it's done right, there's really no need to save the FO to a
temporary file. Instead FOP can use SAX output events from the XSL
transformation as direct input. Where have you seen this?

So if you want to have an FO file, I suggest you look at JAXP 1.1 on how
to do XSL transformations. This has actually nothing to do with FOP.

On Mon, 14 Jan 2002 17:28:54 +0100 Luigi Savini wrote:
> How can i get in output a fo document?
> 
> I can see that for huge xml docs, fop creates a temporary fo file instead of saving 
>it into memory.
> I need to apply changes to sources to obtain that fo file as a result of the 
>elaboration.
> Does someone know in which part of the code this fo file is builded?

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: RTF Rendering in FOP

2002-01-14 Thread Bertrand Delacretaz

On Tuesday 15 January 2002 07:39, Nagendra Srikanth Addepalli wrote:
>  From the FOP site and home page of jfor, i could get to know that RTF
> renderer would be made part of FOP.
>  Any idea when this would be out (basic implementation of RTF rendering in
> FOP)?

We're still at the design stage, doing slow progress so it's hard to give set 
a release date.

>  Is there any version currently (for RTF rendereing in lines of FOP) in
> progress so that we could develop/contribute to?

The current release of jfor is V0.5.2 (experimental release: V0.5.3), which 
is independent of FOP. You can find it at www.jfor.org, it is stable and used 
in production at a number of sites despite of its limitations (many XSL-FO 
constructs are not supported yet). 

Feel free to test it, and yes, contributions are welcome (either for jfor 
itself or for the integration of jfor into FOP)!

-- 
 -- Bertrand Delacrétaz, www.codeconsult.ch
 -- jfor.org lead developer

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RTF Rendering in FOP

2002-01-14 Thread Nagendra Srikanth Addepalli

Hi,
 I'am new to this list and would like to get some infomation on FO-Renderers
for RTF.
 From the FOP site and home page of jfor, i could get to know that RTF
renderer would be made part of FOP.
 Any idea when this would be out (basic implementation of RTF rendering in
FOP)? 
 Is there any version currently (for RTF rendereing in lines of FOP) in
progress so that we could develop/contribute to?

 Any other pointers to FO-Renderers for RTF generation would be of great
help.

thanks in advance,
Srikanth.


This message is confidential and may also be legally privileged. If you are not the 
intended recipient, please notify us immediately. You should not copy it or use it for 
any purpose, nor disclose it's contents to any other person. The views and opinions 
expressed in this e-mail message are the author's own and may not reflect the views 
and opinions of Wilco International.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Any real-life business use ?

2002-01-14 Thread Savino, Matt C

Our app is in live beta testing right now. We use FOP to generate printable
versions of a lab report and 5 canned mgmt. reports. (I've included a demo
copy of the lab report, just to show some of what FOP can do.) So far the
only limitations we've found are:

1) Memory. Fop runs out of memory on large reports (from 40+ pages), moreso
when several are being run concurrently. (It also happens more often on our
$20,000 HP-UX production machines vs. my PIII-NT4 dev box. I have all the
settings to HP recommendations. I don't think the HP-UX JVM, even with
Hotspot, is tuned very well for garbage collection.) I understand that they
way around this is to implement new page sequences every x pages or so. The
problem is some of our reports don't have natural page breaks, so I guess I
will have to insert some in odd places.

2) Table-header flexibility. We sometimes have a desire to alter the table
header for every instance after the first (like inserting the word
'Continued'). I'm gearing up to write a FOP extension to accomplish this.

3) Keep-with-next endless looping problem. Apparently this will be addressed
very soon.

4) Complex page numbering. We have a need to display a subsection page
number separately within the document. (IE - document page 4 of 9 is
subsection page 1 of 3.) Haven't figured out a way to do this. Maybe another
extension?

5) On the attached lab report, I can't figure out a way to get the table (or
it could be cell) border to extend to the bottom of the page. Note that the
report is broken into 4 sections, all of which can span multiple pages. Any
ideas on this one would be greatly appreciated. I posted a message about it
awhile back (subj: min table or table-cell height?) but no one got back to
me. Maybe the visual of the actual lab report will help.

All in all, we're very pleased with FOP. I know I surprised some people who
didn't think it was possible to work the voodoo of dynamic PDF generation
w/o shelling out for a $$$ product, and probably consultants on top of that.

thx,
Matt Savino 


> -Original Message-
> From: Patrick Andries [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, January 13, 2002 2:31 PM
> To: [EMAIL PROTECTED]
> Subject: Any real-life business use ?
> 
> 
> Hello everyone,
> 
> I have busy evaluated the FO technology and I would like to hear from 
> people that are using it for real-life business needs.
> 
> What kind of documents are they using it with ? What volume ? 
> Embedding 
> it in servlets ? How do they cope with the "speed" ? How do 
> they justify 
> using FO to their bosses ?
> 
> Anybody with both 3B2 and FO  or Compuset and FO experience ? I would 
> love to hear your story.
> 
> 
> Patrick Andries
> 
> 
> - ° - ° - ° - °
> Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
> Traduction complète, mise à jour, texte en ligne
> 
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 




SampleLabReport.pdf
Description: Binary data

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


Re: Documentation on SAX parsing and modularisation

2002-01-14 Thread Peter B. West

Listners,

I have added some details of the XMLEvent buffer access methods to the 
above documentation.


Peter


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 5848] New: - NullPointerException in InputHandler.createParser

2002-01-14 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_bug.cgi?id=5848

NullPointerException in InputHandler.createParser

   Summary: NullPointerException in InputHandler.createParser
   Product: Fop
   Version: all
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Blocker
  Priority: Other
 Component: general
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I am getting the following null pointer exception when I embed the FOP.
I used the sample code in your web page that describes how to embed FOP in 
applications.

Exception in thread "main" java.lang.NullPointerException
at org.apache.fop.apps.InputHandler.createParser(InputHandler.java:58)
at org.apache.fop.apps.XSLTInputHandler.getParser(XSLTInputHandler.java:
117)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




inserting unicode checkbox characters

2002-01-14 Thread Kelly Fox

I'm trying to add some Unicode check boxes to a PDF document created by FOP.
If I use ☐ or ☒ then only a pound sign (#) is printed where I
expect the check boxes to appear. I tried setting the XML encoding to UTF-16
in my XSL document, like this:

  

... but that gives me an error. Besides, I'm not even sure that's what I
need to do.

Any ideas?

Thanks!

Kelly
--
Kelly Fox
System Administrator
MedOpS
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




fo document as output

2002-01-14 Thread Luigi Savini



How can i get in output a fo document?
 
I can see that for huge xml docs, fop creates a 
temporary fo file instead of saving it into memory.
I need to apply changes to sources to obtain that 
fo file as a result of the elaboration.
Does someone know in which part of the code this fo 
file is builded?
 
thx,
Luigi


Re: PS printing

2002-01-14 Thread Jeremias Maerki

Now, I get it! Thanks. It seems as I suspected: The problems probably
come from the tables. If you are on Unix, try Acrobat Reader 4.05 on the
command-line ("-toPostScript" and friends) to generate PostScript from
PDF and print it via LPR. If you are on Windows, try the command-line
options of Acrobat Reader to directly print a PDF to a printer. Or you
can try GhostScript. Everything should be in the mailing list archives:

http://marc.theaimsgroup.com/?l=fop-dev

Another good source of information is the FAQ:
http://www.owal.co.uk:8090


On Mon, 14 Jan 2002 16:23:19 +0100 Raúl Carazo wrote:
> Excuse me...
> 
> I'm using xsl with tables, stylesheet and an image. But what I can't see
> is the data.
> 
> The PDF I generate is correct, but is not a file, but a data-flow to the
> browser. I can see it and print it correctly (even if I want to save it, I
> can. But this isn't the idea).
> 
> But if I change it for RENDER_PS and I make the file (or I send it to
> the printer), I can't print it (the format is not correct), and if I
> transform it in a PDF (with Acrobat Distiller), the image is correctly set
> and some of the characters (lines, even an underline) are correct.
> 
> Where can I found the files for past e-mails?
> 
> And thank you very much!!
> 
> Salve
> 

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: [FOP] Re: Any real-life business use ?

2002-01-14 Thread Trevor Jenkins

On Sun, 13 Jan 2002, Patrick Andries <[EMAIL PROTECTED]> wrote:

> I have busy evaluated the FO technology and I would like to hear from
> people that are using it for real-life business needs.
>
> What kind of documents are they using it with ? What volume ? Embedding
> it in servlets ? How do they cope with the "speed" ? How do they justify
> using FO to their bosses ?

I am keeping an eye on FOP for a documentation project I'm working on.
However, it doesn't yet meet the needs of the project.

Project characteristics are delivery of a PDF version of a programming
manual. Software is a commerical API with some 400 functions. each
function has a "man" page to itself. There's also tutorial material
(estimated at 200 pages or so) plus man pages for internal data
structures. This is all marked up according to the DocBook DTD and (for
contractual reasons) will be processed using the associated style sheets
created by Norm Walsh. At the moment this is looking like we have to use
the DSSSL stylesheets to create an RTF intermediary file and then distill
from that.

Personally I'd rather use FOP than go via Distiller. The SVG capabilities
of FOP would be useful to have. Sadly the tests we've done show that 0.20
isn't ready for such a task, either in terms of resources or support for
the latest DocBook XSLT scripts. If the only problem were the time to
process the document then I could live with that; the production of the
PDF will only be undertaken every six months.

Regards, Trevor

British Sign Language is not inarticulate handwaving; it's a living language.
Support the campaign for formal recognition by the British government now!
Details at http://www.fdp.org.uk/ or http://www.bsl-march.co.uk/

-- 

<>< Re: deemed!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: PS printing

2002-01-14 Thread Raúl Carazo

Excuse me...

I'm using xsl with tables, stylesheet and an image. But what I can't see
is the data.

The PDF I generate is correct, but is not a file, but a data-flow to the
browser. I can see it and print it correctly (even if I want to save it, I
can. But this isn't the idea).

But if I change it for RENDER_PS and I make the file (or I send it to
the printer), I can't print it (the format is not correct), and if I
transform it in a PDF (with Acrobat Distiller), the image is correctly set
and some of the characters (lines, even an underline) are correct.

Where can I found the files for past e-mails?

And thank you very much!!

Salve



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: PS printing

2002-01-14 Thread Jeremias Maerki

Raúl,

"...the PS file is not correct..." does not help me much to find out
what problems you have. My best guess is you're using tables and the
PostScript renderer is messing up the layout.

The PostScript renderer has worked for some people. But even I (who made
the PostScript renderer in the first place) am currently generating PDF
and converting it to PostScript using Adobe Acrobat Reader on Unix.
Others use GhostScript to convert PDF to PostScript. So it's probably
best if you did the same. I remember discussions on the mailing list
concerning direct printing of PostScript files. You might have to search
the archives.


On Mon, 14 Jan 2002 15:51:09 +0100 Raúl Carazo wrote:
> I have an application that generate a pdf report. But if I change
> RENDER_PDF with RENDER_PS, the PS file is not correct... I think if I can
> generate a PS file, it's because it's possible to generate PS files, so I
> hope to see them...
> Where can I know if it is possible? Anyone has tried to create a PS file
> directly for printing it?
> 
> Salve
> 
> - Original Message -
> From: Jeremias Maerki <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 14, 2002 1:07 PM
> Subject: Re: PS printing
> 
> 
> What exactly do you think is incorrect? It can very well be, that the
> PostScript renderer does not work well on every occasion, a lot of
> features are still missing.
> 
> On Mon, 14 Jan 2002 11:49:32 +0100 Raúl Carazo wrote:
> > I'd like to generate a PS file (or much better, to send it to the
> > printer) and not a pdf report. I use the RENDER_PS, but the format seem
> > to bo incorrect... Do I have to transform it ??

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: "match" attribute is not allowed on the xsl:apply-templates elem

2002-01-14 Thread Krueger, Alexandra


Hi,



mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 14. Januar 2002 15:29
An: [EMAIL PROTECTED]
Betreff: "match" attribute is not allowed on the xsl:apply-templates
elem


Hi  List,

I am having problem while converting xml to pdf...with xsl:fo

 
  


In the libertis

  
  

 
   In the ValueObject

   
---
getting an exception like

java.lang.reflect.InvocationTargetException:
org.apache.fop.apps.FOPException:
"match" attribute is not allowed on the xsl:apply-templates element!

-
I really appreciate if any of you help me  in solving this bug.

regards
brahma

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: PS printing

2002-01-14 Thread Raúl Carazo

I have an application that generate a pdf report. But if I change
RENDER_PDF with RENDER_PS, the PS file is not correct... I think if I can
generate a PS file, it's because it's possible to generate PS files, so I
hope to see them...
Where can I know if it is possible? Anyone has tried to create a PS file
directly for printing it?

Salve

- Original Message -
From: Jeremias Maerki <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 14, 2002 1:07 PM
Subject: Re: PS printing


What exactly do you think is incorrect? It can very well be, that the
PostScript renderer does not work well on every occasion, a lot of
features are still missing.

On Mon, 14 Jan 2002 11:49:32 +0100 Raúl Carazo wrote:
> I'd like to generate a PS file (or much better, to send it to the
> printer) and not a pdf report. I use the RENDER_PS, but the format seem
> to bo incorrect... Do I have to transform it ??

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




InputStream and OutputStream use in FOP servlet

2002-01-14 Thread Solange Desseignes

Hi,

I use FOP to generate a PDF file from an XML file With a XSL/FO transformation.
The generation is made in a servlet.

Actually, I use the method described in the FOP Web site:
Driver driver = new Driver();
driver.setRenderer(Driver.RENDER_PDF);
InputHandler inputHandler = new XSLTInputHandler(xmlFile, xslFile);
XMLReader parser = inputHandler.getParser();
driver.setOutputStream(new FileOutputStream(outFile));
driver.render(parser, inputHandler.getInputSource());

But, I want to use InputStream instead of File for xslFile and xmlFile (to use in war 
in Tomcat).
And, I don't know how do this !

Moreover, I have fonts configuration.
For the same reason, I can't use:
userConfigFile = new File(userConfig);
options = new Options(userConfigFile);


Can anybody help me ???
Thanks.

Solange Desseignes

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Any real-life business use ?

2002-01-14 Thread Nicola Ken Barozzi


- Original Message -
From: "Patrick Andries" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 14, 2002 1:03 PM
Subject: Re: Any real-life business use ?


> Alex Mc Lintock wrote that, due to a bug in IE, he had to save the whole
> PDF file on disk. I think I have seen this: is this when the PDF file is
> interpreted as text and displayed as gibberish in the main navigation
> window? Has this not been resolved in later versions of IE? Has the bug
> been reported to the MSIE team?

I've been using FOP in Cocoon , and AFAIK, IE fails to understand that the
file is a PDF if it doesn't have a .pdf extension. IE is not to clean when
it comes to MIME type VS extensions. As a workaround you can also do IIRC
document?hackattr=dummyvalue.pdf  .
IE knows of this, and AFAIK it's not resolved in IE5.5 .
--
Nicola Ken Barozzi [EMAIL PROTECTED]

These are the days of miracle and wonder...
  ...so don't cry baby, don't cry...
  Paul Simon



smime.p7s
Description: application/pkcs7-signature


RE: Any real-life business use ?

2002-01-14 Thread TEA Lanham, Kevin
Title: RE: Any real-life business use ?





Patrick Andries wrote:


> I have busy evaluated the FO technology and I would like to hear from
> people that are using it for real-life business needs.
>
> What kind of documents are they using it with ? What volume ? Embedding
> it in servlets ? How do they cope with the "speed" ? How do they justify
> using FO to their bosses ?
>
> Anybody with both 3B2 and FO  or Compuset and FO experience ? I would
> love to hear your story.



We are starting to figure out how to use it for printing technical manuals (8 manuals, totaling about 3000 pages, lots of JPG, webCGM, and SVG graphics) for our customers who still want paper (more than you'd think). We're just starting out and still fine tuning the style sheets converting from xml to xsl-fo and then to PDF.

Kevin





Re: AW: FOP servlet use and SSL?

2002-01-14 Thread Matthew Case

I think it may be a client bug :(

and yes, I know this is not FOP specific but I'm assuming that since FOP 
users are constantly using this sort of setContentType call, maybe someone 
could come up with a solution :(

Matt
>From: Software AG <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: AW: FOP servlet use and SSL?
>Date: Mon, 14 Jan 2002 15:16:52 +0100
>
>Hi.
>
>setContentType("Application/pdf") worked for me in http environment.
>Perhaps test if you face a client or server bug by downloading a simple PDF
>via the Webserver and HTTPS. If the client still asks for a password, I'd 
>sa
>it's a client bug. Maybe the acrobat viewer is considered unsafe as 
>ActiveX?
>
>This has nothing to do with FOP.
>
>Hiran
>
> > -Ursprüngliche Nachricht-
> > Von: Matthew Case [mailto:[EMAIL PROTECTED]]
> > Gesendet: Montag, 14. Januar 2002 15:17
> > An: [EMAIL PROTECTED]
> > Betreff: FOP servlet use and SSL?
> >
> >
> > I'm working on a servlet that lets the user edit some fields and then
> > generates a custom PDF on the fly to allow the user to preview their
> > changes. All is fine and well but when I call
> > response.setContentType( "application/pdf" ), IE gives me a
> > message box
> > saying "this page has both secure and nonsecure items" or
> > some crap like
> > that. Pressing "No" to "View Nonsecure items?" still brings
> > up my PDF. I got
> > rid of the part that actually creates the PDF and stopped
> > processing at the
> > setContentType call. When the call was turned off the message
> > box went away
> > and when I turned it back on it came back, so I'm 99% sure
> > it's that call
> > that's doing it. Does anyone know why setting your contentType to
> > "application/pdf" on a webpage being delivered via SSL would make IE
> > complain about nonsecure items on the page? Even when there's
> > nothing on the
> > page and all I've done is set my contentType?
> >
> > Matt
> >
> > _
> > Join the world's largest e-mail service with MSN Hotmail.
> > http://www.hotmail.com
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
> >
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, email: [EMAIL PROTECTED]
>


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




"match" attribute is not allowed on the xsl:apply-templates elem

2002-01-14 Thread BRAHMA

Hi  List,

I am having problem while converting xml to pdf...with xsl:fo

 
  


In the libertis

  
  

 
   In the ValueObject

   
---
getting an exception like

java.lang.reflect.InvocationTargetException: org.apache.fop.apps.FOPException:
"match" attribute is not allowed on the xsl:apply-templates element!

-
I really appreciate if any of you help me  in solving this bug.

regards
brahma


begin:vcard 
n:Brahmaiah;kurabalakota
tel;cell:+49-1725372297
tel;work:eMIS GmbH
x-mozilla-html:FALSE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Brahma
end:vcard



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


Re: Any real-life business use ?

2002-01-14 Thread jthaemlitz


We're using FOP to generate our monthly billing statements.  We generate
70,000 statements+ a month in about a 4 hour period of time.  Statements
range from 1-10 pages.  We set up OMR marks for our print shop and OCR
fonts for the bank return slips.  One way we increased speed was to fire
the SAX events directly, instead of through a stylesheet.  This also gave
us a little more control over the content, whithout having to code FOP
extensions.

We sold it to our company in several ways.  It's verry low cost (donation
to apache.org), gave us control over look of statements and allowed our
billing question department to view the exact bill the client recieved.  It
also runs on AS/400's.


JohnPT




   

fop-dev-return-12526-jthaemlitz=oreillyauto.com@XML.   

APACHE.ORG To: 
[EMAIL PROTECTED]  
   cc: 

01/13/02 04:31 PM  
Subject: Any real-life business use ?   
Please respond to fop-dev  

   

   





Hello everyone,

I have busy evaluated the FO technology and I would like to hear from
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding
it in servlets ? How do they cope with the "speed" ? How do they justify
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: FOP servlet use and SSL?

2002-01-14 Thread Software AG

Hi.

setContentType("Application/pdf") worked for me in http environment.
Perhaps test if you face a client or server bug by downloading a simple PDF
via the Webserver and HTTPS. If the client still asks for a password, I'd sa
it's a client bug. Maybe the acrobat viewer is considered unsafe as ActiveX?

This has nothing to do with FOP.

Hiran

> -Ursprüngliche Nachricht-
> Von: Matthew Case [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 14. Januar 2002 15:17
> An: [EMAIL PROTECTED]
> Betreff: FOP servlet use and SSL?
> 
> 
> I'm working on a servlet that lets the user edit some fields and then 
> generates a custom PDF on the fly to allow the user to preview their 
> changes. All is fine and well but when I call
> response.setContentType( "application/pdf" ), IE gives me a 
> message box 
> saying "this page has both secure and nonsecure items" or 
> some crap like 
> that. Pressing "No" to "View Nonsecure items?" still brings 
> up my PDF. I got 
> rid of the part that actually creates the PDF and stopped 
> processing at the 
> setContentType call. When the call was turned off the message 
> box went away 
> and when I turned it back on it came back, so I'm 99% sure 
> it's that call 
> that's doing it. Does anyone know why setting your contentType to 
> "application/pdf" on a webpage being delivered via SSL would make IE 
> complain about nonsecure items on the page? Even when there's 
> nothing on the 
> page and all I've done is set my contentType?
> 
> Matt
> 
> _
> Join the world's largest e-mail service with MSN Hotmail. 
> http://www.hotmail.com
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




FOP servlet use and SSL?

2002-01-14 Thread Matthew Case

I'm working on a servlet that lets the user edit some fields and then 
generates a custom PDF on the fly to allow the user to preview their 
changes. All is fine and well but when I call
response.setContentType( "application/pdf" ), IE gives me a message box 
saying "this page has both secure and nonsecure items" or some crap like 
that. Pressing "No" to "View Nonsecure items?" still brings up my PDF. I got 
rid of the part that actually creates the PDF and stopped processing at the 
setContentType call. When the call was turned off the message box went away 
and when I turned it back on it came back, so I'm 99% sure it's that call 
that's doing it. Does anyone know why setting your contentType to 
"application/pdf" on a webpage being delivered via SSL would make IE 
complain about nonsecure items on the page? Even when there's nothing on the 
page and all I've done is set my contentType?

Matt

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: dynamically changing templates

2002-01-14 Thread Jarno . Elovirta

Hi,

> 
>   
> 

This doesn't match anything. Anyhow, I'm still don't understand what the
problem is. In you stylesheet you don't seem to have anything that would
actually apply the templates SEC1 and SEC2 elements, so you should add
those. Also, when you have , you're also
processing the whitespace--you don't need it in you FO files, so don't
copy it.

Santtu

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: dynamically changing templates

2002-01-14 Thread Paul Paximadis

Ok,

Here is a xml file.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 14 January 2002 14:28
To: [EMAIL PROTECTED]
Subject: RE: dynamically changing templates 


Hi,

> Is there any way to dynamically change template rules using 
> variables or
> parameters ?

Sure, use xsl:param and xsl:with-param

> I have the following xsl code, which I want to repeat at 
> specific times
> for different sections of my xml file.

Err... I don't get it--do you mean you want to re-use the templates?
Could you show some source data and explain exactly what you want to
achieve.

Cheers,

Santtu

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




	
		
			PAX COMPUTER SOLUTIONS CC
			PAX COMPUTER SOLUTIONS CC..
			10 January 2002
		
	

	
		SECTION 1
	


	
	This is a test
	

	
	
	

	
		To see if
	

	
			Bold Works
	

	
		Italic Works
		A Test
	

	
		Underline Works
	

	
	
	

	
		A 
		mix of
		 
		the lot
		 
		should
		 
		also be able
		 to work fine
	
	



	
		SECTION 2
	


	
	This is a test
	

	
	
	

	
		To see if
	

	
			Bold Works
	

	
		Italic Works
		A Test
	

	
		Underline Works
	

	
	
	

	
		A 
		mix of
		 
		the lot
		 
		should
		 
		also be able
		 to work fine
	
	





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


RE: dynamically changing templates

2002-01-14 Thread Jarno . Elovirta

Hi,

> Is there any way to dynamically change template rules using 
> variables or
> parameters ?

Sure, use xsl:param and xsl:with-param

> I have the following xsl code, which I want to repeat at 
> specific times
> for different sections of my xml file.

Err... I don't get it--do you mean you want to re-use the templates?
Could you show some source data and explain exactly what you want to
achieve.

Cheers,

Santtu

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: nbsp in FO

2002-01-14 Thread Jarno . Elovirta

See http://www.w3.org/TR/2000/REC-xml-20001006#dt-charref how to refer
to a specific character and then
http://www.unicode.org/charts/PDF/U2100.pdf to find the code point of
the TRADE MARK SIGN.

Santtu

> -Original Message-
> From: ext Golla, Swapan [mailto:[EMAIL PROTECTED]]
> Sent: 11. January 2002 0:13
> To: [EMAIL PROTECTED]
> Subject: RE: nbsp in FO
> 
> 
> How do i get trademark symbol ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




dynamically changing templates

2002-01-14 Thread Paul Paximadis

Is there any way to dynamically change template rules using variables or
parameters ?

I have the following xsl code, which I want to repeat at specific times
for different sections of my xml file.
































































Thanks,
Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: PostScript in pdf

2002-01-14 Thread Patrick Andries



Dariusz Grabowski wrote:

>Hi 
>Is it possible to insert 
>postscript commands to pdf created from Fop?
>
>I use Fop to create document which is printed from 2 trays.
>Each of page should contains information about tray from which will be printed.
>With Best Regards
>
This is also of interest to me, since I think it is a crucial point in 
any sizeable business application. Does someone know if this is being 
considered for a future version of XSL-FO?
How would this be handled in a generic fashion (since direct paper tray 
number controls are printer-dependent)? Through MediaTypes and Policies 
as in PostScript?


Patrick Andries

-° - ° - ° - °

Tout sur Unicode 3.1 en français http://hapax.iquebec.com
Texte complet de la norme mise a` jour, annotations


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: PS printing

2002-01-14 Thread Jeremias Maerki

What exactly do you think is incorrect? It can very well be, that the
PostScript renderer does not work well on every occasion, a lot of
features are still missing.

On Mon, 14 Jan 2002 11:49:32 +0100 Raúl Carazo wrote:
> I'd like to generate a PS file (or much better, to send it to the
> printer) and not a pdf report. I use the RENDER_PS, but the format seem
> to bo incorrect... Do I have to transform it ??

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Any real-life business use ?

2002-01-14 Thread Patrick Andries

Thank you very much to all that have answered, the messages as well as 
support one seems to get from the list are indeed encouraging.

I still have one general question and a specific one :


1) Volume and speed

I have written a small report: a  five-column table, a page footer 
(simple text), a page header with a largish colour logo. I embedded the 
FOP generation (XSLT + FOP) in a servlet using the supplied standard 
code (viz. using XSLTInputHandler as parser). I use Jboss 2.4.4 with 
Catalina. My development machine is a Pentium 700 Mhz machine with 254 
Meg of memory running Windows NT 2000 Professional. And I don't seem to 
get much more than 1-2 pages generated per second (even when the servlet 
has already been called). Is this also your experience?  I must say that 
I have attempted no optimisation. Any that you might suggest? How do 
handle load when several users are requesting reports simultaneously? 
Only accept patient users?


2) IE Bug

Alex Mc Lintock wrote that, due to a bug in IE, he had to save the whole 
PDF file on disk. I think I have seen this: is this when the PDF file is 
interpreted as text and displayed as gibberish in the main navigation 
window? Has this not been resolved in later versions of IE? Has the bug 
been reported to the MSIE team?


Patrick Andries


-° - ° - ° - °

Tout sur Unicode 3.1 en français http://hapax.iquebec.com
Texte complet de la norme mise à jour, annotations


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: nbsp in FO

2002-01-14 Thread Golla, Swapan

How do i get trademark symbol ?

-Original Message-
From: Dunning, John [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 10, 2002 4:12 PM
To: '[EMAIL PROTECTED]'
Subject: RE: nbsp in FO


use   or  

-Original Message-
From: Maneshi Tuli [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 10, 2002 5:08 PM
To: [EMAIL PROTECTED]
Subject: nbsp in FO



Hi ,
I am converting my html into FOP,
In my html i have nbsp , that i want to replace with space in fo ,
it seems fo doesn't recognize nbsp , so it doesn't give me space
corresponding to this nbsp,
plz can any body suggest me what should i do to get this space.

thanks
Manehsi





--

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Arial Font

2002-01-14 Thread Michael Groves

hi,

i don't know about the font but this tag works for the tm symbol.




regards,

mic.

-Original Message-
From: NagarajaRao [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 31 October 2001 22:16
To: [EMAIL PROTECTED]
Subject: Arial Font


Hi,
 How to set up Arial Font in apacheFOP? Secondly, how can i produce the
TradeMark (TM) symbol?

thanks
Nagaraj


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: which graphic formats are supported ? [FAQ]

2002-01-14 Thread Corinna Hischke

Hi Nick,

I had that same question some time ago. Here are the formats I found in the
sources:

JPEG
BMP
GIF
PNG
TIFF
SVG

- Corinna

- Original Message -
From: "Nick Winger" <[EMAIL PROTECTED]>
To: "Apache Mailinglist (E-Mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, January 08, 2002 6:03 PM
Subject: which graphic formats are supported ?


> hi !
>
>
> in thetag:
>
> which graphic formats are supported ? e.g.: jpg ? and ...
>
>
> greetings
>
> Nick Winger
>
> (Software-Developer)
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Concat

2002-01-14 Thread Volker [EMAIL PROTECTED]



Hi,
 
xsl-fo 
does not have a function which can be used to concatenate 
strings.
XSL-Transformation however has such a function (concat(...)) it takes an 
many arguments
as you 
like. I suppose your parameter is stored as an attribute of some 
element or as
element content in your xml input. You can use the following line to 
concatenate strings
 

  Is there a function like concat for Strings. 
  
   
      I have a param in the xml file 
  (the path of a directory) and the name in the XSL file, so I want to create a 
  full path with the path of the directory and the name of the file. 
  
   
      Any Idea??
   
      Salve
   
   
  Siete 
  buoni, se potete


AW: Any real-life business use ?

2002-01-14 Thread Beer, Christian

Well, I have got the width and height in pixels and the dpi of the image.
Then I set the "width" and "height" paramters in XSL-FO to the calculated
values (pixels -> inch). I am using the newest release version.

-Ursprüngliche Nachricht-
Von: Solange Desseignes [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 14. Januar 2002 11:44
An: [EMAIL PROTECTED]
Betreff: RE: Any real-life business use ?


You manage to specify the heigth and the width of an image !!!
I don't succeed !
How do you set these parameters ?
In which FOP version ?

Solange Desseignes


-Message d'origine-
De : Beer, Christian [mailto:[EMAIL PROTECTED]]
Envoyé : lundi 14 janvier 2002 10:15
À : '[EMAIL PROTECTED]'
Objet : AW: Any real-life business use ?


I implemented a small class, that analyses the jpg header, extracts the
dpi value and then sets the width and/or height of that image.

-Ursprüngliche Nachricht-
Von: Stefan Weber [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 14. Januar 2002 10:09
An: '[EMAIL PROTECTED]'
Betreff: RE: Any real-life business use ?


what kind workaround for Images are you using?

Stefan

-Original Message-
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: AW: Any real-life business use ?


Hi!

We use FOP in a project for our customer. Our applications create letters 
and postcards. The count of pages differ from 1 to 5 pages. The speed is 
good. We only had a few problems in the beginning, because some points in
the XSL-spec are not or not good enough implemented.

I'm looking forward to see what the new design brings for fop (speed and 
functionality).

The only point is, that the image processing is not perfect. The dpi of
an image is not processed. But we found a workaround.

Christian 


DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer  ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster  Fax  : +49(251)979-2020
Germany Email: [EMAIL PROTECTED]  

-Ursprüngliche Nachricht-
Von: Patrick Andries [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 13. Januar 2002 23:31
An: [EMAIL PROTECTED]
Betreff: Any real-life business use ?


Hello everyone,

I have busy evaluated the FO technology and I would like to hear from 
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding 
it in servlets ? How do they cope with the "speed" ? How do they justify 
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would 
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

<<<
sitewaerts GmbH
Hebelstraße 15
D-76133 Karlsruhe

Tel: +49 (721) 920 918 0
Fax: +49 (721) 920 918 29
http://www.sitewaerts.de
>>>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: PostScript in pdf

2002-01-14 Thread Tore Engvig

> Hi
> Is it possible to insert
> postscript commands to pdf created from Fop?

Not really, but I think I might have a workaround.

In the cvs version (the fop0.20.2 maintain version), it's possible to insert
eps images. The eps image is passed as is to postscript printers (thus eps
only works when printing to postscript printers and won't show when viewing
with Acrobat).

I guess you could create some postscript code with the proper DSC comments
(%%BoundingBox) and no drawing instructions.
If you add that image first thing in your documents headers, the image could
contain the instructions to change tray.


Tore

>
> I use Fop to create document which is printed from 2 trays.
> Each of page should contains information about tray from which
> will be printed.
> With Best Regards
>
> Dariusz Grabowski
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Any real-life business use ?

2002-01-14 Thread Louis . Masters


We use it for generating shipping reports in our software and it has now
become our main reporting tool..  Volume can be from several to several
hundred report requests per day.  Page counts are usually in the double
digits, but can get into the triple digits depending on the client using
our software.  No sevlets here (yet) and we are still coping with the speed
issues.  Justification was that it worked and did not lock us into a
proprietary format.

-Lou





Patrick Andries <[EMAIL PROTECTED]> on 01/13/2002 05:31:25 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:

Subject:  Any real-life business use ?

Hello everyone,

I have busy evaluated the FO technology and I would like to hear from
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding
it in servlets ? How do they cope with the "speed" ? How do they justify
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




PostScript in pdf

2002-01-14 Thread Dariusz Grabowski

Hi 
Is it possible to insert 
postscript commands to pdf created from Fop?

I use Fop to create document which is printed from 2 trays.
Each of page should contains information about tray from which will be printed.
With Best Regards

Dariusz Grabowski

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




PS printing

2002-01-14 Thread Raúl Carazo



    I'd like to generate a PS file 
(or much better, to send it to the printer) and not a pdf report. I use the 
RENDER_PS, but the format seem to bo incorrect... Do I have to transform it 
??
 
    Thank you
 
 
Siete 
buoni, se potete


Re: Any real-life business use ?

2002-01-14 Thread Alex McLintock


> Am Sonntag, 13. Januar 2002 23:31 schrieben Sie:
> > Hello everyone,
> >
> > I have busy evaluated the FO technology and I would like to hear from
> > people that are using it for real-life business needs.

I have a client who is happily using Fop to produce pretty printable versions
of web tables (lots of financial figures) and charts. They are a very demanding
user and wouldn't accept the system if it didn't do what they wanted.

> > What kind of documents are they using it with ? What volume ? Embedding
> > it in servlets ? How do they cope with the "speed" ? How do they justify
> > using FO to their bosses ?

Tables of Figures and graphical charts.
Low volume indeed (but very powerful machines)
Embedded in servlets but due to IE bugs we sometimes had to save the whole pdf to disk
and then redirect the browser to the saved pdf file. This is *bad* for a high volume 
site.
The speed is acceptible. Most of the time we actually email the pdf to the user so 
speed is not an issue.
My contact in the client company didn't need to specify what tools he used to his 
superior:
he just needed to produce good printouts from the website.



London Business?
I am looking at providing some free Open Source consultancy to London businesses
so if you run Fop in London please visit http://www.OWAL.co.uk/ and fill in the 
questionnaire.

Alex McLintock


=
Alex McLintock[EMAIL PROTECTED]Open Source Consultancy in London
OpenWeb Analysts Ltd, http://www.OWAL.co.uk/ 
---
SF and Computing Book News and Reviews: http://news.diversebooks.com/
Get Your XML T-Shirt  at http://www.inversity.co.uk/
COMPETITION : http://news.diversebooks.com/article.pl?sid=01/10/08/1947255

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Any real-life business use ?

2002-01-14 Thread Solange Desseignes

You manage to specify the heigth and the width of an image !!!
I don't succeed !
How do you set these parameters ?
In which FOP version ?

Solange Desseignes


-Message d'origine-
De : Beer, Christian [mailto:[EMAIL PROTECTED]]
Envoyé : lundi 14 janvier 2002 10:15
À : '[EMAIL PROTECTED]'
Objet : AW: Any real-life business use ?


I implemented a small class, that analyses the jpg header, extracts the
dpi value and then sets the width and/or height of that image.

-Ursprüngliche Nachricht-
Von: Stefan Weber [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 14. Januar 2002 10:09
An: '[EMAIL PROTECTED]'
Betreff: RE: Any real-life business use ?


what kind workaround for Images are you using?

Stefan

-Original Message-
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: AW: Any real-life business use ?


Hi!

We use FOP in a project for our customer. Our applications create letters 
and postcards. The count of pages differ from 1 to 5 pages. The speed is 
good. We only had a few problems in the beginning, because some points in
the XSL-spec are not or not good enough implemented.

I'm looking forward to see what the new design brings for fop (speed and 
functionality).

The only point is, that the image processing is not perfect. The dpi of
an image is not processed. But we found a workaround.

Christian 


DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer  ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster  Fax  : +49(251)979-2020
Germany Email: [EMAIL PROTECTED]  

-Ursprüngliche Nachricht-
Von: Patrick Andries [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 13. Januar 2002 23:31
An: [EMAIL PROTECTED]
Betreff: Any real-life business use ?


Hello everyone,

I have busy evaluated the FO technology and I would like to hear from 
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding 
it in servlets ? How do they cope with the "speed" ? How do they justify 
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would 
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

<<<
sitewaerts GmbH
Hebelstraße 15
D-76133 Karlsruhe

Tel: +49 (721) 920 918 0
Fax: +49 (721) 920 918 29
http://www.sitewaerts.de
>>>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: FOP Extensions

2002-01-14 Thread Keiron Liddle

On 2002.01.14 10:25 Software AG wrote:
> Hi.
> 
> Having downloaded fop 0.20.2-bin and -src, I had read the documentation
> about extensions. There is says to add my own extension, I better had a
> look
> at the source in org.apache.fop.extension.  Unfortunately the only
> documented class is ExtensionObj, stating to be "base class for extension
> objects".
> This is why I had to ask the list.

"extensions objects" - means object (classes) that implement the extension 
called "extension" or ext.


> 
> What I have is code that can render data from a DOM tree and gives me a
> java.awt.Image, which I can then use in applications or convert to GIF
> images.

The SVG is something that gets a DOM tree and creates an area.
So look at how svg is done for reading your DOM tree.

> Now I want to reuse that code within FOP. I assume in your words
> this means I want an area in the output, but I really do not know what an
> area actually is. For me it sounds more like graphics, but I do not want
> to
> use SVG since I'd have to recode what is already there.

Everything that appears on your page is in an area, text, lines, images, 
svg etc.
The process is like so (I'm sure this information is available somewhere) :
- sax events create an FO tree
- the fo tree is layed out into an area tree
- the area tree is rendered to the output

So when the sax events are creating an fo tree you will want to also be 
create an FObj (this is a class in the fo tree).
When the fo tree is being layed out your fo object will also be layed out. 
To get anything in the output it will need to create an area.

> So if I choose 1 (see below), I need to do "a similar sort of thing to
> all
> other fo objects". Does this mean I have to extend Area or FObj?
> 
> For my understanding, I have to extend ExtensionObj, which also is an
> FObj
> and override the layout(Area) method. But then I do not know how to
> insert
> the image into the Area (do I have to extend that also?) and how to
> retrieve
> the DOM source (maybe that is done via the PropertyLists?).

DOM Source? what is that?

> Hiran

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Any real-life business use ?

2002-01-14 Thread Enrico Schnepel

Hello Patrick,

We are using a patched FOP (0.20.2) for a credit system in a bank. The speed 
is fine since we have a server where speed does not matter (Solaris 8 with 
SUN Jdk).
we are printing about 1000 documents per day. Most of them have 1-2 pages. 
Some up to 20.
Currently we are developing a report generator with FOP. The Reports will 
have up to 1000 pages.

Input format: .fo with special tags for pre processing and data insertion
Output format : PDF
Clients for printing (Acrobat Reader): WinNT, Win2000, Win95, OS/2; AR: 3.0 
(OS/2), 4.0, 4.5, 5.0 in almost any combination.

Our Customers are satisfied with our printing solution because the old one we 
have replaced was using ms word with embedded macros... (OK - it's not realy 
a printing 'solution'..., but it had done its job exept with OS/2 (Word Pro) 
or Word 2000)

Some comments to FOP:

1. Fop does sometimes hang in an endless loop with entities like & < 
and > (these are the only entities we are using; Lang: de, encoding ansi) 
if the first word of the line is too long for the whole line in a small table 
cell. - thats why we have patched FOP - but it's more a workaround than a 
patch and does not resolve the problem. If someone want to get the patch I 
will send it.

2. Fop sometimes switches the lines up and down with entities or inline 
sequences.

Regards,

Enrico Schnepel

Am Sonntag, 13. Januar 2002 23:31 schrieben Sie:
> Hello everyone,
>
> I have busy evaluated the FO technology and I would like to hear from
> people that are using it for real-life business needs.
>
> What kind of documents are they using it with ? What volume ? Embedding
> it in servlets ? How do they cope with the "speed" ? How do they justify
> using FO to their bosses ?
>
> Anybody with both 3B2 and FO  or Compuset and FO experience ? I would
> love to hear your story.
>
>
> Patrick Andries
>
>
> - ° - ° - ° - °
> Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
> Traduction complète, mise à jour, texte en ligne
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Any real-life business use ?

2002-01-14 Thread "Buchtík, Michal"

Hi, can you send me this class?
I modify some classes from fop to implement dpi, and it works, but it's not
too "clearly".

Thanks

-Original Message-
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 10:15 AM
To: '[EMAIL PROTECTED]'
Subject: AW: Any real-life business use ?


I implemented a small class, that analyses the jpg header, extracts the
dpi value and then sets the width and/or height of that image.

-Ursprüngliche Nachricht-
Von: Stefan Weber [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 14. Januar 2002 10:09
An: '[EMAIL PROTECTED]'
Betreff: RE: Any real-life business use ?


what kind workaround for Images are you using?

Stefan

-Original Message-
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: AW: Any real-life business use ?


Hi!

We use FOP in a project for our customer. Our applications create letters 
and postcards. The count of pages differ from 1 to 5 pages. The speed is 
good. We only had a few problems in the beginning, because some points in
the XSL-spec are not or not good enough implemented.

I'm looking forward to see what the new design brings for fop (speed and 
functionality).

The only point is, that the image processing is not perfect. The dpi of
an image is not processed. But we found a workaround.

Christian 


DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer  ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster  Fax  : +49(251)979-2020
Germany Email: [EMAIL PROTECTED]  

-Ursprüngliche Nachricht-
Von: Patrick Andries [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 13. Januar 2002 23:31
An: [EMAIL PROTECTED]
Betreff: Any real-life business use ?


Hello everyone,

I have busy evaluated the FO technology and I would like to hear from 
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding 
it in servlets ? How do they cope with the "speed" ? How do they justify 
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would 
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

<<<
sitewaerts GmbH
Hebelstraße 15
D-76133 Karlsruhe

Tel: +49 (721) 920 918 0
Fax: +49 (721) 920 918 29
http://www.sitewaerts.de
>>>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: FOP Extensions

2002-01-14 Thread Software AG

Hi.

Having downloaded fop 0.20.2-bin and -src, I had read the documentation
about extensions. There is says to add my own extension, I better had a look
at the source in org.apache.fop.extension.  Unfortunately the only
documented class is ExtensionObj, stating to be "base class for extension
objects".
This is why I had to ask the list.

What I have is code that can render data from a DOM tree and gives me a
java.awt.Image, which I can then use in applications or convert to GIF
images. Now I want to reuse that code within FOP. I assume in your words
this means I want an area in the output, but I really do not know what an
area actually is. For me it sounds more like graphics, but I do not want to
use SVG since I'd have to recode what is already there.

So if I choose 1 (see below), I need to do "a similar sort of thing to all
other fo objects". Does this mean I have to extend Area or FObj?

For my understanding, I have to extend ExtensionObj, which also is an FObj
and override the layout(Area) method. But then I do not know how to insert
the image into the Area (do I have to extend that also?) and how to retrieve
the DOM source (maybe that is done via the PropertyLists?).

Hiran


> -Ursprüngliche Nachricht-
> Von: Keiron Liddle [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 11. Januar 2002 10:21
> An: [EMAIL PROTECTED]
> Betreff: Re: FOP Extensions
> 
> 
> Hi,
> 
> I think you confusing a few things.
> 
> Starting from this page:
> http://xml.apache.org/fop/extensions.html
> (it could be a bit better and there will be some examples one day)
> 
> The default extensions are svg and the bookmarks so you can 
> just use these.
> 
> To make your own extension you need to consider what you want 
> to do first.
> 
> 1. do you want to put a formatting object area in the output, 
> eg. some 
> text, block etc.
> 2. do you want a graphic in the output, ie. somthing that 
> could be done 
> with svg
> 3. do you want to do some document specific settings such as what the 
> bookmarks does
> also what version are you using, this is about the latest release.
> 
> 
> If 1. then you need to do a similar sort of thing to all 
> other fo objects.
> If 2. then you setup a class that can get a DOM and turn it into SVG.
> If 3. then it is a bit more difficult.
> 
> It doesn't say to extend ExtensionObj, this is just an example.
> 
> More below...
> 
> On 2002.01.10 18:15 Software AG wrote:
> > Hi, there.
> > 
> > Trying to create a FOP Extension I'm getting totally 
> confused with the
> > docs.
> > The HTML document says to just have a look at 
> org.apache.fop.extensions.*
> > and implement the ExtensionObj interface. ExtensionObj is not an
> > interface
> > but a class, and hardly documented. So all I know is I need 
> to overload
> > the
> > 
> > public Status layout(Area area)
> > 
> > method. I have rendering code that eats a dom tree and spits out a
> > java.awt.Image or GIF or whatsoever. Looking at the SVG 
> extension code
> > confused me more than it helped. From the list archives I could not
> > derive a
> > cookbook what to do.
> > 
> > - What class do I have to extend: Area (like SVGArea) or 
> ExtensionObj?
> 
> You will likely need to extend FObj.
> 
> > - How is this new class going to get the DOM tree inside the
> > fo:instream-foreign-object element?
> 
> The same what that SVG gets the DOM
> 
> 
> > - How is this new class going to pass the rendered image to FOP?
> 
> ??
> If you want SVG for the output then just do what the SVG 
> does, ie. put the 
> SVG DOM into an SVGArea.
> 
> > - How do I correctly register the new class so FOP will call it?
> 
> As on the website
> "include the following file 
> "/META-INF/services/org.apache.fop.fo.ElementMapping". In 
> this file you 
> need to put the fully qualified classname of your element 
> mappings class. 
> This class must implement the "org.apache.fop.fo.ElementMapping" 
> interface."
> 
> 
> > - What happens if I cannot provide name spaces on the elements?
> 
> You must have a separate namespace.
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: Any real-life business use ?

2002-01-14 Thread Beer, Christian

I implemented a small class, that analyses the jpg header, extracts the
dpi value and then sets the width and/or height of that image.

-Ursprüngliche Nachricht-
Von: Stefan Weber [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 14. Januar 2002 10:09
An: '[EMAIL PROTECTED]'
Betreff: RE: Any real-life business use ?


what kind workaround for Images are you using?

Stefan

-Original Message-
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: AW: Any real-life business use ?


Hi!

We use FOP in a project for our customer. Our applications create letters 
and postcards. The count of pages differ from 1 to 5 pages. The speed is 
good. We only had a few problems in the beginning, because some points in
the XSL-spec are not or not good enough implemented.

I'm looking forward to see what the new design brings for fop (speed and 
functionality).

The only point is, that the image processing is not perfect. The dpi of
an image is not processed. But we found a workaround.

Christian 


DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer  ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster  Fax  : +49(251)979-2020
Germany Email: [EMAIL PROTECTED]  

-Ursprüngliche Nachricht-
Von: Patrick Andries [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 13. Januar 2002 23:31
An: [EMAIL PROTECTED]
Betreff: Any real-life business use ?


Hello everyone,

I have busy evaluated the FO technology and I would like to hear from 
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding 
it in servlets ? How do they cope with the "speed" ? How do they justify 
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would 
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

<<<
sitewaerts GmbH
Hebelstraße 15
D-76133 Karlsruhe

Tel: +49 (721) 920 918 0
Fax: +49 (721) 920 918 29
http://www.sitewaerts.de
>>>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Any real-life business use ?

2002-01-14 Thread Stefan Weber

what kind workaround for Images are you using?

Stefan

-Original Message-
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: AW: Any real-life business use ?


Hi!

We use FOP in a project for our customer. Our applications create letters 
and postcards. The count of pages differ from 1 to 5 pages. The speed is 
good. We only had a few problems in the beginning, because some points in
the XSL-spec are not or not good enough implemented.

I'm looking forward to see what the new design brings for fop (speed and 
functionality).

The only point is, that the image processing is not perfect. The dpi of
an image is not processed. But we found a workaround.

Christian 


DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer  ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster  Fax  : +49(251)979-2020
Germany Email: [EMAIL PROTECTED]  

-Ursprüngliche Nachricht-
Von: Patrick Andries [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 13. Januar 2002 23:31
An: [EMAIL PROTECTED]
Betreff: Any real-life business use ?


Hello everyone,

I have busy evaluated the FO technology and I would like to hear from 
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding 
it in servlets ? How do they cope with the "speed" ? How do they justify 
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would 
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

<<<
sitewaerts GmbH
Hebelstraße 15
D-76133 Karlsruhe

Tel: +49 (721) 920 918 0
Fax: +49 (721) 920 918 29
http://www.sitewaerts.de
>>>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: Any real-life business use ?

2002-01-14 Thread Beer, Christian

Hi!

We use FOP in a project for our customer. Our applications create letters 
and postcards. The count of pages differ from 1 to 5 pages. The speed is 
good. We only had a few problems in the beginning, because some points in
the XSL-spec are not or not good enough implemented.

I'm looking forward to see what the new design brings for fop (speed and 
functionality).

The only point is, that the image processing is not perfect. The dpi of
an image is not processed. But we found a workaround.

Christian 


DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer  ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster  Fax  : +49(251)979-2020
Germany Email: [EMAIL PROTECTED]  

-Ursprüngliche Nachricht-
Von: Patrick Andries [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 13. Januar 2002 23:31
An: [EMAIL PROTECTED]
Betreff: Any real-life business use ?


Hello everyone,

I have busy evaluated the FO technology and I would like to hear from 
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding 
it in servlets ? How do they cope with the "speed" ? How do they justify 
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would 
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Printing properties...

2002-01-14 Thread Raúl Carazo

Can I set any printing property on my pdf-report? And how it affect to
the printing of it?

For example, can I set the border of the sheet, and can I force to the
printer not to modify it???

   Thanks a lot!

Salve


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Who does this stuff? and Christian

2002-01-14 Thread Keiron Liddle

On 2002.01.11 19:27 Art Welch wrote:
> Is there a list of committers and/or contributors to FOP somewhere?
> Shouldn't there be one - at least the committers? I looked quickly
> through
> the FOP site and did not see it anywhere.

Other projects usually have at least a list of the committers and often a 
list of contributors. This is something that could be added to the 
website. The xml.apache.org site redesign may have this (read the general 
list for more info) as a standard part.
Some info is in the STATUS file but it is out of date.
Are you volunteering to put the information together?

> I was thinking about this, because after seeing a long stream of
> contributions from Christian over the past several weeks, it occurred to
> me
> that if he is not already a committer, he should probably be one. Maybe I
> missed it, but I do not recall a vote on this or anything - but maybe it
> is
> just my memory failing me.

Since I am going to be away for a while after today I will give a 
preemptive +1 to that.

Keiron.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Any real-life business use ?

2002-01-14 Thread Phillips Tony

Currently using it for final stage of invoice production; we generate XML
data as part of our legal accounts application.  Very impressed so far, no
major problems - except keeping with next!

Tony

> -Original Message-
> From: Jozef Chocholacek [mailto:[EMAIL PROTECTED]]
> Sent: 14 January 2002 08:35
> To: [EMAIL PROTECTED]
> Subject: Re: Any real-life business use ?
> 
> 
>  Hello (world :)!
> 
> Patrick Andries wrote:
> 
> > I have busy evaluated the FO technology and I would like to 
> hear from 
> > people that are using it for real-life business needs.
> > 
> > What kind of documents are they using it with ? What volume 
> ? Embedding 
> > it in servlets ? How do they cope with the "speed" ? How do 
> they justify 
> > using FO to their bosses ?
> > 
> > Anybody with both 3B2 and FO  or Compuset and FO experience 
> ? I would 
> > love to hear your story.
> 
> 
>We use FOP in commercial projects, e.g. for generating 
> documents for 
> life insurance (proposals, policies, change requests, claims, payment 
> orders, ...) in front-end application (servlet based).
> 
>We integrated (a little patched) FOP into HyperQbs 
> (http://www.hyperqbs.org) as an alternative parser and we use 
> it that way.
> 
>We (and our clients too) are satisfied with quality of documents 
> generated by FOP except of problems with "keep-with-next" attribute 
> which is not implemented correctly yet. This is the only 
> complaint we have.
> 
> 
>Best regards,
> 
> J.Ch.
> -- 
> Ing. Jozef Chocholacek  Qbizm Technologies, Inc.
> Chief Project Analyst   ... the art of internet.
> 
> Kralovopolska 139  tel: +420 5 4124 2414
> 601 12 Brno, CZ  http://www.qbizm.com  fax: +420 5 4121 2696
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 



E-MAIL DISCLAIMER

The information in this e-mail and any attachment is confidential. 
It is intended only for the named recipient(s). If you are not a
named recipient please notify the sender immediately and do not
disclose the contents to another person or take copies. Although
Axxia Systems has taken every reasonable precaution to ensure
that any attachment to this e-mail has been checked for viruses, 
it is strongly recommended that you carry out your own virus 
check before opening any attachment, as we cannot accept
liability for any damage sustained as a result of software virus 
infection. Axxia Systems reserves the right and senders of
messages shall be taken to consent to the monitoring and
recording of e-mails addressed to axxia.com.
***


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Any real-life business use ?

2002-01-14 Thread Thomas Kübler

Hallo,

i used fop for printing postcards with the internet.
you can see it under www.lovelycard.de


thomas kübler

- Original Message -
From: "Patrick Andries" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 13, 2002 11:31 PM
Subject: Any real-life business use ?


> Hello everyone,
>
> I have busy evaluated the FO technology and I would like to hear from
> people that are using it for real-life business needs.
>
> What kind of documents are they using it with ? What volume ? Embedding
> it in servlets ? How do they cope with the "speed" ? How do they justify
> using FO to their bosses ?
>
> Anybody with both 3B2 and FO  or Compuset and FO experience ? I would
> love to hear your story.
>
>
> Patrick Andries
>
>
> - ° - ° - ° - °
> Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
> Traduction complète, mise à jour, texte en ligne
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




SV: Any real-life business use ?

2002-01-14 Thread Klosa Uwe

Hi Matthias,

what's your problem with embedding fonts and unicode. It works for me.
I embed the ArialMSUnicode in my pdf-files. Have a look at
http://publications.uu.se/theses/

Best regards

Uwe Klosa



-Ursprungligt meddelande-
Från: Matthias Fischer [mailto:[EMAIL PROTECTED]]
Skickat: den 14 januari 2002 09:26
Till: [EMAIL PROTECTED]
Ämne: RE: Any real-life business use ?


All in all, we're making good experience in using FOP+Cocoon2 for the
production of technical documentation. Speed is no problem, even with many
images, but requires certain precautions.

Cocoon2 is not always at the hight of FOP, documentation on FOP is
insufficient.

We haven't succeeded yet in embedding fonts (FOP description seems not to
work) and Unicode.

Matthias


-Original Message-
From: Patrick Andries [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 13, 2002 11:31 PM
To: [EMAIL PROTECTED]
Subject: Any real-life business use ?


Hello everyone,

I have busy evaluated the FO technology and I would like to hear from
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding
it in servlets ? How do they cope with the "speed" ? How do they justify
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: nbsp in FO

2002-01-14 Thread Manuel Moons


Try to use   instead

>From: "Maneshi Tuli" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: nbsp in FO
>Date: Thu, 10 Jan 2002 17:07:47 -0500
>
>
>Hi ,
>I am converting my html into FOP,
>In my html i have nbsp , that i want to replace with space in fo ,
>it seems fo doesn't recognize nbsp , so it doesn't give me space 
>corresponding to this nbsp,
>plz can any body suggest me what should i do to get this space.
>
>thanks
>Manehsi
>
>
>
>
>
>--
>
>This e-mail may contain confidential and/or privileged information. If you 
>are not the intended recipient (or have received this e-mail in error) 
>please notify the sender immediately and destroy this e-mail. Any 
>unauthorized copying, disclosure or distribution of the material in this 
>e-mail is strictly forbidden.
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, email: [EMAIL PROTECTED]
>


_
Meld je aan bij de grootste e-mailservice wereldwijd met MSN Hotmail: 
http://www.hotmail.com/nl


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Any real-life business use ?

2002-01-14 Thread Jozef Chocholacek

 Hello (world :)!

Patrick Andries wrote:

> I have busy evaluated the FO technology and I would like to hear from 
> people that are using it for real-life business needs.
> 
> What kind of documents are they using it with ? What volume ? Embedding 
> it in servlets ? How do they cope with the "speed" ? How do they justify 
> using FO to their bosses ?
> 
> Anybody with both 3B2 and FO  or Compuset and FO experience ? I would 
> love to hear your story.


   We use FOP in commercial projects, e.g. for generating documents for 
life insurance (proposals, policies, change requests, claims, payment 
orders, ...) in front-end application (servlet based).

   We integrated (a little patched) FOP into HyperQbs 
(http://www.hyperqbs.org) as an alternative parser and we use it that way.

   We (and our clients too) are satisfied with quality of documents 
generated by FOP except of problems with "keep-with-next" attribute 
which is not implemented correctly yet. This is the only complaint we have.


   Best regards,

J.Ch.
-- 
Ing. Jozef Chocholacek  Qbizm Technologies, Inc.
Chief Project Analyst   ... the art of internet.

Kralovopolska 139  tel: +420 5 4124 2414
601 12 Brno, CZ  http://www.qbizm.com  fax: +420 5 4121 2696


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Any real-life business use ?

2002-01-14 Thread Matthias Fischer

All in all, we're making good experience in using FOP+Cocoon2 for the
production of technical documentation. Speed is no problem, even with many
images, but requires certain precautions.

Cocoon2 is not always at the hight of FOP, documentation on FOP is
insufficient.

We haven't succeeded yet in embedding fonts (FOP description seems not to
work) and Unicode.

Matthias


-Original Message-
From: Patrick Andries [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 13, 2002 11:31 PM
To: [EMAIL PROTECTED]
Subject: Any real-life business use ?


Hello everyone,

I have busy evaluated the FO technology and I would like to hear from
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding
it in servlets ? How do they cope with the "speed" ? How do they justify
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




user authentication

2002-01-14 Thread ektan

hi,
can fop generates a pdf file which can be protected by password?

Thanks for any help you can give.


best rgds,
ektan






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Any real-life business use ?

2002-01-14 Thread José María Pérez Villadeamigo

Hello

I´m using fop in a real java application. This application manages customer
orders, invoices, articles and stock, to help the user in his shoes
fabrication bussines. All the reports (invoices, orders, fabrication order
and many list reports) are made using fop. The length of this report goes
from 1 to 30 pages ~.

All the report formats are pdf. The application generate XML files and my
report system passes this xml file and a xsl file throw fop. The speed is
good and also the final result for the user (my "bosses"). They use these
reports in their real bussines (invoice, order, etc).

Bye.
José Mª


- Original Message -
From: "Patrick Andries" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 13, 2002 11:31 PM
Subject: Any real-life business use ?


> Hello everyone,
>
> I have busy evaluated the FO technology and I would like to hear from
> people that are using it for real-life business needs.
>
> What kind of documents are they using it with ? What volume ? Embedding
> it in servlets ? How do they cope with the "speed" ? How do they justify
> using FO to their bosses ?
>
> Anybody with both 3B2 and FO  or Compuset and FO experience ? I would
> love to hear your story.
>
>
> Patrick Andries
>
>
> - ° - ° - ° - °
> Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
> Traduction complète, mise à jour, texte en ligne
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]