Source file for Logger and Avalon-framework

2003-07-17 Thread susan atmaja
Hi,

Can anybody highlight me where I can find a particular source code for 
Avalon-Framework and Logger, which are used by FOP?

I searched in the distribution list, but I didn't find it. The FOP-src only 
contains the class files of these packages.

Please advise. Thanks.

-Susan-

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


table-row wrap

2003-06-15 Thread susan atmaja
Hi,

I have a problem with table row when the content of table cell exceeds the 
witdth specified.

E.g. a table with 3 columns, with the following values : , , 
When the value of 1st column exceeds the width specified, the last few 
characters of the first column value will be overlapped with the first few 
characters of the second column, etc. And when the columns have exceeded the 
page width, then the values are truncated.

I want the following to be the output :
Each column's value is completely displayed (no overlapping).  When the end 
of table / page is reach, I want the next values to be wrapped to the next 
row.

For example,


Please advise. Thanks.

-Susan-

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


How to lock / disable saving of PDF file

2003-05-29 Thread susan atmaja
Hi,

Can we stop the generated PDF file from being saved? If yes, how?
Can we lock the generated PDF file so that it can't be altered by any adobe 
acrobat creator? If yes, how to do that?

Really need this information urgently. Thanks.

-Susan-

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Question on Licensing

2002-05-13 Thread susan atmaja

Hi,

I have a question regarding licensing, with regard to Adobe.

As I understand, PDF format is owned by Adobe and I'm wondering whether 
there's any license or legal issues in generating a PDF file.
What we do with FOP is formatting data into PDF format.
Is there any license issue here? Do we need to get a consent from Adobe, or 
something like that?

How about for bussiness bodies? For example, if  a company were to generate 
a PDF file using FOP and host the file in its website?
Is there any legal issue for the rendering of data into PDF format?

Please advise.
Thanks.



_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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




FopException:master reference for 'fo:page-sequence' matches

2002-04-09 Thread susan atmaja

Hi,

I'm trying to convert xml and xsl file into pdf file, but the following 
exception was thrown :
Fop Exception - master reference for 'fo:page-sequence' matches no 
'simple-page-master' or 'page-sequence-master'

Please advise.

Note:
The xsl file that i'm using is inside the distributed jar file for fop 
0.20.3, as follows:

http://www.w3.org/1999/XSL/Transform"; version="1.0"
 xmlns:fo="http://www.w3.org/1999/XSL/Format";>


http://www.w3.org/1999/XSL/Format";>














xsl:fo short reference - p. 






   
xsl:fo short reference
 



 
Content
 

 





   
  
 
)
 
  
  
 

 
  
   


 


 
The explanation of the flow objects is based (mostly verbatim) 
on the section
6.2 of the XSL W3C Candidate Recommendation 21 November 2000. 
More info at the beginning
of the file xslfoRef.xml.
 








   

   



   
 
   




   
 
   



   

   



   
   Content: 
   



   
  Properties:
   
   
 
   



   
 
   




   
 
   




   Values: 
   




_
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]




FOPException:no protocol when executin driver.run()

2002-03-24 Thread susan atmaja

Hi,

I'm currently using fop 0.20.3
I tried to run the sample file given (embedding FOP in servlet), however I 
got an expection when driver.run() command is called.

Below is the sample program that I used.

ByteArrayOutputStream out = new ByteArrayOutputStream();

response.setContentType("application/pdf");
Driver driver = new Driver(foFile, out);
driver.setLogger(log);
driver.setRenderer(Driver.RENDER_PDF);
driver.run();

The exception I got was FOPException, with the message: No protocol.

What is the cause of this exception? How to overcome this?
Please advise.

With Regards,
Susan

_
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]