RE: Cannot Copy Text from PDF

2005-03-31 Thread Victor Mote
is problem. This is a known 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 char

RE: in XSLFO

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

RE: Creating named anchor spots

2005-03-29 Thread Victor Mote
ow can I generate a marker that will be externally visible? Actually, what you need is something to identify the target, not the link. The basic mechanism is the "id" property that is available on most objects, but you also need to tell FOP to create a "destination": http://xm

RE: text-indent issue

2005-03-16 Thread Victor Mote
lock and Line layout that reference 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 deep

RE: Font and image problem

2005-02-25 Thread Victor Mote
oth custom fonts and image . Try using the "fontBaseDir" entry 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

RE: Column-balancing

2005-02-19 Thread Victor Mote
tom code on your own. You may get a better return on your investment by working on one of the rewrite efforts. The FOP redesign is one, and the others are graciously listed by FOP here: http://xml.apache.org/fop/resources.html#products-other Victor Mote ---

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 T

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

2005-02-08 Thread Victor Mote
to know how they are handled there, but FOP doesn't 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 ---

RE: Page Sequence Master

2005-02-03 Thread Victor Mote
u. Your second-best option (see 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
ts to improve 0.20.5 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 pret

RE: Image callback for each page?

2005-01-21 Thread Victor Mote
/org /foray/graphic/ Email me off-line if you need help finding 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
aphicsEnvironment ge = null; try { ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); } catch (LinkageError e) { return false; } return true; } HTH. Victor Mote - To unsubscribe,

RE: Image callback for each page?

2005-01-18 Thread Victor Mote
de. Also, if Irv does donate some other intelligent buffering system, he 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: Image callback for each page?

2005-01-18 Thread Victor Mote
rs are more oriented toward a given output medium, so you are more likely going to be modifying 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.

RE: multiple page sequence without page breaks

2005-01-17 Thread Victor Mote
which are overwhelming), it would 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
evious 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: create arabic pdf

2004-12-26 Thread Victor Mote
S tables. The commercial 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.htm

RE: problem with tag

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

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

RE: problem converting TTF using TTFReader

2004-11-01 Thread Victor Mote
y to be even pricier. Best solution that I can think of is probably to just purchase a different font (or hire someone to fix the existing one -- 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-28 Thread Victor Mote
e 280R (8096Mb) - failed > > How is it that a 24meg 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 -

RE: PS render, fonts, embedding

2004-09-29 Thread Victor Mote
ned that the commercial applications may be able 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

RE: PS render, fonts, embedding

2004-09-29 Thread Victor Mote
in the time frame you want, that is probably your best 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: Forcing use of ASCII85Decode

2004-09-20 Thread Victor Mote
th the multiple entries and use it in the method. Something like this: java.util.ArrayList list = new java.util.ArrayList; list.add("ascii-85"); list.add("flate"); Configuration.put("stream-filter-list", list, Configuration.PDF); There is a strong p

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

2004-06-16 Thread Victor Mote
ion really *is* of interest only for developers. 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
level problem, i.e. I don't think it is even getting as far as the RTF code. 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
ile, I don't follow. I can see the content here: http://cvs.apache.org/viewcvs.cgi/xml-fop/src/documentation/content/xdocs/ou tput.xml?rev=1.16&only_with_tag=MAIN&view=markup at line 240. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: fo:float

2003-12-09 Thread Victor Mote
> measurements like pt or mm. I would imagine 600 meant 0.6em 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
ent weights. I'm looking at: > > http://www.ricoh.co.jp/swd/font/valu-d2/wabun/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 curren

RE: Scaling images

2003-11-19 Thread Victor Mote
Richard Sweeney wrote: > > > > > I think this is what you are looking for: http://xml.apache.org/fop/graphics.html#resolution Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: FOP ~ PropertyList search gives linear performance

2003-11-18 Thread Victor Mote
n me > and everyone else on the FOP team, but the implication is there in the > Rec. if you read it carefully. Peter: I'm going to move this over to fop-dev & respond there. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Unkown font error driving me crazy

2003-11-15 Thread Victor Mote
cmr10.ttf ttfcm.xml See also: http://xml.apache.org/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
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 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Changing SAX Class

2003-10-17 Thread Victor Mote
e users. I find the color-coding 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: Rendering a Tiff image

2003-10-15 Thread Victor Mote
lities/printerdriver/eprint_printer_driver.htm 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
plemented in the trunk, a bit klunkily and needing work, 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:

RE: Converting to uppercaseusing text-transform

2003-10-05 Thread Victor Mote
's basic support. In other words, FOP passes a conformance test for basic 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-

RE: Failed to read font metrics file

2003-09-28 Thread Victor Mote
command-prompt :-) http://xml.apache.org/fop/fonts.html#type1-metrics http://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-28 Thread Victor Mote
oblem at that level, rather than trying to have FOP work around it. I don't know 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

