Re: Scrollable region in generated PDF

2016-07-20 Thread paul womack
GK wrote: I'm using Apache FOP to generate a PDF through XML and XSL-FO. I have a cell in my generated PDF that I need to be able to scroll through if the content overflows it. XSL-FO has an overflow="scroll" feature, but based on my research on the topic it seems that Apache FOP does not

Re: Fonts in PDF Servlet FOP 2.0

2016-01-06 Thread Paul Clifford
and rendering process transformer.transform(src, res); //Return the result sendPDF(out.toByteArray(), response); } /** @return a new FOUserAgent for FOP */ protected FOUserAgent getFOUserAgent() { FOUserAgent userAgent = fopFactory.newFOUserAgent(); //Configure foUserAgent as desired retu

Re: Getting bold fonts with FOP 2.0 and OpenType CFF fonts

2015-07-07 Thread Paul Grosso
I believe the fop.xconf file I am using is the distributed one. All I am using for application/pdf is auto-detect. You can access a copy of my xconf and fo file at http://paulgrosso.name/outgoing/fop/fop.xconf http://paulgrosso.name/outgoing/fop/topic.fo thanks, paul On 2015-07-07 02:55

Re: Getting bold fonts with FOP 2.0 and OpenType CFF fonts

2015-07-07 Thread Paul Grosso
On 2015-07-07 13:04, Jan Tosovsky wrote: On 2015-07-06 Paul Grosso wrote: Font Stempel Garamond LT Std,normal,700 not found. Substituting with Stempel Garamond LT Std,normal,400. Font Gill Sans Std,normal,700 not found. Substituting with Gill Sans Std,normal,400. In auto-detection

Getting bold fonts with FOP 2.0 and OpenType CFF fonts

2015-07-06 Thread Paul Grosso
and italic versions of these fonts? paul - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Apache FOP Absoulute Relative Position Issue

2015-04-22 Thread Paul White
or not. Is there a way to position some vertical text blocks relatively on the same line? Best wishes, Paul White.

RE: FOP servelet - font config

2014-10-06 Thread Clifford, Paul
Just a follow up here: my issue was resolved by adding the path to fop.xconf to CLASSPATH. Paul From: Clifford, Paul [mailto:pcliff...@heico.com] Sent: Tuesday, September 30, 2014 10:18 AM To: fop-users@xmlgraphics.apache.org Subject: FOP servelet - font config I am having trouble using

FOP servelet - font config

2014-09-30 Thread Clifford, Paul
/fop Paul Clifford DISCLAIMER: The information contained in this e-mail and its attachments are intended solely for the use of the individual (s) to whom it is addressed and contains information that is confidential and the property of HEICO Corporation or one of its subsidiaries. If the reader

FOnt config

2014-06-04 Thread Donald Paul Winston
In my installation I have a config.xml and userconfig.xml. I'd like to add a Code39 font (Code39.pfa) How do I do this? ./fop.sh -c conf/userconfig.xml -xml US20140137301P1-20140515.XML -xsl masthead.xsl -pdf masthead.pdf [ERROR] unknown font Times New Roman,normal,bold so defaulted font to

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
This does not work. fonts directoryC:\MyFonts1/directory directory recursive=trueC:\MyFonts2/directory auto-detect/ /fonts the DTD does not support directory or auto-detect -- View this message in context:

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
features as well. Which version of FOP are you using? You should probably post the actual config file you're using. -Original Message- From: Donald Paul Winston [mailto:satchwins...@yahoo.com] Sent: Wednesday, June 04, 2014 11:56 To: fop-users@xmlgraphics.apache.org Subject: Re: FOnt

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
directory/Users/satchwinston/fonts/directory ……. ……. I use the ./fop -c conf/fop.xconf … and it still can’t find it font-family=“Code39” (Code39.pfa / Code39.afm) Do I need to setup a font metrics file? And then configure for that? Donald Paul Winston On Jun 4, 2014, at 12:17 PM, Donald Paul

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
There's a zillion fonts in System/Library/Fonts that Apache FOP does not support and I get a stack trace saying I ran out of heap space. Donald Paul Winston On Jun 4, 2014, at 1:12 PM, Rob Sargent rsarg...@xmission.com wrote: system default directory

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
I found a True Type barcode font that works(Archon Code 39 Barcode). The Code39.pfa/Code30.afm needs extra configuration to get it to work. Thanks Donald Paul Winston On Jun 4, 2014, at 12:17 PM, Donald Paul Winston satchwins...@yahoo.com.INVALID wrote: FOP 0.20.5 oops, I don’t know

