Duplex Printing

2003-05-12 Thread Matthew Lancashire
Is there a way of psecifying whether pages are duplex when producing a pdf? Matthew Lancashire IT Project Manager Initial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 - To unsubscribe, e-mail: [EMAIL

RE: Duplex Printing

2003-05-12 Thread Matthew Lancashire
/ /fo:repeatable-page-master-alternatives /fo:page-sequence-master /fo:layout-master-set On 12.05.2003 10:22:16 Matthew Lancashire wrote: Is there a way of psecifying whether pages are duplex when producing a pdf? Jeremias Maerki

RE: Duplex Printing

2003-05-12 Thread Matthew Lancashire
Matthew Lancashire wrote: I don't quite understand what you have said. :) Also I only want certain pairs of pages printed as duplex Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Duplex Printing

2003-05-12 Thread Matthew Lancashire
. With PostScript this would be simpler at the moment because you would be able to add in duplex commands relatively easily by patching the PostScript file after it is generated by FOP. On 12.05.2003 10:48:57 Matthew Lancashire wrote: When someone prints a pdf I have produced using FOP I want certain pages

Support for various graphics formats

2003-05-12 Thread Matthew Lancashire
I tried a jpeg then saved as a gif. Jpeg worked, gif did not.(could not find XObject Im2) It is there (honest) Any ideas. What are the limitations/rules for image rendering? fo:block text-align=end

RE: Background image

2003-05-12 Thread Matthew Lancashire
If it to be shown on the first page only you could define two page-masters and set up your page-sequence-master so it contains 2 conditional-page-master-references The first one would have a condition of page-position=first The second with page-position=rest -Original Message- From:

RE: Background image

2003-05-12 Thread Matthew Lancashire
for your support, but my document consists in a single page. -Message d'origine- De: Matthew Lancashire [mailto:[EMAIL PROTECTED] Date: lundi 12 mai 2003 15:19 À: [EMAIL PROTECTED] Objet: RE: Background image If it to be shown on the first page only you could define two page-masters

RE: Support for various graphics formats

2003-05-12 Thread Matthew Lancashire
or JAI (0.20.5 from CVS). Check if there were any error messages. On 12.05.2003 13:41:28 Matthew Lancashire wrote: I tried a jpeg then saved as a gif. Jpeg worked, gif did not.(could not find XObject Im2) It is there (honest) Any ideas. What are the limitations/rules for image rendering

PCL to FO

2003-04-22 Thread Matthew Lancashire
Is there a way of converting PCL printer output to FO and hence be able to create a PDF doc. If so what is it. regards Matthew Lancashire IT Project Manager Initial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552

RE: PCL to FO

2003-04-22 Thread Matthew Lancashire
at GhostScript's sister project GhostPCL (http://www.artifex.com/downloads/). I think it can convert PCL to PDF but I don't know how well. If you have a document flow that involves PCL I'd see if you can hook in before PCL is generated. On 22.04.2003 11:23:03 Matthew Lancashire wrote: Is there a way

RE: PCL to FO

2003-04-22 Thread Matthew Lancashire
-Messaggio originale- Da: Matthew Lancashire [mailto:[EMAIL PROTECTED] Inviato: martedì 22 aprile 2003 14.56 A: [EMAIL PROTECTED] Oggetto: RE: PCL to FO Maybe I didn't ask the right question :) I have users that have documents in Excel, Word etc and want to convert to pdf fo they can

RE: PCL to FO

2003-04-22 Thread Matthew Lancashire
: PCL to FO No, it doesn't make sense to feed these documents through FOP. There are lots of tools to convert Office docs to PDF (Adobe PDFWriter, ActivePDF, even GhostScript etc. etc.). FOP is not suited for that. On 22.04.2003 15:56:22 Matthew Lancashire wrote: Maybe I didn't ask the right

RE: Caching

2003-02-24 Thread Matthew Lancashire
at it. It's a static method! On 24.02.2003 15:32:34 Matthew Lancashire wrote: I don't explicitly create an imagefactory. what would be the syntax for doing that? -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 20 Feb 2003 20:24 To: [EMAIL PROTECTED] Subject

RE: Caching

2003-02-24 Thread Matthew Lancashire
haven't tested it: org.apache.fop.image.FopImageFactory.resetCache(); Driver driver = new Driver(); [...more of your code] There is no need to instantiate FopImageFactory. Static methods can be called without instantiating an object. On 24.02.2003 16:01:36 Matthew Lancashire wrote: I tried

RE: Caching

2003-02-24 Thread Matthew Lancashire
other than to restart the JVM. There's no such thing as a standard java cache manipulation class. On 24.02.2003 16:44:41 Matthew Lancashire wrote: Thanks for the tip. If I don't get it to clear the cache is there a standard java cache manipulation class? Jeremias Maerki

Common formatting

2003-02-21 Thread Matthew Lancashire
of the 20 xsl style sheets. Matthew Lancashire IT Project Manager Initial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Common formatting

2003-02-21 Thread Matthew Lancashire
-sets=block1 - Original Message - From: Matthew Lancashire [EMAIL PROTECTED] To: Fop-User-Help (E-mail) [EMAIL PROTECTED] Sent: Friday, February 21, 2003 1:30 PM Subject: Common formatting What is the easiest methond of defineing what font/colour/sizes an element has without re-coding

XSL source

2003-02-18 Thread Matthew Lancashire
Can you pass a file as a URL I am currently using the command below Source xsltSrc = new StreamSource(new File(xslt)); Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552

RE: XSL source

2003-02-18 Thread Matthew Lancashire
Thankyou very much Oleg -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 18 Feb 2003 15:11 To: [EMAIL PROTECTED] Subject: Re: XSL source Matthew Lancashire wrote: Can you pass a file as a URL I am currently using the command below Source xsltSrc

RE: Web site for FOP List Archives (was Re: FOP and IIS4/5)

2003-02-18 Thread Matthew Lancashire
-userr=1w=2 (I found it challenging to find this myself--there isn't exactly a blink tag pointing to this spot :-) Web Maestro Clay Matthew Lancashire wrote: How do I query the archives? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 10 Feb 2003 15:55

Logger reading

2003-02-17 Thread Matthew Lancashire
If I have the following setup Logger logger = new ConsoleLogger(ConsoleLogger.LEVEL_DEBUG); MessageHandler.setScreenLogger(logger); Where ais the log written to in the windows platform Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554

Javabean

2003-02-12 Thread Matthew Lancashire
Culd I package a xml to pdf class that I have written as a Javabean and call it from asp page? Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 - To unsubscribe

getParser deprecated but still in sevelt example?

2003-02-10 Thread Matthew Lancashire
(), xmlDoc.getInputSource()) ; Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: getParser deprecated but still in sevelt example?

2003-02-10 Thread Matthew Lancashire
but still in sevelt example? There are new example without deprecated apis accessible from cvs at this url : http://cvs.apache.org/viewcvs.cgi/xml-fop/examples/embedding/java/embedding/ Attic/ regards, Laurent. - Original Message - From: Matthew Lancashire [EMAIL PROTECTED] To: Fop-User

RE: embedding fop

2003-02-10 Thread Matthew Lancashire
Try this http://cvs.apache.org/viewcvs.cgi/xml-fop/examples/embedding/java/embedding/Attic/ -Original Message-From: Marisol Garcia [mailto:[EMAIL PROTECTED]Sent: 10 Feb 2003 11:50To: [EMAIL PROTECTED]Subject: embedding fop Hello, Where could I find the

File not found error

2003-02-10 Thread Matthew Lancashire
(Exception e) { System.err.println(ExceptionUtil.printStackTrace(e)); System.exit(-1); } } } Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552

