Font, metric-file, line spacing

2003-09-15 Thread IvanLatysh
Hi All. I have a small problem with line spacing when using custom fonts. I have a web page where user can select a few different fonts (fonts converted to the eot fonts to be displayed on the page properly) and this font will be applied to the user text. After submission I am creating a

Space cause words to overlap.

2003-07-23 Thread IvanLatysh
Hello, J.Pietschmann! You wrote to [EMAIL PROTECTED] on Tue, 22 Jul 2003 22:15:41 +0200: I just got the problem, when the space causing words to overlap with each other. fo:block-container left=0mm top=65mm width=140mm height=30mm position=absolute fo:block font-size=10pt font-family=Arial

Re: PS Renderer.

2003-07-21 Thread IvanLatysh
Hello, Jeremias! You wrote to [EMAIL PROTECTED] on Mon, 21 Jul 2003 14:02:36 +0200: JM Hello Ivan JM You're right, this could be a way to go. But I'm not sure if this JM approach is supported by all PostScript printers, especially the HP JM ones where quite a few things are special. So

Re: PS Renderer.

2003-07-21 Thread IvanLatysh
Hello, Jeremias! You wrote to [EMAIL PROTECTED] on Mon, 21 Jul 2003 19:59:19 +0200: JM I hear you. Incidentally, I've had the same problem reported to me JM via a different channel. Funny things happen. JM I've checked the PPD of the HP Laserjet 5. It supports the PageSize JM setting. So my

Awful problem with image cache.

2003-07-21 Thread IvanLatysh
Hello, All! I have a singleton which returns one Driver all the time. This driver is using to render a series of the pages, and returns when done. All this works fine, but after driver finish rendering the page it keep looked an image, not all of the images which were used, only one image. For

Re: Awful problem with image cache.

2003-07-21 Thread IvanLatysh
Hello, J.Pietschmann! You wrote to [EMAIL PROTECTED] on Mon, 21 Jul 2003 21:43:49 +0200: J This is almost certainly an overstatement. Do you have measurements J on how much using a new Driver decreases overall performance J (including rendering) compared to resetting an used Driver object? I

PS Renderer.

2003-07-20 Thread IvanLatysh
Hello, Jeremias! Recently I update the FOP , now I am having the fun with fop-0.20.5rc3a :-) In the last release you add the future to automatic switch orientation (landscape,portrait). Here is my IMHO. Since rendered is dealing with the document, not with the media on the document prints on,

Embedding Printer Control parameters

2003-03-21 Thread IvanLatysh
Hi all. We are using this kind of transformation: XSL+XML = PS It works fine with no problem. And I need to embedd PCL command for duplex on PostScript printer. How can I do it ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Embedding Printer Control parameters

2003-03-21 Thread IvanLatysh
Hello, Jeremias! You wrote to [EMAIL PROTECTED] on Fri, 21 Mar 2003 18:38:15 +0100: JM Two possibilities: JM - Subclass the PostScript renderer and try to find the right place JM for your special commands. You can then set the subclassed JM renderer in the JM Driver using

Re: Embedding Printer Control parameters

2003-03-21 Thread IvanLatysh
Hello, Jeremias! You wrote to [EMAIL PROTECTED] on Fri, 21 Mar 2003 20:14:59 +0100: JM In the redesign that should be relatively simple. Can't say offhand JM how difficult this would be in the old FOP. The way to go is to JM implement an extension. See the website and mailing list archives JM

Re: Embedding Printer Control parameters

2003-03-21 Thread IvanLatysh
Hello, Jeremias! You wrote to [EMAIL PROTECTED] on Fri, 21 Mar 2003 21:30:34 +0100: JM Immediately, if you download from CVS. Seriously, a release is still JM some time away. We don't know when that will be. Depends on the help JM we get and how much time we have to work on FOP. Maybe you

png image problem

2002-12-08 Thread IvanLatysh
Hi. I am experience problem when I am trying to get output from the FOP as png. Images are not shown in the result png. Could someone help me with it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

Re: org.apache.fop.viewer.PreviewDialog

2002-11-25 Thread IvanLatysh
Hello, Oleg! You wrote to [EMAIL PROTECTED] on Fri, 22 Nov 2002 20:22:27 +0200: OT IvanLatysh wrote: OT Why? awt viewer succesfully reuse it while reloading fo document, OT it just cleans renderer by removing all rendered pages. It does work only in a case when you didn't change scale