Re: Table of Content

2014-03-19 Thread paul womack
Anastasia wrote: Good Day! We are interested in using the FOP Apache application. But we require the function of making Table of Contents and Index in the document. Could you please tell us, is there a way to create a table of contents and index in your program? As the only way to implement

Re: Improving FOP Performance

2014-03-18 Thread Paul Womack
Gonzalo Vasquez wrote: Hi everybody, We've been doing some performance tests using several output formats (PDF, PostScript and AFP), and they al give us about the same time results, which are far from what we expected. I'm aware that there are several bits of Apache FOP which might me

Re: Improving FOP Performance

2014-03-18 Thread paul womack
Gonzalo Vasquez wrote: I'm into that, but I guess there might be some first parts to look before I dig thaaat deep ;) Nah, profiling ain't digging deep, it's by far the quickest and easiest way to find unexpected performance hogs. BugBear

Re: performance of PNG output vs PDF

2014-02-07 Thread paul womack
Frank B wrote: I'm working on an application that creates labels. For PNG at 300 dpi, cpu usage is 2x higher than PDF output. The application can expect high volumes so performance is important. Is the relatively poor performance of image output normal? Is there a setting that can improve

Re: FOP memory growing with a lot of page-sequences

2013-04-19 Thread Paul Womack
aemitic wrote: Thanks for the suggestion. This /workaround/ (it's not a solution) cannot be applied. Why: - internal pdf links would not work - pdf bookmarks would not work - page numbering would not be correct - creating over 15 PDFs and then merging them with an external tool is

Re: FOP memory growing with a lot of page-sequences

2013-04-19 Thread paul womack
Kerry, Richard wrote: Yes I did understand what you wrote, and the earlier correspondent. I was attempting to ask why. It seems illogical to treat many small documents as one large one. Especially if the large one is so large that it is hard to process. That case sounds (to me) like many

Re: classpath suddenly not found with fop script and cygwin

2012-03-16 Thread Paul Tremblay
: fop path.txt I fixed the text in path.txt, then copied the text to the fop script, and assigned it to LOCALCLASSPATH. Of course, I got rid of the two lines (echo and exit), and the script runs again. Paul On Thu, Mar 15, 2012 at 7:02 PM, Paul Tremblay paulhtremb...@gmail.comwrote: I had

Re: classpath suddenly not found with fop script and cygwin

2012-03-16 Thread Paul Tremblay
to see if I can't get the bug fixed with the cygpath command. Paul On Fri, Mar 16, 2012 at 8:52 AM, Paul Tremblay paulhtremb...@gmail.comwrote: I figured it out. The start of the classpath (LOCALCLASSPATH) is: C:/ava/fop-2007/lib... It should be C:/cygwin/java/fop-2007/lib

classpath suddenly not found with fop script and cygwin

2012-03-15 Thread Paul Tremblay
/java/fop-20111024, and then run java -jar -fo file.fo -pdf file.pdf In fact, I did this already, and the file got converted with no error messages. I just didn't have time to look at the resulting PDF. Thanks! Paul

applying patch

2012-01-26 Thread Paul Tremblay
Can anyone tell me how to apply the patch found here: http://markmail.org/message/ozt647locaxogg3q I have never applied a patch before. Paul

Catalogs not working

2012-01-22 Thread Paul Tremblay
) at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130) at org.apache.fop.cli.Main.startFOP(Main.java:177) at org.apache.fop.cli.Main.main(Main.java:208) [Note: FOP exceptions are certainly verbose!] Thanks Paul