RE: File not found error

2003-02-10 Thread Matthew Lancashire
2003 13:59 To: [EMAIL PROTECTED] Subject: Re: File not found error this for me works String xsltSystemId = file:///C:/m1/Project1/someFile.xsl; Transformer transformer = factory.newTransformer(new StreamSource(xsltSystemId)); bye From: Matthew Lancashire [EMAIL PROTECTED] I get a file

FOP and IIS4/5

2003-02-10 Thread Matthew Lancashire
Can Fop be used in Server Side Java on an IIS4/IIS5 server Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: File not found error

2003-02-10 Thread Matthew Lancashire
Thanks for the stringreader tip. Where can I find better Java docs -Original Message- From: Matthew Lancashire [mailto:[EMAIL PROTECTED] Sent: 10 Feb 2003 15:26 To: [EMAIL PROTECTED] Subject: RE: File not found error I just read more of the example on the cvs site and it seems that I

RE: FOP and IIS4/5

2003-02-10 Thread Matthew Lancashire
; I believe the string .NET was in the subject line. If you want more information about my setup, I'd be happy to provide it. -Jeff Matthew Lancashire To: Fop-User-Help \(E-mail\) [EMAIL PROTECTED] [EMAIL PROTECTED

RE: FOP and IIS4/5

2003-02-10 Thread Matthew Lancashire
you, you might want to hit the archive; I believe the string .NET was in the subject line. If you want more information about my setup, I'd be happy to provide it. -Jeff Matthew Lancashire To: Fop-User-Help \(E-mail\) [EMAIL PROTECTED

RE: Web site for FOP List Archives (was Re: FOP and IIS4/5)

2003-02-10 Thread Matthew Lancashire
Maestro Clay Matthew Lancashire wrote: How do I query the archives? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 10 Feb 2003 15:55 To: [EMAIL PROTECTED] Subject: Re: FOP and IIS4/5 Matthew- I've used FOP (with Sun's JRE, not Microsoft's -- see

XSL_FO generator

2003-02-07 Thread Matthew Lancashire
Is there a nice simple graphical (and free) product that I can have my users use to create fo stylesheetsfor use with FOP Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552

string to domsource

2003-02-07 Thread Matthew Lancashire
I want to pass a string to FOP instead of a file I can do this by putting my string into a domSource. How do I do this though. Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552

RE: Class not found applet error

2003-02-06 Thread Matthew Lancashire
Is there another way to use maybe JScript on the client to call FOP -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 05 Feb 2003 10:42 To: [EMAIL PROTECTED] Subject: Re: Class not found applet error Matthew Lancashire wrote: Is there no way around using

RE: Class not found applet error

2003-02-05 Thread Matthew Lancashire
When I I copied all these in the the classes folder. Can I not get the JRE to look here? -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: 04 Feb 2003 20:17 To: [EMAIL PROTECTED] Subject: Re: Class not found applet error Matthew Lancashire wrote: When I access

RE: Class not found applet error

2003-02-05 Thread Matthew Lancashire
applet error Matthew Lancashire wrote: When I I copied all these in the the classes folder. Can I not get the JRE to look here? Read html specification, http://www.w3.org/TR/html401/struct/objects.html#edef-APPLET, archive = uri-list [CT] This attribute specifies a comma-separated list

Class not found applet error

2003-02-04 Thread Matthew Lancashire
) Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
I keep getting the noclassdeffounderror for hashmap. Where is this MS VM? Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 - To unsubscribe, e-mail: [EMAIL

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
Its 1.3.1_06. What do I need to do to get the class in to my classes folder. -Original Message- From: Johan Åbrandt [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:34 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap Matthew Lancashire wrote: VJ++ 6.0 Yeah. I have both Sun JDK

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
What about the sun one? -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:36 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap Matthew Lancashire wrote: VJ++ 6.0 Yeah. I have both Sun JDK and MS JDK. Is it in there? MS JDK is ancient java

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
I used the command java -version -Original Message- From: Herr Christian Wolfgang Hujer [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 16:14 To: [EMAIL PROTECTED]; Matthew Lancashire Subject: Re: java/util/Hashmap -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Matthew, I keep getting

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
Just looked in the JDK folder and there is an src.zip that contains the .java for hashmap -Original Message- From: Herr Christian Wolfgang Hujer [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 16:14 To: [EMAIL PROTECTED]; Matthew Lancashire Subject: Re: java/util/Hashmap -BEGIN PGP

RE: Java novice

2003-01-30 Thread Matthew Lancashire
: Java novice On 30.01.2003 11:55:11 Matthew Lancashire wrote: I hace created an exe from ExampleXML2PDF. Well, exe don't exist in Java. I guess you mean you ran the build script in examples/embedding and now you've got a bunch of *.class files in the build directory, right? How can I run this. I

Nice attitude! FW: OT: Java novice

2003-01-30 Thread Matthew Lancashire
Is this the sort of help you want to encourage? -Original Message- From: Herr Christian Wolfgang Hujer [mailto:[EMAIL PROTECTED] Sent: 30 Jan 2003 12:09 To: Matthew Lancashire Subject: Re: OT: Java novice -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oh no, Am Donnerstag, 30. Januar

RE: Java novice

2003-01-30 Thread Matthew Lancashire
is in fop.jar. So you need to get this JAR in your classpath. But staying with VJ++ this will only be the first of many problems. Sorry. On 30.01.2003 12:49:01 Matthew Lancashire wrote: I am using MS VJ++ 6 which builds an exe file! The class is the Driver class (found from debugging not the error message

JAVA DLL Correct.(Still learning slowly)

2003-01-29 Thread Matthew Lancashire
import org.apache.fop.apps.Driver; import org.apache.fop.apps.FOPException; import org.apache.fop.apps.Version; import org.apache.fop.apps.InputHandler; import org.apache.fop.apps.XSLTInputHandler; import org.apache.fop.layout.Page; import org.apache.fop.messaging.MessageHandler; import

RE: Web page embedding

2003-01-29 Thread Matthew Lancashire
2003 13:04 To: [EMAIL PROTECTED] Subject: Re: Web page embedding Matthew Lancashire wrote: Is it possible to embed the fop viewer in a web page Sure, for example as appplet, but it'll be really huge applet. What's wrong with sending pdf to the browser? -- Oleg Tkachenko eXperanto team Multiconn

Creating Class using MS J++ 1.1

2002-12-13 Thread Matthew Lancashire
'org.apache.fop.messaging.MessageHandler' Error executing jvc.exe. Fop - 7 error(s), 0 warning(s) Heeelp Matthew Lancashire IT Project Manager Initial Electronic Security Ltd Tel.: 01254 688555 FAX:01254 267552 - To unsubscribe, e-mail

RE: Visuaal Basic

2002-12-02 Thread Matthew Lancashire
I would rather not use the command line version or FOP. I wanted to knock up an ActiveX component for embedding in a large app and need to Use the classes so that I get more control and feedback. Matthew Lancashire IT Project Manager Initial Electronic Security Ltd Tel.: 01254 688555 FAX

Visuaal Basic

2002-11-29 Thread Matthew Lancashire
Can I embed the FOP java class in a VB/VB Script program Matthew Lancashire IT Project Manager Initial Electronic Security Ltd Tel.: 01254 688555 FAX:01254 267552 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional