RE: Cannot Copy Text from PDF

2005-03-31 Thread Victor Mote
problem with TrueType fonts, documented here: http://xml.apache.org/fop/fonts.html#truetype-metrics under the -enc ansi option. There is no workaround other than using -enc ansi, which limits the characters available in the font. Victor Mote

RE: Creating named anchor spots

2005-03-29 Thread Victor Mote
-destinations Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: br in XSLFO

2005-03-29 Thread Victor Mote
0.20.5 or not, but I think it does). The other way is to put an empty nested block, fo:block/ where you want the line break, and I am pretty sure that does work. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: text-indent issue

2005-03-16 Thread Victor Mote
it, then work backwards from there. It sure could be something else, but that is my best guess about where to start. (I don't have FOP 0.20.5 set up in a development environment anymore, or I would dig a bit deeper for you). HTH. Victor Mote

RE: Font and image problem

2005-02-25 Thread Victor Mote
instead of baseDir. See: http://xml.apache.org/fop/configuration.html#summary-key-value Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Out of Memory problem

2005-02-24 Thread Victor Mote
Manoj_Nair wrote: I think someone asked this question ( inadvertently deleted that email) But how do we programmatically increase the memory size for FOP Java VM? AFAIK, it must be done from the command-line. I don't know of a way to do this from within a Java program. Victor Mote

RE: Embedding Type 1 Polish font - Bayesian Filter detected spam

2005-02-08 Thread Victor Mote
handle those formats anyway. Best bet for FOP 0.20.5 is probably to use a TrueType font, but then you have to live with the encoding limitations there (either WinAnsi or underlying text is scrambled). Victor Mote - To unsubscribe, e

RE: Embedding Type 1 Polish font - Bayesian Filter detected spam

2005-02-08 Thread Victor Mote
Jeremias Maerki wrote: in WinAnsiEncoding. The real problem is that FOP currently doesn't contain a parser for PFB or PFA files that could parse the character map. I don't know if Victor Mote could use the font with his PFB parser in FOray. If it is a standard Type 1 font file, FOray

RE: Page Sequence Master

2005-02-03 Thread Victor Mote
recommended option above) is probably to pick one of the rewrite efforts support it. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: blocks Memory Usage/Performance

2005-02-01 Thread Victor Mote
underway, and this may change with at least some of them. However, I still wouldn't expect it to be significant unless you are talking about blocks whose contents by themselves are bumping up against memory limits, which is pretty unlikely. Victor Mote

RE: Image callback for each page?

2005-01-21 Thread Victor Mote
out how to download the code. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: PDF Transcoder bringing the server down

2005-01-20 Thread Victor Mote
= GraphicsEnvironment.getLocalGraphicsEnvironment(); } catch (LinkageError e) { return false; } return true; } HTH. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Image callback for each page?

2005-01-18 Thread Victor Mote
or extending one to handle your custom elements, but yes, this general technique could work as well. My guess is that this is probably even more of a pain than option 1 above. Some information is here: http://xml.apache.org/fop/dev/extensions.html Victor Mote

RE: Image callback for each page?

2005-01-18 Thread Victor Mote
needs to understand that the FOP developers won't use it unless it is written for the head/trunk. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: multiple page sequence without page breaks

2005-01-17 Thread Victor Mote
be a violation of the XSL-FO standard. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: create arabic pdf

2004-12-26 Thread Victor Mote
implementations are your best bet right now. I think that RenderX handles the bidi issue, but not the ligature issue correctly. I don't know about Antenna House, but you might check with them as well: http://xml.apache.org/fop/resources.html#products-other Victor Mote

RE: create arabic pdf

2004-12-26 Thread Victor Mote
posting I used the word bidi where I meant writing-mode. The answer is the same. Sorry for the confusion. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: problem with br/ tag

2004-12-17 Thread Victor Mote
can accomplish the same thing with an empty fo:block/ element: fo:blockText on first line.fo:block/Text on second line./block Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: fop servlet question

2004-12-02 Thread Victor Mote
Vojko wrote: The last thing I need...is that my servlet runs with -c userconfig.xml where I defined font metrics files. I think you'll have to do that programmatically: http://xml.apache.org/fop/embedding.html#config-external Victor Mote

