FOP interface

2002-09-17 Thread J.Pietschmann
render(InputSource) to Driver and deprecate basically all other methods to render stuff. Providing yet another XML source abstraction isn't something I favor, but so what. Please review. J.Pietschmann - To unsubscribe, e-mail: [

Re: table error msg

2002-09-17 Thread J.Pietschmann
hat if i create a PDF form and want my user to be able to type in >data into it is there a way to do it?some property that i can set whhich lets my user >type in the data. There is currently no easy way for this. If you can, build a webapp with HTML forms and such and g

Re: Fix for paragraph breaking.

2002-09-17 Thread J.Pietschmann
Java coding style. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Page-sequence-master error

2002-09-17 Thread J.Pietschmann
e-position="first" master-name="first"/> Use master-reference instead of master-name here (check the spec). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: AW: Embedding FOP in Java

2002-09-17 Thread J.Pietschmann
ommand line application to ssee what happens, and if this is still ok replace the xalan.jar from the FOP distribution with the xalan.jar from the Xalan distribution. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Memory consumption was: Re: Maintenance release

2002-09-17 Thread J.Pietschmann
question... looks like this is still on the TODO list (easy to solve though). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Line breaks around dashes

2002-08-21 Thread J.Pietschmann
Jessica Perry Hekman wrote: > Attached. It looks like every page-sequence starts over from zero -- > except the very first one, which starts from one. This should be fixed now. J.Pietschmann - To unsubscribe, e-mail:

Re: Tasks - layout

2002-08-21 Thread J.Pietschmann
t ask for earlier breaks only if this does not reconcile well with other conditions, for example when reconciling breaks in the cells of a table row or for list items. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Style issues.

2002-08-21 Thread J.Pietschmann
C supervising MC (Z80 based, at least) which did not even have a loader for relocatable code, I had to write one by myself... As for variable names, if I'd get a buck for every style rule set I survived, well, I'd have thirty or thirty

Re: Bug 11902 - who commits the fix?

2002-08-21 Thread J.Pietschmann
Arnd Beißner wrote: > I'd like to ask one of the committers to have a look at the fix and make > sure it makes it into 0.20.5. The area where the fix applies has changed considerably. I will the problam take into account in preparation of a 0.20.5 release. J.

Re: Radio buttons

2002-08-21 Thread J.Pietschmann
Vaidya, Raghavendra (CORP, GEITC) wrote: > How do I draw radio buttons and check boxes using FOP in a PDF document It depends. You can use an SVG or a bitmap graphic, or you can try various Unicode characters: http://marc.theaimsgroup.com/?l=fop-dev&m=100867129402225&w=2 J.

Re: Style issues.

2002-08-21 Thread J.Pietschmann
hink I'd take advantage of other people's dislikes and get rules which will be ignored sooner or later anyway canned before too much efford is wasted to introduce and enforce them. Does this explain and help to understand my position? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Line breaks around dashes

2002-08-20 Thread J.Pietschmann
"1," even though there were about 8 > rendered pages before that one. I fiddled a bit with page number initialisation. Could you post a small example which demonstrates the effect you noticed? Use to generate pag

Re: layout questions

2002-08-20 Thread J.Pietschmann
about this ? This sounds like a known bug. Check bugzilla: http://nagoya.apache.org/bugzilla/ whether there is already an open bug, if not, opoen one and append a *small* BMP which causes such a problem. J.Pietschmann - To uns

Re: ArrayIndexOutOfBound Exception while dynamic row generation

2002-08-20 Thread J.Pietschmann
l-list/ You could for example try ... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: fo:float

2002-08-20 Thread J.Pietschmann
ion is. is anybody working on fo:float and if so when can we > expect it? > There will be a support for floats in the redesigned version of FOP. It is, however, not quite clear yet when it will be available. J.Pietschmann

Re: Line breaks around dashes

