Problems with CheckBoxes in PCL

2002-11-25 Thread Rajendran S

I am able to use ZapfDingBats #x2751; to get checkbox in  PDF. But When I 
generate PCL , this appears as letter Q.

When I tested the sample file fonts.fo that comes with FOP distribution to 
generate PCL, it does not generate the check boxes in PCL. I have tried this 
with both 0.20.3 and 0.20.4.

In the site , it is mentioned that PCL generation supports all the basic 14 
fonts.
I appreciate your help.
Thanks







_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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



Re: Fonts

2001-12-27 Thread Rajendran S

Why Verdana is within Quotes in your xsl?


From: Raúl Carazo [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: FOP [EMAIL PROTECTED]
Subject: Fonts
Date: Wed, 26 Dec 2001 16:46:44 +0100
MIME-Version: 1.0
Received: from [64.125.133.20] by hotmail.com (3.2) with ESMTP id 
MHotMailBDF33AFA004C40043798407D85140F250; Wed, 26 Dec 2001 07:42:50 -0800
Received: (qmail 32150 invoked by uid 500); 26 Dec 2001 15:45:24 -
Received: (qmail 32137 invoked from network); 26 Dec 2001 15:45:21 -
From fop-dev-return-12286-srajendran Wed, 26 Dec 2001 07:42:52 -0800
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
list-help: mailto:[EMAIL PROTECTED]
list-unsubscribe: mailto:[EMAIL PROTECTED]
list-post: mailto:[EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Message-ID: 006601c18e24$87265e10$44010059@bm068
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2014.211
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N

Hi everyone upthere

 I'm trying to change the fonts in a pdf report. I have made the 
xml-report and I have its xsl file for formatting it on this way:

?xml version=1.0?

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

xsl:attribute-set name=styleParam

xsl:attribute name=font-size10pt/xsl:attribute

xsl:attribute name=font-familyVerdana/xsl:attribute

xsl:attribute name=font-style/

/xsl:attribute-set

/xsl:stylesheet

But I can't change the font (it appears as TimesNewRoman!!).

 Where is my mistake (obviously, it HAS to be a mistake... I hope!)


 Thx




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




Access to network printer denied from Fop Servlet to send PCL

2001-10-25 Thread Rajendran S

I am using JRUN 3.1 (eval) with IIS 4.0. I am generating FO string and I 
want to generate PCL and send it to the network printer. The code I use is 
given below:
String printer =TS0001T01//prn1;
 sendToPrinter(fopString,printer);

public static void sendToPrinter(String foString,String printerName) throws 
ServletException, IOException, FOPException
  { InputSource foSource = new InputSource(new 
StringReader(foString));
FileOutputStream out = new FileOutputStream(printerName);
Driver driver = new Driver(foSource,out);
driver.setRenderer(Driver.RENDER_PCL);
driver.run();
out.close();
  }

But  I get FileIO Exception and Access denied. However I am able to copy the 
PCL file to printer from the server machine DOS window and that works fine. 
( Copy /b t.pcl //TS0001T01/prn1).

I tried to run a batch job by constructing this in a command line(with 
Runtime.getruntime().exec). Then also I get Access denied message in the 
log.
Any ideas?
Thanks
_raj

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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