Re: Default XSL Stylesheet for PDF?

2011-10-25 Thread Paul Tremblay
me know if you still have problems. Paul $ fop -fo book.fo -pdf book.pdf # All hell breaks loose Thanks for the help. It is greatly appreciated. Jeff Oct 25, 2011 5:07:37 AM org.apache.fop.cli.Main startFOP SEVERE: Exception org.apache.fop.apps.FOPException

Re: Default XSL Stylesheet for PDF?

2011-10-25 Thread Paul Tremblay
--xincludestyle http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl book.xml book.fo Paul - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-25 Thread Paul Tremblay
Hi Mehdi, Yes, the nightly build works fine. Paul On 10/24/11 2:55 AM, mehdi houshmand wrote: Hi Paul, You're getting a class not found exception for some reason, maybe there was an error when you downloaded the source? Or have you changed the source at all? Someone else may have an idea

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread Paul Tremblay
need to. Thanks again Paul - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread Paul Tremblay
Hi Mehdi, I already have JUnit4 (junit-4.10.jar). That's the jar I put in my /usr/share/ant/lib Paul On 10/21/11 10:44 AM, mehdi houshmand wrote: Hi Paul, The latest trunk relies on JUnit4, so you'll have to get that JAR not the JUnit3 one, the url (https://github.com/KentBeck/junit

Thanks!

2011-10-20 Thread Paul Tremblay
! Paul - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

FOP crashes when encountering character 00AD (soft hyphen)

2011-10-20 Thread Paul Tremblay
Fop crashes when processing a file with a SOFT HYPHEN character, 00AD. I am running FOP 1.0. My java is: java version 1.6.0_26 Java(TM) SE Runtime Environment (build 1.6.0_26-b03-383-11A511) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-383, mixed mode) The fo file is: ?xml version=1.0

page property page-height=indefinite

2011-07-08 Thread paul womack
I note (google!) that subsequent to my questions on this (in 2008), this feature remains unimplemented, and has been asked about a few times. In the interests of repaying the community, I offer this perl script (written for my own purposes) which generates output of the right height, by

Re: Invalid PDF Created

2010-08-26 Thread paul womack
Eric Douglas wrote: I'm not sure what this quickdraw thing is you're referring to, but if I'm understanding it right, it's not like you can alter the PDF heading after the transform. The PDF is already mostly written to the file at this point. It just left out the last block. I don't know the

Re: Invalid PDF Created

2010-08-25 Thread paul womack
Eric Douglas wrote: I resolved this. After the transform I didn't close the output stream. Apparently that left some bytes hanging. Apparently? You said: If I try to create a PDF directly from the transform with FOP 1.0, by passing a BufferedOutputStream created from a FileOutputStream

Re: Invalid PDF Created

2010-08-25 Thread paul womack
Eric Douglas wrote: Surely this is a longer explanation than you're asking for. Certainly was ;-) The short answer is I'm well aware of how the output streams work, but I thought if the transform was writing to it which should be a complete process that it would close it when it's done.

Re: Text rendering with FOP

2009-10-01 Thread paul womack
Vincent Hennebert wrote: Hi, I think the way to go about that is to use a PDF post-processor that would convert the PDF into plain text. Does this mean there's (implicitly) no way of using FOP to emulate tex/nroff, at least directly ? BugBear

Re: Newbie question

2009-09-03 Thread Paul Vinkenoog
Hello Dola, I did my homework, but this does not appear to be an FAQ! How does FOP read PDF's? It doesn't, at least not to my knowledge. It reads Formatting Objects files (typical extension: .fo) and *produces* PDF and other formats. Paul Vinkenoog

Re: Transparent Text