Re: org.apache.fop.viewer.PreviewDialog

2002-11-22 Thread IvanLatysh
Hello, Oleg! You wrote to [EMAIL PROTECTED] on Fri, 22 Nov 2002 18:37:32 +0200: OT IvanLatysh wrote: I wrote panelPreview which I am going to use instead of PreviewDialog. OT What is the difference? Actually awt viewer redesign task to get it OT reusable is in our todo list [1], so

Re: org.apache.fop.viewer.PreviewDialog

2002-11-21 Thread IvanLatysh
am going to use instead of PreviewDialog. And I am experience a major problem with AWTRenderer, this renderer couldn't be reused. I have to recreate it each time. It is terrific. If someone interesting in my code, let me know. --- Yours sincerely, Ivan Latysh. IvanLatysh[a]yahoo.ca

org.apache.fop.viewer.PreviewDialog

2002-11-20 Thread IvanLatysh
Hi all. I am using FOP with my application and for better performance I did a singleton which have an instance of the Driver, Renderer and etc. It seens working fine, each time before I run a new report I am reset the Driver. But I found problems with PreviewDialog it seems that dialog didn't

Does anyone working on FOP AWT previe ?

2002-10-18 Thread IvanLatysh
Hi, Does anyone working on embedding FOP into Swing/AWT applications ? Because there are 20.4 version, but System.exit(0); still there. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Duplex print problem. Does someone could help ???

2002-08-13 Thread IvanLatysh
Hello, IvanLatysh! You wrote to [EMAIL PROTECTED] on Mon, 12 Aug 2002 10:56:57 -0400: I Hi. I I have problem with printing on duplex printer HP LaserJet IIISi. I Report have 2 pages. I If I am printing simplex - Ok. I But if I am trying to print duplex only one side is printing, but I

Re: Duplex print problem. Does someone could help ???

2002-08-13 Thread IvanLatysh
Hello, RamanaJV! You wrote to [EMAIL PROTECTED] on Tue, 13 Aug 2002 18:59:30 +0530: R I don't whether this question is relevant here or not. But, I expect R some answer from the experts in this group. I am shure that this questions are relevant to this group. Because problems with FOP not with

Re: How to Call FOP thro Java Application?

2002-08-13 Thread IvanLatysh
Hello, Amerin! You wrote to [EMAIL PROTECTED] on Tue, 13 Aug 2002 07:44:48 -0700 (PDT): C:\FOP\fop-0.20.3javac produce.java produce.java:15: cannot resolve symbol symbol : class Logger location: class produce Logger log = null; ^ produce.java:17: cannot resolve symbol symbol : class

Re: Duplex print problem. Does someone could help ???

2002-08-13 Thread IvanLatysh
Hello, RamanaJV! You wrote to [EMAIL PROTECTED] on Tue, 13 Aug 2002 19:22:26 +0530: R IvanLatysh, R Did u try printing someother document throgh 1.4 print API? Are u R able to do? I have a problem printing even with 1.4 API. But I found one interesting bug report. http

Duplex printing problem. Please help.

2002-08-12 Thread IvanLatysh
Hi. I have problem with printing on duplex printer HP LaserJet IIISi. Report have 2 pages. If I am printing simplex - Ok. But if I am trying to print duplex only one side is printing, but printer flipping the page and indicate that it is duplex printing. The second page is going to another

keep-together.within-page - does it work ?

2002-05-29 Thread IvanLatysh
Hi All I have template where I have fo:block, inside there are 4 tables and other blocks. And I need to keep all this on the same page. Af cource I have read documentation and there are some mentions about keep-together.within-page I did: fo:block keep-with-next.within-column=always

FOP 0.20.3 doesn't build

2002-05-29 Thread IvanLatysh
Hi. I am trying to compile FOP 0.20.3 (Windows, Linux RH - same result ) I am getting this exception: [echo] Compiling the sources [javac] Compiling 310 source files to /home/ivan/fop/fop-0.20.3/build/classes [javac] Note: sun.tools.javac.Main has been deprecated. [javac]

Re: keep-together.within-page - does it work ?

2002-05-29 Thread IvanLatysh
Hello, Jeremias! You wrote to [EMAIL PROTECTED] on Wed, 29 May 2002 18:19:39 +0200: JM Thanks for speaking up. I didn't follow this topic so I missed that. JM Seems like I've been lucky only having two-page-documents where I JM used keeps. And how did you get it working :-) --- Yours

Re: keep-together.within-page - does it work ?

