Re: Images and https

2005-03-07 Thread rohit . rastogi
This is what I get when I try to connect .I am trying to pull an image from a secure site using fo:external-graphics tag. We have an Apache Web server infront of an IBM Websphere App server. The call for image is made by the App server during the conversion of XML to FOP .

Re: Images and https

2005-03-07 Thread rohit . rastogi
The problem is very clear . The FOP transformation fails when the fo:external-graphics tag has a source to an image which is in secured site(ex: https:///someimage.jpg;. ) . Please let me know if you have any ideas for this. Thanks Rohit

Images and https

2005-03-04 Thread rohit . rastogi
Hi, I have a problem in retrieving images in FOP through https.Has anyone encountered this ? We are using WAS 5.1 and FOP 0.2.05. Thanks Rohit - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Font and image problem

2005-02-25 Thread rohit . rastogi
Hi, I have a strange problem.I have set some custom fonts in the userconfig.xml . In my java code I am using the org.apache.fop.configuration.Configuration.put(baseDir ,baseDir); code to set my base dir. The problem is the fonts are picked correctly but if there is any image in

Re: Out of Memory problem

2005-02-24 Thread rohit . rastogi
Can we set the memory programmaticaly? Thanks Rohit Chris Bowditch

Out of Memory Error

2005-02-23 Thread rohit . rastogi
Hi Anyone have an idea about how to increase memory for FOP programaticaly.I get Out of Memory error when I try to user the transform() Method of the Transformer Class Thanks Rohit - To unsubscribe, e-mail: [EMAIL PROTECTED]

Bullets in FOP

2005-02-17 Thread rohit . rastogi
Hi , How do I get bullets (Circle,Square and Filled Dot in FOP ) . Thanks Rohit - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Bullets in FOP

2005-02-17 Thread rohit . rastogi
Thanks Pascal :). Regards Rohit Pascal Sancho

problem with br/ tag

2004-12-17 Thread rohit . rastogi
Hi, I have an HTML content which I am converting to PDF using FOP.I have problem with the carriage retrun tag br/. The new lines does not appear in the PDF. Any one has any idea abt it ? Please reply. Thanks and Regards Rohit -

RE: Font style problem

2004-12-01 Thread rohit . rastogi
So does it mean that I create an xml file for every required ttf font file ? Regards Rohit Andreas L.

Font style problem

2004-11-30 Thread rohit . rastogi
Hi I have all the fonts available in my System . But the fop does not pick up the right font while applying. Here is the code I have in XSLT xsl:template match=html:[EMAIL PROTECTED]'font-family:Times'] fo:inline font-family=Times xsl:apply-templates/

RE: Applying multiple styles using span tag problem

2004-11-25 Thread rohit . rastogi
Thanks Adreas,I will work it from here. Its realy a fantastic idea. Regards Rohit Andreas L.

RE: Applying multiple styles using span tag problem

2004-11-25 Thread rohit . rastogi
I am trying to write an XSLT-FO for generating PDF for the XHTML Content. Regards Rohit Andreas L.

Applying multiple styles using span tag problem

2004-11-24 Thread rohit . rastogi
Hi I have a span tag which looks like span style=font-family:Times;text-decoration:underlineThank you for investing in our services/span In my xsl-fo I have templates as xsl:template match=html:[EMAIL PROTECTED]'text-decoration:underline'] fo:inline text-decoration=underline

Re: stylesheet creation - visual editor or text editor?

2004-11-22 Thread rohit . rastogi
Hi , I am trying to create a style sheet so that the Header info appears only on page one. I want to know whether is it possible ? Appreciate your reply. Thanks and Regards Rohit - To unsubscribe, e-mail: [EMAIL PROTECTED]

Header Help

2004-11-22 Thread rohit . rastogi
Hi, Please help me out in fixing this header problem. I am trying to create an xsl for XHTML with an extra header tag in it. This represent the header. I want the header in the first page only .Rest of the pages should not contain the header. I have created the following style sheet. But it does