2009-02-27 Thread paul womack
Duncan McGregor wrote: Hi I'm trying to work out how to write transparent text to overlay OCR data on top of its source image. I've seen it done in PDFs, but cannot find how to represent transparency in xsl:fo Thanks in anticipation Text is set in the foreground colour, and has no

Re: 0.95 Acrobat Performance Problems

2008-12-01 Thread paul womack
egibler wrote: Hi, I receive lots and lots of small (1-3 page) PDFs each day, combine them using Acrobat Professional, and print and mail them for clients. One client recently upgraded from FOP .2x to FOP 0.95, and the combining of his files has become nearly impossible. It'll put the first

Re: AW: FO writing

2008-11-27 Thread paul womack
Georg Datterl wrote: Hi Erwan, Since several months, i'm creating FOP documents, always with gedit or some text editor. The only feature they give me is a syntax coloration. So what are you using : which program or plugin ? XmlSpy works fine, but basically any program which displays XML

Re: Page Layout - Spreads, Bleed etc.

2008-10-21 Thread paul womack
Jeremias Maerki wrote: That was discussed some time ago. You might want to read up on the status here: http://fop.markmail.org/search/?q=trimbox I've prepared FOP so TrimBox, BleedBox and MediaBox can all be set [1]. But the wiring into an extension hasn't been completed, yet. [1]

Re: How to add space between words

2008-09-23 Thread paul womack
Ashish Kulkarni wrote: Hi I need to print text like My Name is ABC . . . How can i add space between words What are trying to DO with this space? Are you trying to line up a table, express columns, a list of pairs? In almost all cases, you should be working at a higher design level

large scale users?

2008-08-12 Thread paul womack
I'm trying to convince someone that fop is a good choice for generating (large) pdf's from structured input. Should be easy :-) Can anyone tell me of fop being used in this way and has a website where the output (and/or input) is publicly visible? BugBear

Re: FOP Newbie

2008-08-08 Thread paul womack
moorzee wrote: Hi I have a requirement to output, what I hope, is going to be a very simple PDF document. I'll be building up an xml domdocument in VB. My question is can I output my PDF without the need to save the xml as a file, i.e pass the xml directly into fop with my style sheet and

Re: How to use glyphs from the Symbol font ?

2008-07-31 Thread paul womack
Daniel Noll wrote: Andreas Delmelle wrote: IIC, this is a FOP limitation for all versions up to and including 0.95. FOP Trunk should now use another font than Symbol for a 'q'. Max implemented basic support for character-by-character font-selection, which is probably what Firefox does too.

Re: Problems transforming to RTF

2008-07-23 Thread Paul Hunnisett
is trrh. On 15.07.2008 12:38:42 Paul Hunnisett wrote: OK - this is almost looking how I want it to after playing around with tables and I've upgraded to 0.95 as well. However, I'm still havign one problem with inserting whitespace into the RTF - specifically, line breaks. I have empty

Re: Problems transforming to RTF

2008-07-23 Thread Paul Hunnisett
happy to review it for you and to provide tips. On 23.07.2008 16:16:24 Paul Hunnisett wrote: OK - I'm nearly there. The RTF almost looks exactly how I want it to. The only thing now is a table cell which need to be certain height is shrunk to one line. I've discovered which RTF markup

Re: Problems transforming to RTF

2008-07-23 Thread Paul Hunnisett
in your FO and expect that to properly show up in RTF files. FOP has to support all sorts of different output formats. And hacking in something like that is certainly not the way to go. This has to do be done by improving the RTF handler in FOP. On 23.07.2008 16:48:27 Paul Hunnisett wrote: What I

Re: Problems transforming to RTF

2008-07-15 Thread Paul Hunnisett
, but they are displayed in the RTF reduced down to one line high. Does anyone know how I can resolve/workaround this? On Wed, Jul 9, 2008 at 3:43 PM, Paul Hunnisett [EMAIL PROTECTED] wrote: Brilliant - thanks, I'll give that a go... On Wed, Jul 9, 2008 at 3:41 PM, Jeremias Maerki [EMAIL PROTECTED] wrote