RE: Failed to read font metrics file

2003-09-27 Thread Victor Mote
ty if I could stop cursing the decision to split 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
que I posted earlier 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: Java script with xsl in FOP ?

2003-09-12 Thread Victor Mote
T (to get today's date) is demonstrated. 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 addi

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 > > > > > > > > > > > > that i'd obviously like to change to reflect t

RE: how to add font "collections" to FOP??

2003-09-06 Thread Victor Mote
operly, look 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
y adopted by Adobe, I don't know. Both PostScript 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 an

RE: Error when placing svg into xsl with

2003-09-03 Thread Victor Mote
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 PROTEC

RE: IPD

2003-09-03 Thread Victor Mote
believe that is correct, so, from the original post: 52 millipoints = 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

RE: Can't install my font!

2003-09-02 Thread Victor Mote
going on there & get it documented correctly. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Can't install my font!

2003-09-02 Thread Victor Mote
stration. If it isn't registered with the o/s, AWT (and therefore FOP) can't see it. O'Reilly has some good books on X if you don't have something else already. Victor Mote - To unsubscribe, 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 wro

RE: absolute-position bug?

2003-08-23 Thread Victor Mote
e.org/fop/compliance.html#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
See: http://xml.apache.org/fop/fo.html#external-resources where the syntax is described, with links to the appropriate underlying standards. It is possible that some of the example files are not up-to-date. If you can be more specific, we'll work 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
apache.org/fop/output.html#txt for more 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
work on both bugs and features in a much more sane environment. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: fox:destination

2003-08-11 Thread Victor Mote
Julian Reschke wrote: > here's a very short description for "extensions.xml": OK, I have added this to CVS, along with a few embellishments. It should be live on the site within a few days. Again, thanks for pointing this out and helping to get it docume

RE: fox:destination

2003-08-11 Thread Victor Mote
st it, I'll test it and get it into the doc. Thanks for pointing this out. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Apache FOP 1.0 release

2003-08-06 Thread Victor Mote
srinivasan krishnamurthy wrote: > Do we know when the Apache FOP 1.0 version is going to > be released. No. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: bookmark extensions problems

2003-08-05 Thread Victor Mote
do that on this list. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Ant Task

2003-08-04 Thread Victor Mote
Victor Mote wrote: > I'll bet it doesn't like those backslashes in your pathelement locations > (actually, it doesn't care, but it isn't doing what you want it to). Ant, > like Java, is filesystem-agnostic, and doesn't care which filesystem > convention you u

RE: Ant Task

2003-08-04 Thread Victor Mote
ilesystem convention you use to specify paths, but it does need for the backslash to be escaped if you're going to use it. So, on all three, change the "\" to "\\" or, if you prefer, to "/". If that doesn't solve the problem, then build the entire path name in

RE: bookmark extensions problems

2003-08-04 Thread Victor Mote
t.fo processes normally and creates > bookmarks. Sorry, I'm even more confused than before. Are you saying that the fox: elements do not even appear in the fo file? Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: image scaling

2003-08-04 Thread Victor Mote
tion (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: 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 a

RE: Status of MIF Output

2003-08-01 Thread Victor Mote
think 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 command

RE: outline

2003-07-31 Thread Victor Mote
. If the element that drives your fox:outline 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: 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

RE: URLs in external-graphics -> corrupt PDF

2003-07-29 Thread Victor Mote
minate 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 PROTECTED]

RE: Special charecters into FOP

2003-07-28 Thread Victor Mote
l#check-input If it occurs before that point, then you really have an XSLT question. Otherwise, please 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

RE: Custom TT Fonts not embedded gives garbage

2003-07-27 Thread Victor Mote
e short term, we need to improve the doc to reflect this -- I'll make understanding what is going on here & documenting it a priority. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: base URL of Fop Ant Task with Fileset

2003-07-27 Thread Victor Mote
t the Ant attribute. I guess it would just be a boolean, perhaps something like basedirfromfo, where true would implement your change, and false would use the basedir for the fileset. Or, there may be some other similar issues that need to be rolled into this idea. Victor Mote -

RE: base URL of Fop Ant Task with Fileset

2003-07-27 Thread Victor Mote
op/configuration.html#summary-key-value where the "basedir" configuration option is discussed. Between the two, I think you should be able to set the base directory to anything you want. Victor Mote - To unsubscribe

RE: Custom TT Fonts not embedded gives garbage

2003-07-25 Thread Victor Mote
me, if you like, try cutting some of the jumbled text from your PDF and pasting it into another application. Is the underlying text 1) correct, 2) the same as appears in the PDF, or 3) something else? I will be off-list for most of the next several hours, but will pick this bac

