Re: Email

2007-03-27 Thread Mukku Sarath Kiran

liam grimes liamgrimes at gmail.com writes:

 
 Hi all have anyone tried to render the fo stream to pdf and email it to an 
recipient.?? Is it possible in java.. if so can you please help.Thanx


Hi,

 render fo stream to pdf : download fop 0.93 , see there is example   
   ExampleFO2PDF.java. you can get an idea.


 for emailing pdf, you can write program like

 javax.mail.Session mailSession   = javax.mail.Session.getDefaultInstance( 
  properties, null );
Multipart  mep= new MimeMultipart();
MimeBodyPart mebp1  = new MimeBodyPart();
MimeBodyPart mebp2  = new MimeBodyPart();

message = new MimeMessage( mailSession );
message.setFrom( );
message.setRecipients( );

try {
if (Attachment!=null) {
FileDataSource fds = new FileDataSource( Attachment );
mebp2.setDataHandler( new DataHandler( fds ));
mebp2.setFileName( fds.getName() );
}
}
   
mebp1.setText( );
mep.addBodyPart( mebp1 );
mep.addBodyPart( mebp2 );

// add the Multipart to the message
message.setContent( mep );

Transport.send( message, addrRecipient );

  sarath




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



Email

2007-03-26 Thread liam grimes

Hi all have anyone tried to render the fo stream to pdf and email it to an
recipient.?? Is it possible in java.. if so can you please help.
Thanx


Re: Email

2007-03-26 Thread a_l . delmelle
- Oorspronkelijk bericht -
Van: liam grimes [mailto:[EMAIL PROTECTED]

Hi Liam,

Hi all have anyone tried to render the fo stream to pdf and email it to an
recipient.?? Is it possible in java.. if so can you please help.

Should be no problem. I never did exactly that myself, but I did implement a 
small notification mechanism once that sent out a plain-text mail to let a 
given user know that the output he requested was ready to be downloaded.

Google around some for Java Mail, and you will definitely get some clues.

HTH!

Cheers,

Andreas



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



Re: '[EMAIL PROTECTED]'Hello all,

2007-01-08 Thread Chuck Bearden
I found the RenderX XSL-FO tutorial quite helpful while learning
XSL-FO.  See the part about external graphics:

http://www.renderx.com/tutorial.html#Graphics

Best wishes,
Chuck

On 1/5/07, Prashant Saraf [EMAIL PROTECTED] wrote:




Hello all,

I need to put image in PDF, can some one tell me how to do it. If u give any
example thanks for that





Thanks and Regards

प्रशांत सराफ

(Prashant Saraf)

SE-I

Cross Country Infotech

Ext : 72543


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

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



[EMAIL PROTECTED]

2006-06-30 Thread tony schmidt
Help unsubscribe!  I've sent a mail to this address: 
[EMAIL PROTECTED] several times without 
success...




From: Jeremias Maerki [EMAIL PROTECTED]
Reply-To: fop-users@xmlgraphics.apache.org
To: fop-users@xmlgraphics.apache.org
Subject: Re: PDF Encrption problem
Date: Fri, 30 Jun 2006 10:10:55 +0100


On 30.06.2006 09:00:55 Chris Bowditch wrote:
 Singhal, Ramneek (Exchange) wrote:

  Hi
 
  I am able to create PDF with encryption. I think it was policy file
  problem. I installed RC4 providers as extension and it worked fine.
 
  Now I have another problem. I am embedding Time New Roman and Ariel
  fonts in generated PDF. If I create PDF with -noprint switch while 
open

  the generated PDF in Acrobet it complains that its not able to extract
  embedded fonts and all the text becomes garbage. Whereas without
  -noprint switch everthing works fine.

 I seem to remember that FOP 0.20.5 had a bug which mean encryption
 didn't work with custom fonts. This issue is fixed in 0.92beta, so why
 not upgrade?

Nonono, the problem is still not fixed. ToUnicode tables are still
missing. Patch available in Bugzilla but it is code snatched from FOray.
To apply that proper licensing has to be established.

Jeremias Maerki


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





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



Re: [EMAIL PROTECTED] last week

2005-07-27 Thread Simon Pepping
And nice pictures. Now I can put a face to a few names.

Simon

On Tue, Jul 26, 2005 at 09:51:56PM +0200, Simon Pepping wrote:
 Jeremias,
 
 A fine presentation. Thanks.
 
 Simon
 
 On Mon, Jul 25, 2005 at 03:22:39PM +0200, Jeremias Maerki wrote:
  I would like to thank everyone from the FOP user community who attended
  ApacheCon last week and my session on FOP in particular. Also, thank you
  for the various feedback I got and the good talks I had with some of you.
  
  I think people are happy that they get a signal that FOP is not dead and
  the end of the tunnel is visible. Personally, I was quite surprised
  to see how many Apache projects are actually using (or have used) FOP
  (directly or indirectly) and how important it is for them to have FOP
  around. A similar picture from outside the ASF. I hope with some final
  effort we can prepare FOP to be attractive again to everyone, especially
  to new contributors.
  
  I especially enjoyed meeting Christian Geisert (a FOP committer) in
  person. He lives only 1 hour from Stuttgart so he decided to come in for
  a visit on Tuesday.
  
  If anyone wants to look up my slides for the FOP session, they are
  available from here:
  http://wiki.apache.org/apachecon/Eu2005OnlineSessionSlides
  
  FOP lives! :-)
  
  Jeremias Maerki
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 -- 
 Simon Pepping
 home page: http://www.leverkruid.nl
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
Simon Pepping
home page: http://www.leverkruid.nl


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



Re: [EMAIL PROTECTED] last week

2005-07-27 Thread Christian Geisert

[EMAIL PROTECTED] schrieb:

I think we should start a FOP users/Success stories wiki page

I could contribute to that. I use FOP for all the document production 


Yes please!!

needs of a small software company. The documents are as large as 2000 
pages, with as many as 25,000 internal links, all fully bookmarked.


If you get such a thing going and post a link, I'll stop by and provide 
more depth about what I do with FOP here.


It's wiki so just add the links yourself at 
http://wiki.apache.org/xmlgraphics-fop/ and start writing ;-)

I think two pages would be a good idea, one FopUsers (or PowerdByFOP?)
for Companys/Projects using FOP and SuccessStories for more detailed
Stories.

Christian

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



RE: [EMAIL PROTECTED] last week

2005-07-25 Thread Matthias Wessendorf
Jeremias,

the talk was fine. Thanks for that.
We both talked on monday (at Apache booth) ;)

BTW. during the session there was a question regardings WordML.
On my day job we played with that fo2wordml project, but it doesn't cover
all of the WordML.

Nice to meet you.

-Matthias (Apache MyFaces)

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