Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
JSP - A mailing list about Java Server Pages specification and reference
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
PDF using script

PDF using script

2006-08-30       - By Md Sagri

 Back
hi Carsten,
Well both rhino and beanshell are out of my knowledge.
Any ways thanks alot for that suggestion.

Carsten Hammer <Carsten.Hammer@(protected)> wrote: You might be able to use
rhino (http://www.mozilla.org/rhino/) with
itext. I do not know rhino and cant say what is possible using it. I
used successfully beanshell (http://www.beanshell.org/) with itext. It
works like programming in java but without the need of a compiler. In
fact I sent a patch to allow to use beanshell scripts (or the plugin
classes as java sourcecode) within the itext toolbox a few years ago to
Bruno. However there are very good reasons to not merge a dependency to
third party libraries to itext that are still valid for most usages of
itext. If I remember right the patch has been very short and you should
be able to do the same if this is an option for you.
Best regards,
Carsten


Md Sagri schrieb:
> I want to create PDF at the client end
> using java script
>
> */bruno
/* wrote:
>
>     Md Sagri wrote:
>
>      > I wanna know whether is it possible to generate PDF using script.
>      > please give me some suggestion.
>
>     ?
>     I don't understand the question.
>     You have already created PDF using a Servlet.
>     You can create PDF using a standalone app too.
>     What exactly do you mean when you say 'using script'?
>     A shell script? A php script? Perl?
>     Please clarify.
>     br,
>     Bruno
>
>     -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
>     Using Tomcat but need to do more? Need to support web services,
>     security?
>     Get stuff done quickly with pre-integrated technology to make your
>     job easier
>     Download IBM WebSphere Application Server v.1.0.1 based on Apache
>     Geronimo
>     http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>     __ ____ ____ ____ ____ ____ ____ ____ ____ ____
>     iText-questions mailing list
>     iText-questions@(protected)
>     https://lists.sourceforge.net/lists/listinfo/itext-questions
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
> Here's a new way to find what you're looking for - Yahoo! Answers
>
> Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8.
> Get it NOW
>  
>
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
>
> __ ____ ____ ____ ____ ____ ____ ____ ____ ____
> iText-questions mailing list
> iText-questions@(protected)
> https://lists.sourceforge.net/lists/listinfo/itext-questions

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions


       
-- ---- ---- ---- ---- ---- -----
Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW
hi Carsten, <br> Well both rhino and beanshell are out of my knowledge.<br> Any
ways thanks alot for that suggestion.<br><br><b><i>Carsten Hammer &lt;Carsten
.Hammer@(protected)&gt;</i></b> wrote:<blockquote class="replbq" style="border
-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> You
might be able to use rhino (http://www.mozilla.org/rhino/) with <br>itext. I do
not know rhino and cant say what is possible using it. I <br>used successfully
beanshell (http://www.beanshell.org/) with itext. It <br>works like programming
in java but without the need of a compiler. In <br>fact I sent a patch to allow
to use beanshell scripts (or the plugin <br>classes as java sourcecode) within
the itext toolbox a few years ago to <br>Bruno. However there are very good
reasons to not merge a dependency to <br>third party libraries to itext that
are still valid for most usages of <br>itext. If I remember right the patch has
been very short and you should <br>be able
to do the same if this is an option for you.<br>Best regards,<br>Carsten<br>
<br><br>Md Sagri schrieb:<br>&gt; I want to create PDF at the client end<br>&gt;
using java script<br>&gt; <br>&gt; */bruno <bruno @(protected)="">/* wrote:<br>
&gt; <br>&gt;     Md Sagri wrote:<br>&gt; <br>&gt;      &gt; I wanna know
whether is it possible to generate PDF using script.<br>&gt;      &gt; please
give me some suggestion.<br>&gt; <br>&gt;     ?<br>&gt;     I don't understand
the question.<br>&gt;     You have already created PDF using a Servlet.<br>&gt;
    You can create PDF using a standalone app too.<br>&gt;     What exactly do
you mean when you say 'using script'?<br>&gt;     A shell script? A php script?
Perl?<br>&gt;     Please clarify.<br>&gt;     br,<br>&gt;     Bruno<br>&gt; <br
>&gt;     -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
---<br>&gt;     Using Tomcat but need to do more? Need to support web services,
<br>&gt;     security?<br>&gt;     Get
stuff done quickly with pre-integrated technology to make your<br>&gt;     job
easier<br>&gt;     Download IBM WebSphere Application Server v.1.0.1 based on
Apache<br>&gt;     Geronimo<br>&gt;     http://sel.as-us.falkag.net/sel?cmd=lnk
&amp;kid=120709&amp;bid=263057&amp;dat=121642<br>&gt;     __ ____ ____ ____ ____
__ ____ ____ ____ ____ __<br>&gt;     iText-questions mailing list<br>&gt;    
iText-questions@(protected)<br>&gt;     https://lists.sourceforge.net
/lists/listinfo/itext-questions<br>&gt; <br>&gt; <br>&gt; -- ---- ---- ---- ----
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- --<br>&gt; Here's a new way to
find what you're looking for - Yahoo! Answers <br>&gt; <http:><br>&gt; Send
FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. <br>&gt; Get
it NOW <br>&gt; <http:> <br>&gt; <br>&gt; <br>&gt; <br>&gt; -- ---- ---- ------
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----<br>&gt; <br>&gt;
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----<br>
&gt; Using Tomcat but need to do more? Need to support web services, security?
<br>&gt; Get stuff done quickly with pre-integrated technology to make your job
easier<br>&gt; Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo<br>&gt; http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709
&amp;bid=263057&amp;dat=121642<br>&gt; <br>&gt; <br>&gt; -- ---- ---- ---- -----
-- ---- ---- ---- ---- ---- ---- ---- ---- ------<br>&gt; <br>&gt; __ ____ _____
__ ____ ____ ____ ____ ____ ______<br>&gt; iText-questions mailing list<br>&gt;
iText-questions@(protected)<br>&gt; https://lists.sourceforge.net
/lists/listinfo/itext-questions<br><br>-- ---- ---- ---- ---- ---- ---- ---- ---
-- ---- ---- ---- ---- ---- ----<br>Using Tomcat but need to do more? Need to
support web services, security?<br>Get stuff done quickly with pre-integrated
technology to make your job easier<br>Download
IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo<br>http:/
/sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
<br>__ ____ ____ ____ ____ ____ ____ ____ ____ ____<br>iText-questions mailing
list<br>iText-questions@(protected)<br>https://lists.sourceforge.net
/lists/listinfo/itext-questions<br></http:></http:></bruno></blockquote><br><p>&
#32;
 

 
    <hr size=1></hr>
Here's a new way to find what you're looking for - <a href="http://us.rd.yahoo
.com/mail/in/yanswers/*http://in.answers.yahoo.com/">Yahoo! Answers</a> <BR>
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. <a href=
"http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.yahoo.com"
>Get it NOW</a>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions

©2008 junlu.com - Jax Systems, LLC, U.S.A.