Re: XML to PDF

2002-10-20 Thread Litrik De Roy
Take a look at
http://www.inventivedesigners.com/products/scriptura/demo.html

Inventive Designers' product Scriptura was used to design the document and
merge the dynamic data (as text and as a bar code). Cocoon is serving the
page (using its built-in FOP rendering capabilities).

Litrik De Roy
www.litrik.com


- Original Message -
From: "Marquardt, David" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 11, 2002 1:42 PM
Subject: XML to PDF


> > Hello!
> >
> > I'm not really a very experienced programmer yet. So I hope you can
> > help me.
> >
> > Problem:
> > I have an article number (14.211.11.8846). The user shall now have the
> > possibility to get a PDF-File (shown in the browser),
> > in which he can see the article number AND the appropriate BARCODE. Is
> > there any possibility to create a dynamic barcode
> > in XML and to show it in PDF format via Cocoon?
> >
> > I'd really appreciate if you sent me a short example!
> >
> > Best regards,
> > David Marquardt
> >
> >
> >
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: XML to PDF

2002-10-14 Thread Tony Goodwin

I have achieved this using some work originally done by
 Nikolai Grigoriev at renderx.com.
You may still be able to find some examples from their
web site. If not come back, and I'll email some privately
rather than clog up this list.

Tony
-
Tony Goodwin
[EMAIL PROTECTED]
 

-Original Message-
From: Marquardt, David [mailto:[EMAIL PROTECTED]]
Sent: 11 October 2002 12:43
To: [EMAIL PROTECTED]
Subject: XML to PDF


> Hello!
> 
> I'm not really a very experienced programmer yet. So I hope you can
> help me.
> 
> Problem:
> I have an article number (14.211.11.8846). The user shall now have the
> possibility to get a PDF-File (shown in the browser),
> in which he can see the article number AND the appropriate BARCODE. Is
> there any possibility to create a dynamic barcode
> in XML and to show it in PDF format via Cocoon?
> 
> I'd really appreciate if you sent me a short example!
> 
> Best regards,
> David Marquardt
> 
> 
> 

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




Re: XML to PDF

2002-10-11 Thread Jeff Turner

On Fri, Oct 11, 2002 at 01:42:33PM +0200, Marquardt, David wrote:
...
> > Is there any possibility to create a dynamic barcode in XML and to
> > show it in PDF format via Cocoon?

http://www.google.com/search?q=barcode+fop looks interesting.

--Jeff

> > I'd really appreciate if you sent me a short example!
> > 
> > Best regards,
> > David Marquardt

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: XML to PDF

2002-08-19 Thread caleb racey

A good starting point HowTo is at: 
http://www.codeconsult.ch/drafts/cocoon/howto-html-pdf-publishing-DRAFT-
01.html

A guide for using xsl-fo is at:
http://www.dpawson.co.uk/xsl/sect3/bk/index.html

My personal recommendation is to get your version of cocoon tuned up so
it is using optimal memory heap sizesall sorts of weirdness happened
before I did that (none of it reproducible). After a tune up everything
seems to go well. 

For a guide on memory settings goto
http://www.mail-archive.com/cocoon-users@xml.apache.org/msg07206.html 

We are now outputting  300 page pdf docs transformed from xhtml on a low
end dell linux box with 512meg of memory. Previously the machine was
choking at 30 pages (with default cocoon and tomcat memory settings) 

Be careful when developing that you start with small transformations,
then scale them up until the machine can't deal with it anymore.  

Hope this helps 

Cal
  
> -Original Message-
> From: Bobrs [mailto:[EMAIL PROTECTED]]
> Sent: 19 August 2002 00:44
> To: [EMAIL PROTECTED]
> Subject: XML to PDF
> 
> Please All,
>Somebody know some links of tutorial specific
> of transformation XML to PDF !?!?!?
> 
> 
> thanks..
> 
> 
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: XML to PDF

2002-08-18 Thread Martin Geissler

Look at 
http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html

or the docs of the Apache FOP Project

hth
Martin

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: XML to PDF and automatic printing

2001-10-17 Thread Max Larsson

Hi,

am not sure if my idea works, but i came up
with it once. SInce that nobody tested it, but
would be nice to know.
My idea should work with C2. In C2 there is the
pcl serializer, which as much i know produces
output for HP printing language. And if the content
type is known by the OS, it might well be that it is
automatically forwarded to the printer.
For you to produce PCL shouldn't be much work,
because it is based on the same cocept as th PDF
serialzer.

Hope that helps,
but if find a solution or tests this idea and it works,
i would be glad to know about it.

best regards

Max

-Original Message-
From: Lorenzo Casadio [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 17. Oktober 2001 22:12
To: [EMAIL PROTECTED]
Subject: XML to PDF and automatic printing


just told: after transforming XML to PDF, is it
possible to automatically print the resulting PDF
pages (and how)?

__
Do You Yahoo!?
Il Nokia Game รจ on line! Clicca qui per iscriverti e partecipare alla nuova
avventura multimediale entro il 3 novembre.
Vai alla pagina del gioco
http://it.promotions.yahoo.com/info/nokiagame.html!

-
Please check that your question has not already been answered in the
FAQ before posting. 

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



-
Please check that your question has not already been answered in the
FAQ before posting. 

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