Re: PDF full screen mode...

2008-07-11 Thread paul womack
Jeremias Maerki wrote: Ah well, my afternoon's almost over anyway... Here's a proposal: http://wiki.apache.org/xmlgraphics-fop/ExtensionsForPdf Feel free to improve/comment/fix. In FO that would look like this: fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; fo:layout-master-set

Re: Fop source-resolution

2008-07-10 Thread paul womack
Jeremias Maerki wrote: My suggestion: Use 0.95beta and inline-progression-dimension.maximum=100% content-width=scale-down-to-fit to restrict the images to a maximum size. FOP always uses the image's resolution to determine the intrinsic size. Only if an image has now explicit resolution, the

Problems transforming to RTF

2008-07-09 Thread Paul Hunnisett
that you can see what I'm aiming for and what I'm getting... I'm assuming the problem is to do with fo features not supported in the RTF transform. Is anyone aware of a way that I can tweak my fo to get the desired results in a way that will work? Cheers Paul Hunnisett

Re: Problems transforming to RTF

2008-07-09 Thread Paul Hunnisett
are too severe. On 09.07.2008 15:09:50 Paul Hunnisett wrote: I've written an FO document that I need to convert into and RTF file. It comes through the transform all messed up looking (sorry - best description!). If I transform it into a PDF then it looks perfect, but the RTF looks

Re: Problems transforming to RTF

2008-07-09 Thread Paul Hunnisett
://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95 HTH On 09.07.2008 16:31:28 Paul Hunnisett wrote: I've tried attaching the fo again. All I want to do is a simple document. It has some text, a simple list and a simple table. At present I have no option other than RTF

Re: Editing Text in the Intermediate Format

2008-06-03 Thread paul womack
Martin Edge wrote: Hey Guys, The file definitely is XML parsable.. and it’s output using XmlDocument in c# .NET. XML parseable is a low hurdle! It also needs to represent the correct semantics for FOP... BugBear - To

Re: Generating TIFF G4 files

2008-05-30 Thread paul womack
Jeremias Maerki wrote: On 19.05.2008 17:41:49 paul womack wrote: Platekatel wrote: Hello *, I’m using FOP embedded, to generate PS files for printing, everything works fine. Now I have the new task to create TIFF files. Well, easy to get tiffs with FOP but I have the special requirement

Re: Getting hyphenation to work

2008-05-28 Thread paul womack
Kamal Bhatt wrote: Thanks. Works a treat. One more question, where can I get these hyphenation files for asian languages (such as japanese). I'm far from sure hyphenation is even a valid concept in Japanese. BugBear - To

Re: Handeling tradional orphans.

2008-05-21 Thread paul womack
paul womack wrote: Michael Halpin wrote: I realize that orphans according to fop are the first line of a paragraph at the bottom of a page where the rest of the paragraph breaks onto the next page. I'd call that a widow, a term also used for headings which have lost their body text

Re: Handeling tradional orphans.

2008-05-21 Thread paul womack
Michael Halpin wrote: I realize that orphans according to fop are the first line of a paragraph at the bottom of a page where the rest of the paragraph breaks onto the next page. I'd call that a widow, a term also used for headings which have lost their body text. In traditional editing

Re: tif images appearing distorted in PDFs

2008-05-21 Thread paul womack
Woodhouse, Graeme wrote: Hello all, I'm trying to get tif images working in PDF’s I'm creating – The problem is some of them are coming out with the image height having been resized (by around 50%). Other tif images are being displayed correctly with no incorrect resizing.

Re: tif images appearing distorted in PDFs

2008-05-21 Thread paul womack
Woodhouse, Graeme wrote: How would I find out if the tif that is going wrong has non-squared pixels? xresolution != yresolution. They're independent parameters in the TIFF spec. Try tiffdump. BugBear - To unsubscribe,