RE: problem converting TTF using TTFReader

2004-11-01 Thread Victor Mote
-- but watch out for licensing issues). Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: PFMReader OutOfMemory

2004-10-29 Thread Victor Mote
font file is requiring that much memory to process? Do you mean TTFReader? If you are really running it through PFMReader, that might be the problem. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: PS render, fonts, embedding

2004-09-29 Thread Victor Mote
option. If not, please contact me off-list for another possible solution. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: PS render, fonts, embedding

2004-09-29 Thread Victor Mote
to do this as well. I think RenderX XEP has Type1 support for their PostScript renderer. They have a new release due out in October, I think. Other commercial applications may support what you want as well, but I am not familiar with them. Victor Mote

RE: Forcing use of ASCII85Decode

2004-09-20 Thread Victor Mote
, Configuration.PDF); There is a strong possibility that I have some of the details wrong here, but this is the gist of it. Let me know if this doesn't work or if you have to make changes to get it to work. Victor Mote

RE: Development Version: xml+xsl - fo - rtf

2004-06-16 Thread Victor Mote
/src/documentation/content/xdocs/ou tput.xml?rev=1.16only_with_tag=MAINview=markup at line 240. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Development Version: xml+xsl - fo - rtf

2004-06-16 Thread Victor Mote
months (it worked then), but you probably caught it at a (hopefully temporarily) unstable moment. Perhaps one of the developers active on the trunk can give you a better answer. This actually looks like a higher-level problem, i.e. I don't think it is even getting as far as the RTF code. Victor Mote

RE: Development Version: xml+xsl - fo - rtf

2004-06-16 Thread Victor Mote
for developers. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: fo:float

2003-12-09 Thread Victor Mote
here. Perhaps one of the committers can be of more help here. Yes, that is correct as a practical matter. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Japanese fonts do not appear in desired weights

2003-12-02 Thread Victor Mote
/index.html Yes, printing the glyph 4 times might be acceptable for printing, but not for searching or indexing. See also: http://www.adobe.com/type/browser/C/C_japanese.jhtml Also, keep in mind FOP's current limitations WRT fonts in general: http://xml.apache.org/fop/fonts.html Victor Mote

RE: Scaling images

2003-11-19 Thread Victor Mote
Richard Sweeney wrote: fo:table-cell fo:block fo:external-graphic src=url(/stylesheets/ING.bmp)/ /fo:block /fo:table-cell I think this is what you are looking for: http://xml.apache.org/fop/graphics.html#resolution Victor Mote

RE: Unkown font error driving me crazy

2003-11-15 Thread Victor Mote
/fop/fonts.html#truetype-metrics Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Performance PDFRenderer vs. PCLRenderer

2003-11-05 Thread Victor Mote
sending this in CC to the fop-user list. Maybe over there, someone has more experiences to share ? If SVG support for PCL is really *that* limited, this should definitely be mentioned on the website. http://xml.apache.org/fop/output.html#pcl-limitations says SVG is not supported. Victor Mote

RE: Changing SAX Class

2003-10-17 Thread Victor Mote
extremely useful, but if it is confusing everyone, perhaps we should remove it. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Converting to uppercaseusing text-transform

2003-10-05 Thread Victor Mote
XSL-FO support WRT text-transform, but only because support for text-transform is not required for basic XSL-FO support. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Converting to uppercaseusing text-transform

2003-10-05 Thread Victor Mote
, but the basics should work. I would be glad for people to use it and test it and let us know of exceptions to the structure that is there. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Failed to read font metrics file

2003-09-28 Thread Victor Mote
of any other software that tries to allow the user to adapt the font the way are doing now. However, ... Of course, we could have both. ... I have no big problem with this. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Failed to read font metrics file

2003-09-28 Thread Victor Mote
://xml.apache.org/fop/fonts.html#truetype-metrics Do you have suggestions for improving the above? Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Failed to read font metrics file

2003-09-27 Thread Victor Mote
the development into two lines. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Java script with xsl in FOP ?

2003-09-12 Thread Victor Mote
. Note also that this must be dependent on your XSLT engine, so check its docs or mailing lists for more specific information. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Java script with xsl in FOP ?