2002-05-29 Thread IvanLatysh
Hello, Jeremias! You wrote to [EMAIL PROTECTED] on Wed, 29 May 2002 19:16:45 +0200: JM Well, I have a big table with 4 columns. Each part of the details of JM the invoice is in its own table-row. But Joe's right. See the JM attached testcase. If you build a PDF from it you'll see that JM

Sorry that I am askin here, but I couldn't find solution over the net. Please help.

2002-05-23 Thread IvanLatysh
Hi All. Question about my template. I am trying to create a new page for each customerrecord. And I am getting an exception that flow mast have child block. Please help me a little or point me somewhere on the web to get it working. fo:layout-master-set fo:simple-page-master

AWT Window

2002-02-21 Thread IvanLatysh
Hello, Alistair! You wrote to [EMAIL PROTECTED] on Thu, 21 Feb 2002 09:26:32 -: AH Now that a few more people are interested in this: AH I think that it would be more useful if the basic AWT API returned a AH JPanel rather than a JFrame. I want to use it in a JInternalFrame AH rather

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Jim! You wrote to [EMAIL PROTECTED] Nicola Ken Barozzi [EMAIL PROTECTED] on Thu, 21 Feb 2002 08:19:22 -0600: JU Sounds good to me. Just one thing, get rid of that System.exit() in JU the dispose method! Let the implementer decide what to do when the JU window containing the panel is

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Jim! You wrote to [EMAIL PROTECTED] on Thu, 21 Feb 2002 08:29:09 -0600: JU While were suggesting enhancements for the AWT window, here is a JU change I made to the code Ivan Latysh sent me last week. I needed JU to process XML:FO which is dynamically generated and not .xml and JU

Re: AWT Window

2002-02-21 Thread IvanLatysh
Hello, Alistair! You wrote to [EMAIL PROTECTED] Nicola Ken Barozzi [EMAIL PROTECTED] on Thu, 21 Feb 2002 15:28:59 -: AH More? public void print() public Action getPrintAction() public void zoom(String zoomFactor) public JCombo getZoomCombo() public void

Re: Using Fop Within An Application (AWTStarter with some changes)

2002-02-15 Thread IvanLatysh
Hello, Jim! You wrote to FOP Dev [EMAIL PROTECTED] on Fri, 15 Feb 2002 14:15:13 -0600: JU I am trying to use FOP within my application to process and display JU (in AWT mode) a FO I create by processing records from a database. JU I get to the point where I have a String object containing

I am sorry that I ask here. One question about XSL for FOP

2002-01-23 Thread IvanLatysh
Hi all. I am trying to build table where each row are new record from xml fiule. I have XSL that building page. But I need to put into this page table where each row should have data from _insert (my xml at the and of message) Like this. +--+--+ | 1 | personal letter | | 2 |

Funny

2001-12-12 Thread IvanLatysh
Hi All. I am playing around to get my application run. And I have met some funny piece of code. Like this: package org.apache.fop.viewer; ... public class PreviewDialog extends JFrame implements ProgressListener, MessageListener { ... And when I get look at method dispose I was

Re: FOP performance on Win98/JRE 1.3.1

2001-12-11 Thread IvanLatysh
Hello, James! You wrote to [EMAIL PROTECTED] on Tue, 11 Dec 2001 17:28:25 +: JR The performance of FOP needs quite a bit of work. At least thats the JR impression I get from many people round here. However, its really JR new software ( hanve version 0.20 I would imagine ), and I think

Question about AWT and PRINT

2001-12-10 Thread IvanLatysh
Hi, I just start to use FOP. I have problem when I am try to use FOP with my application (not from command line). I get this description how to start AWT preview from Driver class: * Driver driver = new Driver(); * driver.setRenderer(new org.apache.fop.render.awt.AWTRenderer(translator)); *

Anyone could help with PRINT or AWT PREVIEW ?

2001-12-10 Thread IvanLatysh
Anyone using FOP with application ? Please help. I have got problem with showing AWT preview. Sincerely yours, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: FOP exception

2001-12-10 Thread IvanLatysh
Hello, SHU! You wrote to [EMAIL PROTECTED] on Mon, 10 Dec 2001 12:21 -0800: Put all this code in try block. Like this try{ File xmlf = new File(c:/jdk1.3.1/xslfoRef.xml); File xslf = new File(c:/jdk1.3.1/xml2pdf.xsl); File writefile = new File(shu.pdf); Driver driver = new