Re: Generating TIFF G4 files

2008-05-19 Thread paul womack
Platekatel wrote: Hello *, I’m using FOP embedded, to generate PS files for printing, everything works fine. Now I have the new task to create TIFF files. Well, easy to get tiffs with FOP but I have the special requirement the generated TIIF have to be a TIFF G4. Does anybody know how to

Re: Help Needed in XSL:FO

2008-05-15 Thread paul womack
Rakesh Kumar S wrote: Hi I am using XSL:FO to render PDF documents from XML File. Now i have a requirement where i have to exactly replicate a PDf file for which i dont have the XSL:FO. I had given them a version using my XSL:FO that is close but they want 100%. They are looking for 100%

Re: generating EPSF (with preview)?

2008-05-09 Thread paul womack
Jeremias Maerki wrote: Which is why I wrote closely resembling output. Ah! Damn this English language; one man's closely is another man's not close enough :-) There's no (efficient) way we can do any better with the current design. If it's a problem in your case, you're out of luck, I'm

formatting stricture differing from data structure?

2008-05-09 Thread paul womack
I've succeeded (hearty thanks to all who have helped) in making EPSF files. Preview TIFFS are made using ghostscript (via imagemagick), the fop postscript is turned into EPSF via some viciously unsubtle edits using perl, and the tiff put onto the EPSF with a suitable header via a little more

multiple outputs

2008-05-08 Thread paul womack
If I want a TIFF and a PDF from the same input (xml + xsl), what's my best course? Clearly, running fop from the command line twice would work, but can I get a performance win by converting to an intermediate fo file, then doing a render run? Or even making (and then using) a AT file? Or can I

Re: multiple outputs

2008-05-08 Thread paul womack
Andreas Delmelle wrote: If you would use FOP multiple times in a row, without restarting the JVM, then over a few runs that will save you minutes... The very first run is always a lot slower due to static initialization, class loading etc. Once the VM is warmed up, the average runtime for a

Re: variable size output (pages)?

2008-05-08 Thread paul womack
Andreas Delmelle wrote: On May 6, 2008, at 14:16, paul womack wrote: Hi In effect I want to generate galleys of text, where the formatting width is known, but the depth of the final output is determined by the amount of text formatted, in effect fitting the page to the content. What you

Re: variable size output (pages)?

2008-05-08 Thread paul womack
Andreas Delmelle wrote: I think the problem is that you have to specify the eventual renderer to mimic. Try ../fop -xsl lineage.xsl -xml lineage_eg.xml -at image/tiff lineage.at.xml; Yes; that worked (in the standard sense of did what I wanted!) Thank you very much, for all your help.

variable size output (pages)?

2008-05-06 Thread paul womack
I need to generate output (PDF) where the page size (actually just page depth) varies with the content. In effect I want to generate galleys of text, where the formatting width is known, but the depth of the final output is determined by the amount of text formatted, in effect fitting the page

Re: variable size output (pages)?

2008-05-06 Thread paul womack
Peter Coppens wrote: Can't you use different page masters and select the one that is appropriate using some (XSLT) pre-processing? I'd need an almost infinite range of masters - the line count could vary from 5-350, and even line spacing could vary due to superscripts, subscripts, emboldening

Re: variable size output (pages)?

2008-05-06 Thread paul womack
Peter Coppens wrote: Ic...so there is no way to know what the page size will have to be until the layout has been completed? No, that's rather the heart of my problem. Consider, if you like, a different example. I wish to make rendered images of quotations for placement on a web site. Of

Re: variable size output (pages)?

2008-05-06 Thread paul womack
Andreas Delmelle wrote: On May 6, 2008, at 14:16, paul womack wrote: Hi In effect I want to generate galleys of text, where the formatting width is known, but the depth of the final output is determined by the amount of text formatted, in effect fitting the page to the content. What you

Re: Named Destination support in FOP 0.94