2003-09-12 Thread Victor Mote
will work *with java*, and you should be able to find a way to do it with javascript as well, at least with some XSLT engines. Certainly it is better to use pure XSLT if you can as that will be more portable. Victor Mote

RE: how to add font collections to FOP??

2003-09-07 Thread Victor Mote
Robert P. J. Day wrote: On Sat, 6 Sep 2003, Victor Mote wrote: Robert P. J. Day wrote: the docbook FO stylesheets have a parameter xsl:param name=monospace.font.family select='monospace'/ that i'd obviously like to change to reflect the vera fonts for now

RE: how to add font collections to FOP??

2003-09-06 Thread Victor Mote
at the intermediate fo file or the stylesheet itself to see what it is doing, and adjust accordingly (possible adjustments would be to the stylesheet itself, or manual adjustments to the font metrics file itself). Victor Mote

RE: IPD

2003-09-04 Thread Victor Mote
and PDF use 72-units-per-inch as the default definition for the size of a unit of user space. This is commonly called a point, and is the basis for FOP's sizes, and therefore AFAIK, the answer I previously gave was correct. Victor Mote

RE: IPD

2003-09-03 Thread Victor Mote
= 520 points = 7.22 inches = 18.34 cm 507402 millipoints = 507.402 points = 7.047250 inches = 17.900015 cm Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Error when placing svg into xsl with fo:external-graphic

2003-09-03 Thread Victor Mote
the file and make sure it actually has some SVG code in it, and that there is no obvious namespace problem. Beyond that, we'll need to get someone with more Batik expertise to answer. Victor Mote - To unsubscribe, e-mail: [EMAIL

RE: Can't install my font!

2003-09-02 Thread Victor Mote
correctly. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: number-columns-spanned ignored