RE: baseDir not working in fop 0.20.5

2003-07-25 Thread Victor Mote
URI. See http://xml.apache.org/fop/fo.html#external-resources for more details. Also, please be sure to double-check that the file really is there. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Fonts?

2003-07-25 Thread Victor Mote
please* continue to raise those on the list, as fixing the doc once is better than answering 100 emails on the same subject. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Custom TT Fonts not embedded gives garbage

2003-07-25 Thread Victor Mote
;. Are you getting all "#" characters? Are ASCII characters working and nothing else, or is nothing coming through correctly? Can you see any patterns (like an "a" always comes out as a "w")? Victor Mote ---

RE: Fonts?

2003-07-25 Thread Victor Mote
All of those changes are now on the live site, so please review the new text 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: baseDir not working in fop 0.20.5

2003-07-25 Thread Victor Mote
cing the file that is generating the error. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: compliance for 0.20.4 or 0.20.5?

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

RE: Fonts?

2003-07-24 Thread Victor Mote
me-waster. > 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 - 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? >

RE: Fonts?

2003-07-24 Thread Victor Mote
Oops. I never noticed that because they work fine in my browser. Thanks for pointing that out. I just committed & published a fix for this. It should be live on the web site in about an hour (midnight Pacific time). Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [ANNOUNCEMENT] FOP 0.20.5 released

2003-07-18 Thread Victor Mote
ask to implement, but would one of the FOP > developpers like to tell me whether 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

RE: Large Memory Footprints-FOP status

2003-07-16 Thread Victor Mote
gt; I need a solution pretty soon and don't know if/when this will come to > fruition. > Does anyone have any recommendations? 1) help with the redevelopment, 2) fund someone who is helping with the redevelopment, 3)

RE: PDF spec

2003-07-15 Thread Victor Mote
lly we'd like to see you help us improve it along the way too :-) Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Thai Hyphenation

2003-07-15 Thread Victor Mote
to support you on the technical side. If you can find an electronic 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: [

RE: Is there a way to 'squish' a font?

2003-07-12 Thread Victor Mote
ase of the standard, and I think it would be pretty feasible to write an extension to do it now. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: External graphic referencing within a servlet

2003-07-11 Thread Victor Mote
ocal filesystems, and I have updated our FAQ page to point to this. Since this is *strictly* an XSL-FO issue, and since it can be found through the FAQ already, I'm going to keep it off of our Graphics page, although we can add a link from there to the "External Resources" doc later if it looks like it is needed. These changes are in CVS, & will be published in the next week or so. 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
OP development to get the redesign work done. We have a bunch of talented 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: using userconfig.xml

2003-07-10 Thread Victor Mote
brevity in 'help' files may be counter-productive. I *think* the way it is set up now will work fine. Part of what I am trying 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 c

RE: using userconfig.xml

2003-07-10 Thread Victor Mote
w in a general way how to set the key-value items in the configuration. Since they are all 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

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

2003-07-10 Thread Victor Mote
/userconfig.xml?rev=HEAD &only_with_tag=fop-0_20_2-maintain&content-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: PDF in Asian languages (Simplified Chinese,Traditional Chinese, Japanese,Korean)

2003-07-10 Thread Victor Mote
a bit on the Adobe site. I have a copy of Acrobat 6.0 Pro sitting on my desk uninstalled, but it will be a while before I can dive into that. 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
but I would try them anyway. If that works, please consider contributing the metrics files back 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 M

RE: Another website update

2003-07-09 Thread Victor Mote
by another application, that will illustrate 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 ---

RE: Another website update

2003-07-08 Thread Victor Mote
uess is that without your efforts it will be awhile before any 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: Website update?

2003-07-08 Thread Victor Mote
se white-is-zero encoding (TIFF's > 'photometric 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 ---

RE: difference between pdf and ps

2003-07-08 Thread Victor Mote
lumns. Also, whitespaces 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

RE: Another website update

2003-07-08 Thread Victor Mote
ping us track down the more robust solution (if it exists)? Thanks again for your efforts here. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Website update?

2003-07-08 Thread Victor Mote
y. As a result of my > findings, it is clear that for embedding CMYK images into a resultant > PDF, JPG is the only game in town. The rest of this I follow, and will make changes to the website accordingly. Again, thanks for your efforts here. Victor Mote - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   >