2007-09-13 Thread Paul Vinkenoog
the place like that in a serious project! Please let us know your results! Kind regards, Paul Vinkenoog - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Named Destination support in FOP 0.94

2007-09-13 Thread Paul Vinkenoog
destination, sometimes it even jumps to a destination if I click on flowers.pdf in the web directory, so it should go top-of-file (I suppose it had the dest cached). Bottom line: don't trust any browser to work 100% correctly with named destinations. Cheers, Paul Vinkenoog

Re: Named Destination support in FOP 0.94

2007-09-12 Thread Paul Vinkenoog
may get you to the right spot eight times and to top-of-document two times. Or the other way round, depending on the browser. Hope this helps! Paul Vinkenoog - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Named Destination support in FOP 0.94

2007-09-12 Thread Paul Vinkenoog
Now if you build flowers.fo - flowers.fop, the named destinations will be present in the PDF. Sorry, I meant flowers.fo - flowers.pdf of course. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: does fop use xalan internally

2007-07-30 Thread Patrick Paul
That is correct -- FOP uses Xalan to process your XML documents using the XSL stylesheet you provide. Of course you can always use another XLT processor like xsltproc and feed the resulting FO to FOP. HTH, Patrick Baeckham wrote: Just a short question for a better understanding of FOP. Does

Re: specifying column width for tables

2007-07-26 Thread Patrick Paul
left despite the fact that I defined the column width on all of my tables. Does the FOP consider TOC, LOF and LOT as tables? If yes, how do I specify their default width to remove all the three warnings that left? I really appreciate your kind help! My best wishes, Nancy Patrick Paul wrote

Re: specifying column width for tables

2007-07-25 Thread Patrick Paul
Patrick Paul wrote: Hi Nancy, I do not believe this is an FOP bug. Could you tell us what version of FOP you are using? Ok I just read in another thread that you use FOP 0.93 so you really shouldn't have this error message if your FO is right. As well try to run then .fo I have included

Re: specifying column width for tables

2007-07-25 Thread Patrick Paul
Hi Nancy, I do not believe this is an FOP bug. Could you tell us what version of FOP you are using? As well try to run then .fo I have included at the end of this message. It uses proportional-column-width and I have no problems with FOP 0.93. Let us know if it works. Patrick nancy_b wrote:

Re: specifying column width for tables

2007-07-25 Thread Patrick Paul
the same FOP version as you have. By the way, what is the default width for tables? I see that you specified width=100mm? Regards, Nancy Patrick Paul wrote: Hi Nancy, I do not believe this is an FOP bug. Could you tell us what version of FOP you are using? As well try to run then .fo I

Re: specifying column width for tables

2007-07-25 Thread Patrick Paul
that demonstrates the problem. Then we would really be able to help you and tell you what's wrong. Cheers, Patrick nancy_b wrote: So this is may be the problem: I specified colwidth and and not width of table? Regards, Nancy Patrick Paul wrote: The default width for tables is 100%. I just

Re: specifying column width for tables

2007-07-25 Thread Patrick Paul
can be mixed, as in “3*+1pc”. Patrick Paul wrote: Nancy, I am getting a little confused about what you are doing exactly. If you are getting the warning message you quoted in the other thread then it is a problem with the column-width you specified (or failed to specify) for your columns

Re: specifying column width for tables

2007-07-25 Thread Patrick Paul
colname=col2 colwidth=2*/ colspec colnum=3 colname=col3 colwidth=1.5*/ colspec colnum=4 colname=col4 colwidth=1*/ thead Regards, Nancy Patrick Paul wrote: Patrick Paul wrote: Hi Nancy, I do not believe this is an FOP bug. Could you tell us what version of FOP you are using

Re: table-layout warning message

2007-07-24 Thread Patrick Paul
Hi, Since you are using the fixed table-layout FOP expects you to specify the width of each column using the column-width property. Here FOP is warning you that some columns have an unspecified width (or maybe they are set to auto which essentially gives the same warning message), therefore it is

