RE: Support for various graphics formats

2003-05-12 Thread Matthew Lancashire
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

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-master

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: [E

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? http://ntsysdev/sop/reports/001/i

RE: Duplex Printing

2003-05-12 Thread Matthew Lancashire
t format. 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 wan

RE: Duplex Printing

2003-05-12 Thread Matthew Lancashire
. On 12.05.2003 10:38:33 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 PROTEC

RE: Duplex Printing

2003-05-12 Thread Matthew Lancashire
d and even page numbers? [..] [..] On 12.05.2003 10:22:16 Matthew Lancashire wrote: > Is there a way of psecifying whether pages are duplex when producing a pdf? Jeremia

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: 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

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, Wo

RE: PCL to FO

2003-04-22 Thread Matthew Lancashire
iling C programs you should look 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:2

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: Caching

2003-02-24 Thread Matthew Lancashire
e's no way 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 >

RE: Caching

2003-02-24 Thread Matthew Lancashire
ugh I 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:

RE: Caching

2003-02-24 Thread Matthew Lancashire
look 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

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

RE: Caching

2003-02-24 Thread Matthew Lancashire
. On 20.02.2003 13:05:13 Matthew Lancashire wrote: > Is there a way to clear images from the cache when using the > tranformerfactory>driver>pdf solution Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTE

RE: Common formatting

2003-02-21 Thread Matthew Lancashire
examples 12pt blue then in your others stylesheets if you want for example a block to have thoses attributes you can make something like - Original Message - From: "Matthew Lancashire" <[EMAIL PROTECTED]> To: "Fop-User-Help (E-mail)" <[EMAIL PROTECTE

Common formatting

2003-02-21 Thread Matthew Lancashire
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

Caching

2003-02-20 Thread Matthew Lancashire
Is there a way to clear images from the cache when using the tranformerfactory>driver>pdf solution Matthew Lancashire IT Project Manager Initial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 --

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

2003-02-18 Thread Matthew Lancashire
-user&r=1&w=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 PRO

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 > > Sourc

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

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

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

2003-02-10 Thread Matthew Lancashire
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 > To: [EMAIL PROTECTED] > Subject: Re: FOP and IIS4/5 > > >

RE: FOP and IIS4/5

2003-02-10 Thread Matthew Lancashire
ework installed. If this interests 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"

RE: FOP and IIS4/5

2003-02-10 Thread Matthew Lancashire
interests 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

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

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

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 PROTE

File not found error

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

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 sour

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 PROTECT

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]

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

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

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
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 l

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

Class not found applet error

2003-02-04 Thread Matthew Lancashire
t.AppletPanel.createApplet(AppletPanel.java:566) at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1775) at sun.applet.AppletPanel.runLoader(AppletPanel.java:495) at sun.applet.AppletPanel.run(AppletPanel.java:292) at java.lang.Thread.run(Thread.java:536) Matthew Lancashire IT Project Manager Inti

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/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 gett

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 ancien

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 S

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
VJ++ 6.0 Yeah. I have both Sun JDK and MS JDK. Is it in there? -Original Message- From: Johan Åbrandt [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:26 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap Matthew Lancashire wrote: > I keep getting the noclassdeffounderror for hash

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 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 no

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
: 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

Java novice

2003-01-30 Thread Matthew Lancashire
I hace created an exe from ExampleXML2PDF. How can I run this. I get NoClassDefFoundError. I know very little about the runtime environment set-up! Also is it possible to use Streamed CML instead of seperate XML/XSL files? Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd

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 t

Web page embedding

2003-01-29 Thread Matthew Lancashire
Is it possible to embed the fop viewer in a web page - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 javax.xml.t

Creating Class using MS J++ 1.1

2002-12-13 Thread Matthew Lancashire
udio\MyProjects\Fop\Fop.java(12,8) : error J0049: Undefined name '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 -

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