[docbook] performance issue - 5MB Source lead to a processtime up to 20 minutes

2014-01-16 Thread markus.sticker.epos
Good morning docbook community, I have to process a larger docbook file to fo (700 pages / docbook file size: 5mb). I tried to use serveral processors like xsltproc, msxml and saxon (6.5.5 - 64Bit java7) running on Win7. But the transformation took always 20 minutes. So I want to ask for some

Re: [docbook] Can't open a figure in section of pdf using olink from other pdf.

2014-01-16 Thread Bob Stayton
Hi, It should work. What XSL-FO processor are you using, and what version of the stylesheets? Also, do other olinks to sections work? -- Bob Stayton Sagehill Enterprises b...@sagehill.net On 1/15/2014 10:39 PM, anmol gupta wrote: Hi, I used the following syntax: (abc.pdf) section

Re: [docbook] Can't open a figure in section of pdf using olink from other pdf.

2014-01-16 Thread anmol gupta
Hi, I am using Apache FOP version 1.1 and Docbook stylesheet version 1.78.1. Yes, i could access the section through olink tag. In the example mentioned above when i changed the targetptr to section id. i.e. targetptr=abc_gui_9. Then i correctly opens this section of the abc.pf from 123.pdf. I

Re: [docbook] Can't open a figure in section of pdf using olink from other pdf.

2014-01-16 Thread Bob Stayton
Hi Amnol, I think I found the problem. For FOP output to have all targets in the PDF, each id must have an FOP-specific element output to the .fo file: fox:destination internal-destination={$id}/ These are generated with templates in mode=fop1.foxdest, which reside in fo/fop1.xsl. The

[docbook-apps] How do I reduce the indentation between heading and body text of pdf created with Oxygen 15

2014-01-16 Thread Paul Taylor
HI How do I reduce the indentation between heading and body text of pdf created with Oxygen 15, because the indentation means the page is not wide enough for text to be displayed at its best and leave limited room for images and tables. thanks Paul

Re: [docbook-apps] How do I reduce the indentation between heading and body text of pdf created with Oxygen 15

2014-01-16 Thread Radu Coravu
Hi Paul, Do you mean the indent that gets generated for the body content? If you edit the transformation scenario in Oxygen, click on the Parameters button and in the Parameters list there is a parameter called body.start.indent which you can set to 0pt.

[docbook-apps] Re: [docbook] performance issue - 5MB Source lead to a processtime up to 20 minutes

2014-01-16 Thread Jirka Kosek
[Moving to docbook-apps list which is more appropriate...] On 16.1.2014 9:18, markus.sticker.e...@zf.com wrote: I have to process a larger docbook file to fo (700 pages / docbook file size: 5mb). I tried to use serveral processors like xsltproc, msxml and saxon (6.5.5 - 64Bit java7) running

[docbook-apps] Re: AW: [docbook] performance issue - 5MB Source lead to a processtime up to 20 minutes

2014-01-16 Thread Jirka Kosek
On 16.1.2014 17:32, markus.sticker.e...@zf.com wrote: yes. I only do the FO, and also yes for the local copy of docbook 5 . If removed some obsolate (for my case) Parts and now I'm using the saxon 9.5 with multithreading and 3G heap so my process time is about 3-5 minutes. Not good - just a

RE: [docbook-apps] performance issue - 5MB Source lead to a processtime up to 20 minutes

2014-01-16 Thread Jan Tosovsky
On 2014-01-16 Jirka Kosek wrote: On 16.1.2014 17:32, markus.sticker.e...@zf.com wrote: If removed some obsolate (for my case) Parts and now I'm using the saxon 9.5 with multithreading and 3G heap so my process time is about 3-5 minutes. Not good - just a little better. First, I would

RE: [docbook-apps] performance issue - 5MB Source lead to a processtime up to 20 minutes

2014-01-16 Thread markus.sticker.epos
I set --nonet at the xsltproc. @Jirka: yes it's the 1.78.1 distribution, and I used the Saxon/C and also the Saxon-EE -Ursprüngliche Nachricht- Von: Jan Tosovsky [mailto:j.tosov...@email.cz] Gesendet: Donnerstag, 16. Januar 2014 19:36 An: Betreff: RE: [docbook-apps] performance issue -