Re: overflowing the available area

2007-07-24 Thread Patrick Paul
Hi Nancy, Essentially what this means is that you have some content with a width greater than what is available. If you can't figure it out then I suggest you send us a snippet of the problematic content so that we can take a look. Regars, Patrick nancy_b wrote: Hi all, Another message that

Re: overflowing the available area

2007-07-24 Thread Patrick Paul
nancy_b wrote: Hi Nancy, I was reading your e-mail over and hadn't read carefully about the graphics dimensions. This could definitely be the reason you have this warning message. Patrick Hi all, Another message that I can't get rid of is the following: Jul 24, 2007 1:47:39 PM

Re: overflowing the available area

2007-07-24 Thread Patrick Paul
Hi Nancy, I was reading your e-mail over and hadn't read carefully about the graphics dimensions. This could definitely be the reason you have this warning message. Regards, Patrick nancy_b wrote: Hi all, Another message that I can't get rid of is the following: Jul 24, 2007 1:47:39 PM

Re: table-layout warning message

2007-07-24 Thread Patrick Paul
/ /xsl:template But it did not help. Please advise! Thanks in advance, Nancy Patrick Paul wrote: Hi, Since you are using the fixed table-layout FOP expects you to specify the width of each column using the column-width property. Here FOP is warning you that some columns have

Re: table-layout warning message

2007-07-24 Thread Patrick Paul
Read the paragraph at http://xmlgraphics.apache.org/fop/0.20.5/running.html#check-input This will explain why, and how you can generate the FO file. Once you have the .fo use FOP: fop -fo file.fo -pdf out.pdf Now FOP will report the problem and tell you where it found a problem in the FO file.

Re: Lines not breaking with zero width space characters inserted

2007-07-23 Thread Paul Vinkenoog
was on. With hyphenation off (and ZWSPs present, of course) everything worked fine with 0.93. So if you want hyphenation on and functional ZWSP-breaking at the same time, the solution is to upgrade to the current fop-trunk. Hope this helps! Paul Vinkenoog

Re: Lines not breaking with zero width space characters inserted

2007-07-21 Thread Paul Vinkenoog
know (not that that says a lot). But it _must_ be possible to get the ZWSPs to work, so let's try that route first. If the above suggestions don't help, you might create a small XSL-FO file that doesn't work for you and let me and/or others try it. Cheers, Paul Vinkenoog

Re: collapsing PDF bookmarks

2007-07-06 Thread Paul Vinkenoog
? I just gave it a try with 0.93 and it's fully functional in that version. Greetings, Paul Vinkenoog - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: collapsing PDF bookmarks

2007-07-05 Thread Paul Vinkenoog
are. Please give it a try; chances are that you won't need any post-processing tools. HTH, Paul Vinkenoog - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: collapsing PDF bookmarks

2007-07-05 Thread Paul Vinkenoog
on a fo:bookmark, FOP will nicely render it as initially collapsed. Home, checked, yes: FOP fully supports the starting-state attribute (show or omit to expand, hide to collapse). Cheers, Paul Vinkenoog - To unsubscribe, e-mail: [EMAIL

Re: FOP 0.93 is not resolving empty fo:inline index markers

2007-06-26 Thread Paul Vinkenoog
than the page-number-citation. This too was solved by inserting a ZWSP (my template inserts it after the page-number-citation, but I suppose it works just as well if you place it before). I hope this helps you a little in finding a solution. Kind regards, Paul Vinkenoog

Re: fo:bookmark external-destination support

2007-04-12 Thread Paul Vinkenoog
been thinking of doing it -- if I find some time before somebody else does ;-) Meanwhile, you'll have to use basic-links for external destinations. Kind regards, Paul Vinkenoog - To unsubscribe, e-mail: [EMAIL PROTECTED

Base URL for loading images

2007-03-30 Thread Paul Vinkenoog
regards, Paul Vinkenoog - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >