RE: FOP 0.20.5 PDF Renderer yields [INFO] 1 [ERROR] null - no FAQ or Web information available

2004-05-21 Thread Kyle Partridge

Thank you for your help, Chris.

I must have missed that item when I was going through the compliance
page!

Kyle

 
Chris Bowditch wrote:
snip
block-containers are not fully implemented in FOP, and have some
restrictions. 
   These are listed on the compliance page:

http://xml.apache.org/fop/compliance.html#fo-object-block-container

Basically the error you see above is caused when the block-container is
not a 
direct child of fo:flow.

Chris
/snip



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



File Embedding into PDF

2004-05-21 Thread J.U. Anderegg
I programmed a FOP modification to embed files into PDF documents:

Acrobat 5.x, Acrobat Reader 6.x allow to open embedded files by the
associated application programs.

External XSL Specification:
fo:basic-link external-destination=sample.svg
sample.svg/fo:basic-link

External files with types '.svg', '.doc', '.xls.', '.pdf' are embedded. More
types may be added easily.

Prerequisites: FOP 0.20.5, Java 1.4 (NIO), Acrobat Reader 6.x

Download from: http://mypage.bluewin.ch/huanderegg/FOPmods/FOPmods.html

Hansuli Anderegg



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



can't find default configuration file

2004-05-21 Thread jvesely
Hi,

i tried to run fop-0.20.5 at windows XP with command 
fop -d -x -fo input.fo -pdf t.pdf

and i got following output

[DEBUG] Input mode:
[DEBUG] FO
[DEBUG] fo input file: input.fo
[DEBUG] Output mode:
[DEBUG] pdf
[DEBUG] output file: t.pdf
[DEBUG] OPTIONS
[DEBUG] no user configuration file is used [default]
[DEBUG] debug mode on
[DEBUG] dump configuration
[DEBUG] quiet mode on
[ERROR] can't find default configuration file
org.apache.fop.apps.FOPException: can't find default configuration file
at org.apache.fop.apps.Options.loadStandardConfiguration(Options.java:18
4)
at org.apache.fop.apps.Options.init(Options.java:73)
at org.apache.fop.apps.Starter.init(Starter.java:68)
at org.apache.fop.apps.CommandLineStarter.init(CommandLineStarter.java
:72)
at org.apache.fop.apps.CommandLineOptions.getStarter(CommandLineOptions.
java:522)
at org.apache.fop.apps.Fop.main(Fop.java:61)


Could someone help me with this problem?

-
 Mgr. Josef Vesely
 ACE Design s.r.o.
Brno, Czech Republic
-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: can't find default configuration file

2004-05-21 Thread Chris Bowditch
[EMAIL PROTECTED] wrote:
Hi,
i tried to run fop-0.20.5 at windows XP with command 
fop -d -x -fo input.fo -pdf t.pdf

snip/
[ERROR] can't find default configuration file
You have asked FOP to dump the config settings (-x switch), but you have not 
specified the file.

A default file is shipped with FOP as conf\userconfig.xml under the FOP 
install directory.

To avoid the error, either:
1) specify the config file using the -c switch at the command line.
2) dont specify option -x at command line.
snip/
Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: setting border for a page for pdf output

2004-05-21 Thread Chris Bowditch
Roche, Conrad (Cognizant) wrote:
Hi,
I need to provide a border to the pages in the pdf file.
I tried specifing it thus -
fo:layout-master-set
fo:simple-page-master master-name=first-page
  fo:region-body margin=1in border=thin silver ridge
  padding=6pt/
/fo:simple-page-master
But the output didn't contain any borders!
The spec says borders are not valid on regions. See this thread from the 
archives:
http://marc.theaimsgroup.com/?l=fop-userm=106392161016806w=2
Trying the same on a block worked though.
the border style ridge is not implemented in FOP. It probably fell back to 
solid

snip/
Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: can't find default configuration file

2004-05-21 Thread Clay Leeds
Josef,
On May 21, 2004, at 8:23 AM, Chris Bowditch wrote:
[EMAIL PROTECTED] wrote:
Hi,
i tried to run fop-0.20.5 at windows XP with command fop -d -x -fo 
input.fo -pdf t.pdf
snip/
[ERROR] can't find default configuration file
You have asked FOP to dump the config settings (-x switch), but you 
have not specified the file.

A default file is shipped with FOP as conf\userconfig.xml under the 
FOP install directory.

To avoid the error, either:
1) specify the config file using the -c switch at the command line.
2) dont specify option -x at command line.
snip/
Chris
In addition to Chris's remarks, I would add that you'll need to add the 
path to the config file, as in:

  '-c conf/userconfig.xml'
So here's a complete line for you:
  fop -d -c conf/userconfig.xml -fo input.fo -pdf t.pdf
(of course '-d' is not necessary as it enables 'debug' mode).
Hope this helps!
Web Maestro Clay
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Why FOP needs JIMI or JAI por PNG support?

2004-05-21 Thread Eduardo Muñoz
Does anybody know why FOP needs JIMI or JAI for PNG
support?

Ed

=


_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Why FOP needs JIMI or JAI por PNG support?

2004-05-21 Thread J.Pietschmann
Eduardo Muñoz wrote:
Does anybody know why FOP needs JIMI or JAI for PNG
support?
Something needs to read/parse the image data, extract
the image content and convert it into data which can
be embedded into the PDF.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]