2002-08-20 Thread J.Pietschmann
the official database. We probably need such a table for other purposes too, for example writing direction and word separation. I fear an implementation which is not too heavyweight could be tricky, however, there is a report from the Unicode consortium which

Re: Style issues.

2002-08-20 Thread J.Pietschmann
arch near the beginning of the file (you'll probably know after a few tries which files have huge comment blocks at the beginning). The only encoding rule I'd realy like to have: Don't mix underscores with camelCase. Beside

Re: Line breaks around dashes

2002-08-19 Thread J.Pietschmann
know. HEAD doesn't work, check out fop-0_20_2-maintain. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Tasks - layout

2002-08-19 Thread J.Pietschmann
Keiron Liddle wrote: > - Implement table layout > The table layout will use the same technique as the block layout. It > will locate suitable breaks between rows or inside rows until table > finished or end of bpd reached. Actually, what *are* valid breaks within a table apart from breaks betwe

Re: Tasks - layout

2002-08-19 Thread J.Pietschmann
nd store them in an Array list, with the current page perhaps storing the array index of the first marker of this page to speed up some retrieval modes. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: URIs and URI resolvers for configuration files, fonts, and images

2002-08-19 Thread J.Pietschmann
should be resolvable too (I think avalonizing FOP will make this reduindant anyway). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Tasks - layout

2002-08-19 Thread J.Pietschmann
y, how is "unlimited" expressed in MinOptMax terms? > I could imagine that it might adjust to the size of the region. So if > larger it uses min value etc. Static content is laid out after the main flow, so the page viewport should already have been adjusted to the re

Re: cvs commit: xml-fop/src/org/apache/fop/render/pdf PDFRenderer.java

2002-08-19 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: >protected void renderRegion(RegionReference region) { ... > +currentFontName = ""; Wouldn't it be better to do this each time after writing a BT to the PDF output? (In startVParea(), renderViewport() and renderLead

Re: Line breaks around dashes

2002-08-19 Thread J.Pietschmann
red behaviour (as also defined by TR14). Another caveat: FOP 0.20.4 has a bug in the white space width calculation, you'll have to get the 0.20.5cvs code from the repository directly or fall back to 0.20.3. J.Pietschmann - To

Re: Tasks - layout

2002-08-17 Thread J.Pietschmann
number" doesn't strike me as very clean. I settled for the page BPD, under the assuption that the page viewport would not exceed this. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Is there the encoding in FOPSerializer?

2002-08-17 Thread J.Pietschmann
ere in the Cocoon docs as well as on the FOP web site. Select the font: ... Check this first with the FOP command line application. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EM

Re: FOP - about the Hyphenation!

2002-08-16 Thread J.Pietschmann
e. > 2: I am a Chinese . how can I to get the Chinese version > Hyphenation file for FOP?? Why do you think you need one? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: just a thought

2002-08-14 Thread J.Pietschmann
arcy of custom iterators: EmptyIterator, > SingleItemIterator and ArrayIterator. Wow, that's excellent. > do we need random access to children? AFAIR not really, there is an index kept, but this could be an iterator too. J.Pietschmann -

Re: Property handling

2002-08-14 Thread J.Pietschmann
e-parented". I should have known I missed again yet another unpleasant but important issue. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Style issues.

2002-08-14 Thread J.Pietschmann
p level layout manager. * It is created by the PageSequence FO. */ public FlowLayoutManager(FObj fobj) { Well, bad things happen. It would be nice to get some agreements nailed down and published. J.Pietschmann -

Re: FOP memory usage

2002-08-14 Thread J.Pietschmann
t be shifted to page 3, leaving page 2 empty, or would it start at the beginning of page 2, with a forced break or an overflow, or something else? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Tasks - layout

2002-08-14 Thread J.Pietschmann
nusual long time it took me to grasp why *anything* is laid out at all. And: > except the bpd is unlimited You mean "limited", do you? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Property handling

2002-08-14 Thread J.Pietschmann
maybe something else), block only properties (overflow etc.), table specific properties, table colum specific properties, text decoration. Position, keep-*, break-*, geometry and most of the rest don't get bundles but are stored di

FOP components (was: Re: Avalon integration: First batch of changes,Logging)

2002-08-13 Thread J.Pietschmann
this has to be integrated into the PDF renderer. Answers and Comments? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Rendering document directly

2002-08-13 Thread J.Pietschmann
terException > at > org.apache.fop.apps.StreamRenderer.startRenderer(StreamRenderer.java:129) It seems you forgot to set the renderer for the driver. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: fop documentation

2002-08-13 Thread J.Pietschmann
e documentation about the design in docs/design for the code in the maintenance branch and in docs/design/understanding for some stuff for the CVS HEAD. Some parts of the old docs still apply to the HEAD, as well as some concepts illustrated in the "understandig&

Re: PDF Security using FOP.

2002-08-13 Thread J.Pietschmann
OP, but you can postprocess the generated PDF: http://marc.theaimsgroup.com/?l=fop-dev&m=102002975028427&w=2 Be aware that iText does not handle PDF bookmarks. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: just a thought

2002-08-13 Thread J.Pietschmann
t designing them because my brain seems to be too small to handle this :-( I tried to implement this for text decorations (TextState), actually there can be at most 8 different value combinations (disregarding "blink"), so I preconstructed these and had the PropManager select and return the appro

Re: Font question

2002-08-12 Thread J.Pietschmann
epoints for the characters you want to see, for example, try ➯ You can find the Unicode code points for the characters in the ZapfDingbats font in the FOP soure distribution in src/codegen/charlist.xml, all the mappings with adobe-name="aNNN" with some NNN number. J.Pietschmann --

Re: Tasks - layout

2002-08-12 Thread J.Pietschmann
Kevin O'Neill wrote: > Any PDF tasks? > Encryption related stuff seems to be often asked for. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Zero Width Space problem

2002-08-10 Thread J.Pietschmann
Width calculation for spaces is somewhat better now in the maintenance branch, in particular a ZWS should now always have zero width, unless overridden by the font or widened by space justification. J.Pietschmann - To

Re: Links in regions other than region-body

2002-08-09 Thread J.Pietschmann
link rectangle computation code on my list (don't expect me to do something significant before end of september, there are bugs more significant and/or easier to fix). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTEC

FOP memory usage

2002-08-09 Thread J.Pietschmann
r of these could have an unpleasant rippling effect through previous pages. I think it is only really safe to get rid of FOs at page sequence boundaries and perhaps forced page breaks. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Commit of container change

2002-08-02 Thread J.Pietschmann
t to spawn). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Redesign vs. maintenance branch

2002-08-02 Thread J.Pietschmann
;m offline now for a week. Good luck! J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: JDK 1.2 containers in maintenance branch

2002-08-02 Thread J.Pietschmann
27;m not trying to add to the mud, actually I'm trying to clean up the maintenance branch bit by bit... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: wrap-option does not work in Japanese

2002-08-02 Thread J.Pietschmann
Tetsu Ito wrote: > In English sentence, wrap-option attribute works fine, > but not in Japanese sentence. In japanese, fop renders to pdf > with no-wrap even if wrap-option is set to "wrap". If the language is set to japanese (and a few others), wrap-option is essentially ignored, because it is a

Re: table-and-caption support

2002-08-02 Thread J.Pietschmann
RamanaJV wrote: > HI group, > Does FOP 0.20.3 support fo:table-and-caption property? I'm not > getting the table if I put the table inside table-and-caption... Look at docs/html/docs/implemented.html, or the source (fop/fo/flow/TableAndCaption.java)

JDK 1.2 containers in maintenance branch

2002-08-01 Thread J.Pietschmann
ree (spaces don't have a height, which is bad), eleminate as much as possible unnecessarily inherited data for inline areas - correct lineheight computation and alignment. Should be enough work... J.Pietschmann --

Re: real-life "big" document example, add it to the samples?

2002-08-01 Thread J.Pietschmann
ple with a user font. Does someone know of a small and freely distributable font which could be used for this purpose? Big bonus points for one of these pesky barcode fonts! J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTE

Re: table overflow and markers on 20.2

2002-08-01 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > but I thought these were a function of the unfinished markers in 20.2. I still don't know what "these" refers to, and what function is meant. J.Pietschmann - To unsubscri

Re: table overflow and markers on 20.2

2002-08-01 Thread J.Pietschmann
is usually not a real pressing problem, though it is always advisable to fix error messages as well as warnings, lest you ignore something important. > but I thought these were a function of markers in 20.2. Duh? J.Pietschmann

Re: [PDF Viewer] Utility request

2002-07-29 Thread J.Pietschmann
and compiled (i.e. fixes problems I have *now*). Actually, I have quite a few ideas how to fix many deficits in the maintenance branch (properties, TR14, whitespace handling, line height computation, inline areas, inline containers, links...), unfortunately, I don't have as much time

Fun with text properties

2002-07-28 Thread J.Pietschmann
discarded because of default suppress-at-line-break? a Where does the space turned LF go, a then end of the first line or at the beginning of the second line? Comments? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: font state and associates

2002-07-27 Thread J.Pietschmann
er I finissh the cleanup I'm currently doing. What do you think? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Page count & first-rest-last

2002-07-25 Thread J.Pietschmann
27;page n of N' > Have you any trick for this? FAQ. See http://marc.theaimsgroup.com/?l=fop-user&m=102052610605212&w=2 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: EOFException while creating metrics for the font file

2002-07-25 Thread J.Pietschmann
er, or you have a malformed font file. This problem shows up regularly with far-east fon files, unfortunately, any font I could get works. You could do a great service to the public by tracking down why your font cannot be read and posst th

Flow and region-body

2002-07-23 Thread J.Pietschmann
s logged/thrown. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: pls help with getting latest maint version

2002-07-23 Thread J.Pietschmann
http://marc.theaimsgroup.com/?l=fop-dev&m=102708776206768&w=2 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP doc

2002-07-23 Thread J.Pietschmann
fter I > am more confident that I understand what should be happening. Documentation generation currently doesn't work because of some rather unpleasant incompatibilities. It basically works on my computer but I'll have to clear some is

Re: [PATCH] text-transform support

2002-07-22 Thread J.Pietschmann
te remember the original use cases for CSS. I vaguely remember some issues with pseudo classes, which are not problems in XSLFO. As long as nobody comlains loudly, I think we'll leave this out. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Performance Analysis

2002-07-21 Thread J.Pietschmann
re stored after decompression, so YMMV. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: ClassCastException in StreamRenderer$RenderQueueEntry

2002-07-18 Thread J.Pietschmann
ementAt(pageIndex - 1); > > This should be something like: > previousPage = ((RenderQueueEntry)renderQueue.elementAt(pageIndex - 1)).getPage(); > Committed to CVS maintenance branch. Thank you for the patch. J.Pietschmann ---

Re: page-break-inside="avoid"

2002-07-17 Thread J.Pietschmann
e="avoid" is the way > to go about this, unfortunately it seems this feature is not yet > implemented(version-0.20.3). Does anyone know of solution to this > problem? Thanks in advance. > > T Look here for hints: http://marc.theaimsgroup.com/?l=fop-user

Re: [PATCH] background properties for all regions + regions precedencesupport

2002-07-16 Thread J.Pietschmann
Thank you for this patch! I think this is important. Committed. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [PATCH] TXTRenderer output encoding

2002-07-15 Thread J.Pietschmann
Oleg Tkachenko wrote: > Well, encoding-related code looks fine for me, but I cannot build fop in > cvs due to Hashtable/HashMap changes: Oops, didn't clean the build directory before the test build. It should be fixed now. J.

Re: [PATCH] TXTRenderer output encoding

2002-07-14 Thread J.Pietschmann
somewhere else and provided a warning in case the encoding is invalid. PPlease test. I canät commit it to the head as the TXTRenderer seems to be in a major overhaul there. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTE

Re: Non-printable characters

2002-07-12 Thread J.Pietschmann
p to the upper Latin-1 control character range, i.e. invalid XML characters. Declare the encoding you actually use, or use character references for all characters outside the ASCII range, and the problem should go away. J.Pietschmann

Re: Character Encoding in TXTRenderer

2002-07-12 Thread J.Pietschmann
be to implement a configuration setting and/or a command line parameter to set the encoding for the text renderer output. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

page break

2002-07-11 Thread J.Pietschmann
umbered page *after* the break has been inserted? I need some sleep... Well, I commit the code anyway, tell me if something is wrong. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Unable to generate PDF file from EJB using FOP

2002-07-11 Thread J.Pietschmann
cause the API has changed slightly. Look at the servlet example distributed with FOP for details. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Unable to generate PDF file from EJB using FOP

2002-07-10 Thread J.Pietschmann
PDF? Do you get an error? Do you get an empty or corrupted PDF? - is there anything interesting in the logs of the EJB container? - Have you tried the servlet example distributed with FOP? Do you have prolems there alos? J.Pietschmann > -Original Message- You are supposed t

Re: [ERROR] Don't know what to do with

2002-07-10 Thread J.Pietschmann
and check whether it contains 0x0D bytes, and run dos2unix or a similar program in this case. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Character Encoding

2002-07-09 Thread J.Pietschmann
for it and let FOP use it. The "mathematical minus" is pretty esoteric, you'll probably need a special math font, rummage through implementations for MathML or TeX distributions. Why can't you usse a dash or hyphen? J.Pietschmann -

Re: documentation for the maintenance branch

2002-07-05 Thread J.Pietschmann
Christian Geisert wrote: > Please wait till after the release. Ok, most issues are solved now, I'll commit it to HEAD this weekend, not that the release is out. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Preventing a block from splitting

2002-07-03 Thread J.Pietschmann
an I do that? Search the list archive for keep-together. The property does not work on a block, you'll have to put your block into a blind table. An archive search will reveal all details. J.Pietschmann - To unsubscribe, e-m

Re: "keep-together" implementation

2002-07-03 Thread J.Pietschmann
I use > to generate PDFs? Try passivetex. You have to install a full TEX package, apart from this it is quite excellent. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Pagination problem

2002-07-02 Thread J.Pietschmann
RamanaJV wrote: > Is there a way the FOP provides me to update the > previously created pages? No. Get the whole XML from whereever you have to get it, and render it an once. You can try to render chunks and download more XML in the background, but this is rather advanced. J.Piets

Re: System.exit stuff

2002-07-02 Thread J.Pietschmann
ouble too? For some reason, FOP AWT currently doesn't run at all, and I havn't got yet time to investigate. Sometimes it seems to me file-to-file renderers and the AWT renderer should be placed in different applications. J.Pietschmann

Re: System.exit stuff

2002-07-01 Thread J.Pietschmann
Keiron Liddle wrote: > You do know that every second person will complain that FOP "hangs" if > you remove this. :/ The exit() Oleg complained about was inserted by me. No problem with removing it, the real exit(0) is in the CommandLineStarter (odd place...)

Re: documentation for the maintenance branch

2002-06-26 Thread J.Pietschmann
n in CVS. The last checkin showed a "generate commit notification mail" or something, but I didn't get one either. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: table-cell wrapping

2002-06-26 Thread J.Pietschmann
. Default is to wrap. Is there a margin inherited from an enclosing block? I've bitten several times by this. In this case, put margin="0mm" right on the fo:table element. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Loading FOP userconfig file from EAR

2002-06-24 Thread J.Pietschmann
ration(File userConfigFile), substitute new InputSource(.getRessourceAsStream(...)) or something for InputHandler.getFileInputSource(...) > This message is for the named person's use . Oh no! HTH J.Pietschmann

Re: FOP in the forrest

2002-06-21 Thread J.Pietschmann
different from HEAD? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: how to deal with tabulations

2002-06-20 Thread J.Pietschmann
duces XML more amenable to further processing. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

test cases

2002-06-20 Thread J.Pietschmann
Hi all, I've accumulated quit a few testcases from the bugzilla bug reports. Some are working now, some still produce errors. We don't have an explicit test data directory yet. Should I create one? J.Pietschmann --

Re: DO NOT REPLY [Bug 10031] - FOP error handling: return codesnot set

2002-06-20 Thread J.Pietschmann
>>Has anybody received the CVS message from Jörg's change. I didn't. Maybe >>it's still somewhere in a moderator queue? That was the case when I >>committed my first change to CVS after receiving committer muscles. I'm not subscribed to the fop-cvs list. Pe

Re: PDF in a JSP ... searching alternative way

2002-06-20 Thread J.Pietschmann
confuse the output (which assumes the output is *character* data). Use a servlet, and generate the FO with XSLT, as advised, or check out Cocoon. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Problem with multi-paged TIFFs

2002-06-18 Thread J.Pietschmann
lar area to be filled... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-18 Thread J.Pietschmann
or attribute "xlink:href" is >not bound. > [ERROR] The prefix "xlink" for attribute "xlink:href" is not bound. The namespace declaration is indeed missing. I'm currently reworking some parts of the examples, I'l

Re: SVG base URL exception

2002-06-16 Thread J.Pietschmann
ay, it is recommended to upgrade to 0.20.3 or .4 (soon to appear), because this fixes a few important bugs. Apart from this, you could try to set the baseDir property http://marc.theaimsgroup.com/?l=fop-dev&m=101777546120252&w=2 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FopServlet

2002-06-16 Thread J.Pietschmann
webapps/whatever/test12.pdf"); or investigate what you can do with HttpServletRequest.getPathTranslated() Now this is gettin way off of topic... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: JimiException with TIFF

2002-06-15 Thread J.Pietschmann
t protected compression. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FopServlet

2002-06-15 Thread J.Pietschmann
*browser* on how to save the content if it chooses to. If you want to write to a file on the server, use something like FileOutputStream fos=new FileOutputStream("test12.pdf"); fos.write(pdfOutData); fos.close(); J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FopServlet

2002-06-13 Thread J.Pietschmann
the PDF output in a ByteArrayOutputStream so that you can send the exact length to the browser (IEx will show a blank window if you fail to do this). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: FopServlet

2002-06-13 Thread J.Pietschmann
7;s lib directory into Tomcat's lib directory, or upgrade to Tomcat 4.0.4b3. I think i've seen more detailed instructions in some Tomcat documentation. Otherwise, check yout webapp's lib directory whether it contains all the jars

Re: SVG/SVG inclusion issue ?

2002-06-13 Thread J.Pietschmann
y defining one or antoher important attribute default value in the DTD (in particular the SVG namespace declaration), though it is hard to see how a staand-alone Batik circumvents this. J.Pietschmann - To unsubscribe, e-mail: [EMAIL

Re: SVG/SVG inclusion issue ?

2002-06-11 Thread J.Pietschmann
declared as default namespace. The usual way is that this is done in the SVG DTD. Check whether both files either include a proper DOCTYPE declaration pointing to the DTD, or declare the SVG namespace. Point 3: Your b.svg links retro.svg, not a.svg. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: margin-top of a block in a table-cell

2002-06-10 Thread J.Pietschmann
I'd say. Read the source. FOP has still a lot of deficiencies. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

<    1   2   3   4   5   6   7   8   >