2003-08-26 Thread Victor Mote
Psi Aushilfe3 wrote: Does number-columns-spanned attribute work when you generate a PDF? It works Yes. ...as I mentioned, jfor is _very_ buggy :-(( I am confused. AFAIK, FOP 0.20.5 is not related to jfor at all. Did you send your original inquiry to the wrong list? Victor Mote

RE: absolute-position bug?

2003-08-23 Thread Victor Mote
#fo-property-absolute-position where absolute-position is described as not being implemented in FOP. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to use a calculated url?

2003-08-22 Thread Victor Mote
on getting them fixed. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: keep together pages

2003-08-19 Thread Victor Mote
details. Another alternative is to simply use an XSLT transformation to get your text output. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem with fo:basic-link and fo:block-container

2003-08-12 Thread Victor Mote
. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: bookmark extensions problems

2003-08-04 Thread Victor Mote
Clay Leeds wrote: I'm having problems getting my Bookmarks to work. I've attempted to follow the instructions here without success: Do the PDF outline items show up, and the links not work, or do the PDF outline items not show up at all? Victor Mote

RE: image scaling

2003-08-04 Thread Victor Mote
(and is consistent with the previous answers): http://xml.apache.org/fop/graphics.html#resolution Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Status of MIF Output

2003-08-01 Thread Victor Mote
it will be one of the last things to be addressed. Also, if a developer came along who wanted to work on it, we could provide some assistance. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: outline

2003-07-31 Thread Victor Mote
creation template doesn't have an id, just don't create the fox:outline element. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: URLs in external-graphics - corrupt PDF

2003-07-29 Thread Victor Mote
the possibility that the image itself is causing the problem. Also, be sure to turn on the -d option for debugging, and look in the log. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Custom TT Fonts not embedded gives garbage

2003-07-29 Thread Victor Mote
Victor Mote wrote: board. At the very least, in the short term, we need to improve the doc to reflect this -- I'll make understanding what is going on here documenting it a priority. OK, I have rewritten the doc to reflect what I *think* I know about this issue. See: http://xml.apache.org

RE: Special charecters into FOP

2003-07-28 Thread Victor Mote
make sure you are running the latest version of FOP, then post back to this list with a 2-3 line snippet showing the context (more if needed). Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: compliance for 0.20.4 or 0.20.5?

2003-07-25 Thread Victor Mote
at the time. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Fonts?

2003-07-25 Thread Victor Mote
to see if you think further changes are required. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Fonts?

2003-07-24 Thread Victor Mote
Clay Leeds wrote: On Wednesday, July 23, 2003, at 10:55 PM, Victor Mote wrote: Robert P. J. Day wrote: so why do these table entries also say yes or no if the color is already supposed to indicate this? and what's with the entries with the single .? yes and no and partial

RE: Fonts?

2003-07-24 Thread Victor Mote
. and perhaps white for N/A. given that the colors represent the N/A already is white. table entries, i see no need to have anything else in those table entries in terms of text. What else are you seeing? The four you list are the four that are there. Victor Mote

RE: [ANNOUNCEMENT] FOP 0.20.5 released

2003-07-18 Thread Victor Mote
there is a timeline when these properties will be supported? This is pretty well documented here: http://xml.apache.org/fop/gethelp.html#compliance Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Thai Hyphenation

2003-07-15 Thread Victor Mote
Thai dictionary that includes hyphenation, that should be a big help. Do you have any interest in helping with this? Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: PDF spec

2003-07-15 Thread Victor Mote
:-) Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Questions about memory

2003-07-11 Thread Victor Mote
developers already working on the project that would love to work on it full-time. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: PDF in Asian languages (Simplified Chinese,Traditional Chinese, Japanese,Korean)

2003-07-10 Thread Victor Mote
to the project. If not, please post a message to this list to that effect. I also have a need to have OpenType font support, but haven't had time to explore it, so maybe this is a good time. Victor Mote - To unsubscribe, e-mail: [EMAIL

RE: PDF in Asian languages (Simplified Chinese,Traditional Chinese, Japanese,Korean)

2003-07-10 Thread Victor Mote
-0_20_2-maintaincontent-type=text/vnd.viewcvs-markup (you'll probably need to cut-and-paste that URL) Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: using userconfig.xml

2003-07-10 Thread Victor Mote
the same, it doesn't seem to make sense to document all of them. Look for these changes to be on the live site sometime in the next 24 hours. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: using userconfig.xml

2003-07-10 Thread Victor Mote
to highlight is the massive *similarities* between the key-value entries, which ought to reduce errors on another axis. I may be wrong. If so, we'll change it later. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Another website update

2003-07-09 Thread Victor Mote
the problem and the solution? Smaller is better as long as the effect is clear. Please identify the generating application in both cases. Thanks, and thanks again for your efforts here. Victor Mote - To unsubscribe, e-mail: [EMAIL

RE: Another website update

2003-07-08 Thread Victor Mote
efforts here. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: difference between pdf and ps

2003-07-08 Thread Victor Mote
are not regarded. What is my mistake? The short answer is that the PostScript renderer is not as mature as the PDF renderer: http://xml.apache.org/fop/output.html#ps Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Website update?

2003-07-08 Thread Victor Mote
interpretation' field). Got it. Thanks. As I am writing this up, I wonder whether the FOP native support handles uncompressed images as well? Do you know? Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Another website update

2003-07-08 Thread Victor Mote
of the developers would be able to do much on this. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: PNG doesn't show in a pdf

2003-07-05 Thread Victor Mote
sopy over to the FOP/lib folder weren't part of the download. (Please excuse my ignorance about Java. I've only had a very basic beginner course.) Look in the lib directory. Victor Mote - To unsubscribe, e-mail: [EMAIL

RE: PNG doesn't show in a pdf

2003-07-05 Thread Victor Mote
lib directory, and paste the results into your return message. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: PNG doesn't show in a pdf

2003-07-04 Thread Victor Mote
- or a reference I can study? Bonnie Have you looked at: http://xml.apache.org/fop/graphics.html ? Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: show page number with current-page-no / total-page-no (ie, 3/10)

2003-07-03 Thread Victor Mote
me. End See: http://xml.apache.org/fop/fo.html#fo-total-pages Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: checkbox in pdf

2003-06-18 Thread Victor Mote
in the base-14 fonts, and their equivalent code-points: http://xml.apache.org/fop/fo/fonts.fo.pdf Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AWTRenderer thread safe?

2003-06-16 Thread Victor Mote
are not thread-safe, I can find nothing similar for AWT, so I am hesitant to list that as the cause. For now, I have documented that the AWT Renderer should not be multi-threaded, but have not documented why. Victor Mote

RE: AWTRenderer thread safe?

2003-06-15 Thread Victor Mote
J.Pietschmann wrote: Victor Mote wrote: My suggestion then would be to download 0.20.5 see whether it fixes your problem. I think it will, I don't think so. The issue with randomly changing font families and font weights in the AWT renderer has been reported before, and I vaguely

RE: AWTRenderer thread safe?

2003-06-14 Thread Victor Mote
the upgrade). I wish I had a better answer. We're working on improvements to this in the redesign code. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: AWTRenderer thread safe?

2003-06-13 Thread Victor Mote
End This is actually an FAQ: http://xml.apache.org/fop/faq.html#multithreaded Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: lining up amounts w/ and w/o parentheses

2003-06-07 Thread Victor Mote
cell, which is aligned /left/. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: testing support for various graphics formats

2003-05-14 Thread Victor Mote
a valuable contribution to the project. Many thanks also to Jeremias Maerki for actually developing the answers. There may very well still be errors or omissions. If so, please raise them in this forum, and we'll work on getting them fixed. Victor Mote

RE: Help with JAI, TIFF, and FOP

2003-05-13 Thread Victor Mote
Victor Mote wrote: J.Pietschmann wrote: Contrary to the documentation, JAI support in 0.20.4 requires nontrivial code changes. Simply dropping in the JAI API jar isn't sufficient. I still don't have time to look at the code today. Do you think this comment was intended to document

RE: ok, now it's JIMI time

2003-05-12 Thread Victor Mote
and painful. FOP is an open source project. If it doesn't work that way it should, it is just as much your fault as it is mine or Joerg's. I recommend taking a more constructive approach. At some point it becomes a disservice to other FOP users to spend time dealing with threads like this. Victor Mote

RE: ok, now it's JIMI time

2003-05-12 Thread Victor Mote
care whether they just do it this way and don't ask questions or whether they know what they are doing and proceed from there. You cannot be persuaded to join either group. I humbly and sincerely beg forgiveness from this group for my participation in these threads. I regret all of it. Victor Mote

RE: graphics, PNG files, JIMI and JAI

2003-05-10 Thread Victor Mote
,^file://,,'`/images ./stylesheet-images Let's see how much of this is cleaned up when you let FOP find the classes it needs. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: How do you configure FOP to use JAI?

2003-05-10 Thread Victor Mote
://java.sun.com/products/java-media/jai/forDevelopers/jaifaq.html# platformsWhat platforms are supported?/link on the JAI FAQ page for more details. /p /section Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: graphics, PNG files, JIMI and JAI

2003-05-10 Thread Victor Mote
don't even force you to install the FOP stuff in the FOP directory. You can extract class files spread them out all over tarnation if you wish. We have no way of preventing it and no desire to do so. Victor Mote - To unsubscribe

RE: clarifications about using JAI/JIMI with FOP

2003-05-10 Thread Victor Mote
configuration required to run JAI. Victor Mote Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: graphics, PNG files, JIMI and JAI

2003-05-10 Thread Victor Mote
, which is why I think you need to isolate the difference between your approach and the standard approach. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: graphics, PNG files, JIMI and JAI

2003-05-10 Thread Victor Mote
to see if that makes a difference. Also, I have to leave shortly won't be back until probably Monday. So if you don't get a response right away, please hang in there until either I get back or someone else can pick up the thread. Victor Mote

RE: graphics, PNG files, JIMI and JAI

2003-05-10 Thread Victor Mote
. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: clarifications about using JAI/JIMI with FOP

2003-05-10 Thread Victor Mote
for jai_codec.jar to the doc. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: clarifications about using JAI/JIMI with FOP

2003-05-10 Thread Victor Mote
into the build. Any changes to the CLASSPATH or -cp are of secondary importance, and will not fix that fundamental problem (although Jeremias's advice sounds like best practice to me). Victor Mote - To unsubscribe, e-mail: [EMAIL

RE: PDF metadata

2003-05-09 Thread Victor Mote
needs to take priority). Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: multiple page-sequences per pdf page

2003-05-09 Thread Victor Mote
is better. The fact that the content is mostly identical doesn't make a difference one way or the other. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >