Hi!
I looked quite a bit into the PDF-file format, but that is very difficult.
So doing that yourself would not be a easy thing to do. You'll have to
implement some of very difficult rendering-things.
Christian
> -Ursprüngliche Nachricht-
> Von: Ralph LaChance [mailto:[EMAIL PROTECTED
>
> Apologies for the slightly off-topic mail - but does anyone
> know of an
> easy way to convert PDF docs to XSL-FO ?
>
I don't think there is any way to do this, especialy no easy
way!
PDF does not contain any structural information, like XSL-FO
does. So that would have to be constructe
> Yeah. If I try File file = new File("userconfig.xml"), where
> is it looking
> relative to the class file requesting the file?
>
No, he is looking relative to the path you started java from.
Greets,
Christian
-
To
Try using an where you set the font to "ZapfDingbats", there
you'll find some bullets. Simply insert the ascii-code of one bullet you
like.
Christian
> -Ursprüngliche Nachricht-
> Von: William Tyler [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 4. März 2002 16:23
> An: [EMAIL PROTECTE
> Is it generally possible to output a pdf stream via a java.io.Writer
object?
Well a java.io.Writer is used for character output. A PDF is binary output,
especialy if you use filters (Flate, ...)
I think it could be possible, but no good idea! The problem is, that a
writer
handles character dat
The subject was meant:
[Understanding] FO Tree [3]
^^^ ^^^ ^^^
Prefix SubjNr of Lesson
(Of all Lessons
not of that Subj)
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Gesen
Hi!
Maybe
your xsl-file doesn't create a fo, because the templates don't
match.
Look
into the xsl-file and check, that there are not typos in the
attributes.
Did
you specify the output-format?:
If
yes, then the output would contain at minimum the following:
Or try
to add the
Hi FOPpers!
Somebody posted a DTD of XSL:FO short time ago. Is there also
a XML-Schema? I think a XML-Schema can better control the
contents of an XML-file.
If not, I would like to create one. It can then be used to
create a XSL:FO instance using XMLSpy or some other tool.
Christian
_
I think it's off topic, but look at
http://xml.apache.org/xalan
http://xml.apache.org/xerces
You can call xalan from command line.
> -Ursprüngliche Nachricht-
> Von: Matthias Fischer [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 1. Februar 2002 10:41
> An: Liste, FOP
> Cc: Zelkanovi
---Message d'origine-
De : Beer, Christian [mailto:[EMAIL PROTECTED]]
Envoyé : lundi 14 janvier 2002 10:15
À : '[EMAIL PROTECTED]'
Objet : AW: Any real-life business use ?
I implemented a small class, that analyses the jpg header, extracts the
dpi value and then
f: RE: Any real-life business use ?
what kind workaround for Images are you using?
Stefan
-Original Message-----
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: AW: Any real-life business use ?
Hi!
We use
Hi!
We use FOP in a project for our customer. Our applications create letters
and postcards. The count of pages differ from 1 to 5 pages. The speed is
good. We only had a few problems in the beginning, because some points in
the XSL-spec are not or not good enough implemented.
I'm looking forw
Do you know about the settings in Acrobat/Acro. Viewer?? You can tell
them to fit the size of the pdf-pages to the printer-pages. Then they
scale the page and the sizes don't fit any more.
Have a look if you want to print Letter on A4 or the other way round
and have a look at the settings in the
What do you mean by "all layout information like page margin or cell-
width in tables are not displayed/printed correctly" ??
Do you mean they are smaler than on screen or something?
-Ursprüngliche Nachricht-
Von: Lars Karschen [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 9. Januar 200
You wanted to use an entity, that isn't declared! You can't use or
something HTML knows. Get the ascii-value of "/" and replace it with:
"asci-code;".
-Ursprüngliche Nachricht-
Von: Nick Winger [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 8. Januar 2002 13:38
An: Apache Mailinglist
There is no problem using 'ü' or 'ß' or something. You must check the header
of
the xml-file:
The encoding specifies what characters you may use. If you use the header
above,
you can use 'ü', etc. without unicode or something!
For (non-breaking space in HTML) you can use " ".
The reference
Hello!!
Well, try this one:
"{" and "}" are kind of escape-chars, that tell xalan to process their
content.
You can also do this, I think, if you only need the filename one time.
Greetz
Christian
-Ursprüngliche Nachricht-
Von: Rachael Blank [mailto:[EMAIL PROTECTED]]
Gesendet: Fr
Well, the latest CVS-code is a rewrite of fop so it doesn't work at the
moment.
Try the maintenance-branch of cvs or donwload the latest release.
Christian
-Ursprüngliche Nachricht-
Von: Kilmer, Erich [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 19. Dezember 2001 19:21
An: '[EMAIL PROT
Hello Matthias,
it is a better idea to write in english ;-)
I think you understood that right. As I understood that you have two
opportunities:
decimal
hex
Christian
-Ursprüngliche Nachricht-
Von: Matthias Fischer [mailto:[EMAIL PROTECTED]]
Gesendet: Mittw
Try "build javadocs"!
-Ursprüngliche Nachricht-
Von: Dvorák Zdenek [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 14. Dezember 2001 15:14
An: '[EMAIL PROTECTED]'
Betreff: RE: FOP Javadoc
At http://xml.apache.org/fop/dist/ in any file (just unzip it).
Zdenek
-Original Message-
Do you know how to tell acrobat to which printer it shall print??
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 13. Dezember 2001 10:46
An: [EMAIL PROTECTED]
Betreff: Re: launch Acrobat Reader invisible
If you start regedit and find t
I think it is not that easy to open a "file" connection to a printer like
it was in dos times (I don't know if it could be done in windows). I think
you can't open an OutputStream to a printer.
Well sorry enough I don't know how to send a file to a printer. Didn't have
to do it till now. Sorry.
C
I think this feature misses!
How I did it:
- Implement a message listener
- All Messages that consist of [x] where x is a number are pages, that
were created. The maximum of them is the count of pages created.
Cheers
Christian Beer
-Ursprüngliche Nachricht-
Von: Laurent Vaills [ma
You may convert PDF to PS using ghostview or something and then send
that to a PS-printer.
-Ursprüngliche Nachricht-
Von: Phillips Tony [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 5. Dezember 2001 14:12
An: '[EMAIL PROTECTED]'
Betreff: Advice please
Hi,
I'm putting together a bill p
Hi Barbara!
Well that's a cocoon question. Please ask that in a cocoon list.
Greets
Christian Beer
-Ursprüngliche Nachricht-
Von: Barbara Slupik [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 4. Dezember 2001 14:18
An: [EMAIL PROTECTED]
Betreff: OutOfMemoryError in apache fop/co
s going to add the
line that I said oops on in the original message,
sorry for the confusion. I will try this and see if it
works.
Thanks,
Bryan
--- "Beer, Christian" <[EMAIL PROTECTED]> wrote:
> Hi Bryan,
>
> did you solve the problem, or what does the oops
> mean??
I am using getContentHandler from 2.20.1 without any format() or render().
So I think it has changed from 0.19 to 0.20.1!
-Ursprüngliche Nachricht-
Von: Nestel, Frank [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 29. November 2001 13:31
An: '[EMAIL PROTECTED]'
Betreff: Driver API Sugge
Hi Bryan,
did you solve the problem, or what does the oops mean??
Anyway:
>
is not right, I think! Try:
That is the right term, the book says so.
Christian
-Ursprüngliche Nachricht-
Von: bryan hansen [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 28. November 2001 18:16
An:
ED]
Betreff: RE: underlining, fo:inline and page breaks.
I'm not the specialist who could tell you what happens inside FO, but from a
practical point of view: Do you see a chance to split multi-page blocks into
smaller units at the block level?
Matthias
-Original Message-
From: Bee
?
Matthias
Dott. Matthias Fischer
abc.Mediaservice GmbH
Nebelhornstraße 8
86807 Buchloe
Tel. (08241) 9686-38
Fax (08241) 9686-26
http://www.abc-media.de
e-mail: [EMAIL PROTECTED]
ein Unternehmen der abc.Mediengruppe
-Original Message-
From: Beer, Christian [mailto:[EMAIL PROTECTED
Hi List!
I have a problem. I want to underline the whole text, which may
go over several pages.
But to underline one must use fo:inline, right?? But using that
lets my text disapear on all pages but the last.
So my questions:
a) is that a bug or is fo:inline concepted to only go over one page.
t gif is
rendered to the pdf.
Greetings
Christian Beer
-----Ursprüngliche Nachricht-
Von: Beer, Christian [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 20. November 2001 15:05
An: Fop-liste (E-Mail)
Betreff: FOP hangs when using animated gifs...
Hi FOPers.
I found the place in the sourc
Hi FOPers.
I found the place in the source (class GifImage) where the hang happens:
protected void loadImage() throws FopImageException {
int[] tmpMap = null;
try {
ImageProducer ip = (ImageProducer)this.m_href.getContent();
FopImageConsumer consum
Hi Folks!
When I use an animated gif in fo:external-graphic, FOP hangs without
any error!!
Is there a way to find out if a gif is animated??
Thanks
Christian
DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer ([EMAIL
Hi Matthias!
Looking at the HTML, I think you understood my advices wrong!
I think will send you a eMail in german (because I can explain
better)!
Christian
-Ursprüngliche Nachricht-
Von: Matthias Fischer [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 19. November 2001 10:40
An: FOP-List
Hi!
Try using ByteArrayOutputStream and ByteArrayInputStream.
The ByteArrayOutputStream writes to a byte-array (like the
name says :) and you can get it. The ByteArrayInputStream
can then read from that array.
Christian
-Ursprüngliche Nachricht-
Von: Maneshi Tuli [mailto:[EMAIL PROTECT
nts myself
Unfortunately I am using Java 1.3.1, javax.xml.* doesn't make an appearance
until 1.4 so I can't use TransformerFactory.
---
Paul Smith
> -Original Message-
> From: Beer, Christian [mailto:[EMAIL PROTECTED]]
> Sent: 15 November 2001 13:14
> To: '[EMAIL PR
Hi!
Yes, the TIF-Format also gives you the opportunity to save DPI.
If you want information about the graphic-formats look at:
http://www.wotsit.org
Christian
-Ursprüngliche Nachricht-
Von: Matthias Fischer [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 15. November 2001 14:08
An: [E
I did it this way:
// FO --> PDF
driver.reset();
driver.setOutputStream(pdf);
driver.setRenderer(org.apache.fop.apps.Driver.RENDER_PDF);
TransformerFactory tFactory = TransformerFactory.newInstance();
if (tFactory.getFeature(SAXSource.FEATURE) &&
tFactory.getFeature(SAXResult.FEATURE)) {
SAXT
Hi Matthias!
Okay:
In GIFs you can't save how much dpi you specified! GIFs always have 96 DPI.
In JPGs you can save the dpi, but FOP doesn't recognize that!
All Images are taken as if they have 72 DPI. So if you don't specify a
width and height in the external-graphic-Tag a jpg which was saved
Hi Matthias!
Do you set width and height at the external-graphic-Tag? Try setting
the resulting size in "cm". If you set only one of width or height
the image will be scaled acording to the given aspect ratio.
Christian
-Ursprüngliche Nachricht-
Von: Matthias Fischer [mailto:[EMAIL PROT
hi!
Try using:
...
Cheers
Christian
-Ursprüngliche Nachricht-
Von: Attila Kertes [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 13. November 2001 16:32
An: [EMAIL PROTECTED]
Betreff: fixed positioning question
Hi,
How can I use fixed positioning using XSL sheet?
I
Hi Matthias,
did you specify a DPI for the JPGs or TIFFs?? If yes, that might be your
problem! FOP doesn't consider any of this information!
For example:
If you insert a JPG with 1 cm x 1 cm at 300 DPI, it will become
4,16 cm x 4,16 cm because FOP uses 72 DPI!
Christian
-Ursprüngliche
Hi!!
There is a big problem with images that are too big for
the region they should fit into. They are left away without
warning, scaling, cutting or something!!
I think this is a very big problem with fop!!
Cheers
Christian Beer
DIR
Hi List!
Sorry, that I ask this (fairly) off-topic question here!
I have to find a way to get the resolution (pixel / inch|mm)
out of files that support this info (JPG, TIFF, ...).
Do I have any chance using JIMI or JAI. Or is there another
simple way to do that??
Thanks
Christian Beer
Well, the problem with page-number-citations is, that he doesn't know the
page number in
the beginning, so he waits until he gets it and holds all pages in memory, i
think.
-Ursprüngliche Nachricht-
Von: Jens Kühnberger [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 9. November 2001 16:08
What you tried is paradox!
You tried to split the region-body into 3 columns and at the same time
span it over 3 columns:
spliting into 3 + spanning over 3 = 1 column
So you'll have to specify the number-columns-spanned to a fo:block or
something that shall be spanned over 3 columns!
Gr
Well that is what I also wondered about earlier:
In FopImageFactory one can find supported:
image/gif
image/jpeg
image/bmp
image/png
image/tga
image/tiff
image/svg+xml
But Jimi, which is used for some of the above supports:
GIF (without Compression), JPEG, TIFF, PNG, PICT, Photoshop, BMP
Targa, I
You'll have a xml-parser in your classpath that doesn't support namespaces
in sax. Search for parser.jar or jaxp.jar in your classpath and replace it
with xerces.
-Ursprüngliche Nachricht-
Von: Gerard van Wijk [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 30. Oktober 2001 11:41
An: '[E
Hi!
If I insert images in PDFs, what DPI is used? Is that defined?
Are the DPI used, that can be stored in JPG?
Thanks in advance
Christian
DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer ([EMAIL PROTECTED])
Daimler
Hi!
Apache fop can't merge pdf files. PdfLib can do it and we are using
it for this. It can be found on: http://www.pdflib.com. It is commercial.
Christian
-Ursprüngliche Nachricht-
Von: NagarajaRao [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 29. Oktober 2001 08:29
An: [EMAIL PROTECTED
I tried this sample code, but it doesn't work (CVS Version from last week)!!
Did that work earlier?
-Ursprüngliche Nachricht-
Von: Giannetti, Fabio [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 11. Oktober 2001 14:54
An: '[EMAIL PROTECTED]'
Betreff: RE: vertical align in a block
Hi M
high-resolution
.gifs out of low-res ones.
Hope that helps!
jw
-Original Message-
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 25, 2001 4:51 AM
To: Fop-liste (E-Mail)
Subject: Problems with images (scaling)...
I want to put a logo on a letter using FOP. The lo
I want to center an image, of a size I don't know, on a page in
horizontal and vertical direction.
How could that be done?
Christian
DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer ([EMAIL PROTECTED])
Daimlerweg 39-41
I want to put a logo on a letter using FOP. The logo is quite big, but it
shall
be scaled to fit into 25mm x 85mm.
I tried the following code:
-
-
but FOP says:
-
Error in content-height property value 'scale-to
Hi Folks!
I wanted to put a logo on a letter using a
where I put my image in. The image should be clipped if it is
too big.
But all that happens is that the image disapears. Also if I
used overflow="visible" the image disapears. Is that a bug or
a feature??
Christian
___
Although I am not a committer, I would like to give following
unofficial vote: 1+;
[...snip...]
So, here it is, please vote on the following question:
would you like to accept jfor code and give Bertand Delacretaz committer
status in order to perform the merging on the FOP code following the
tec
kuro, Yuri [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 18, 2001 8:27 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Problems with embedding graphics using
fo:instream-foreign-object and svg...
Could somebody please point out what is the benefit of
using ...
instead of ?
Than
both new fopand batik
On Thu, 18 Oct 2001 10:02:09 "Beer, Christian" wrote:
> Hi Folks!
>
> I wanted to embed images using:
>
>
> image-rendering="optimizeQuality"
>x="0" y="0" width="25mm&quo
Hi Folks!
I wanted to embed images using:
But I get the SVG-Error-Image. Before I updatet to the newest SVG-Version
that worked
fine... What has happend???
Christian
__
DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer
Is that already solved?? I have the problem, that I get that endless loop.
Christian
__
DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster Fax
What you do is printing CHARACTER data!! Try this:
OutputStream os = response.getOutputStream();
os.write();
os.close();
Cheers
Christian
-Ursprüngliche Nachricht-
Von: Rajagopal. V [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 15. Oktober 2001 20:49
An: [EMAIL PROTECTED]
Betref
I think I didn't understand your question?? What do you want to do??
Is it XML -> PDF conversion? If yes, then think about:
XML --XSLT--> XSL FO --FOP--> PDF
that means:
- Use xalan (or another XSLT-processor) to convert XML to XSL FO
- Feed the output of xalan to FOP to produce PDF (or PCL or
Hi list!
I have fop-code to create a postcard (page-height="105mm"
page-width="148mm") where
on the first page there is an image and on the second page there should be
text on
the left and space on the right (for the address).
This snippet should create the text on the left:
Hi!
It is very correct XML! You can embedd tags in other tags surrounded
by text without problems:
Text before
Text inside
Textafter
Christian
-Ursprüngliche Nachricht-
Von: Colin Savage [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 12. Oktober 2001 15:04
An: '[EMAIL P
Hi!
Look into the API-Doku!
There is a constructor:
public Driver(org.xml.sax.InputSource source,
java.io.OutputStream stream)
And if you look into org.xml.sax.InputSource there is:
InputSource(InputStream byteStream)
Create a new input source with a byte stream.
I
Hi List!!
I am using FOP for a few projects where I am including images
into the pdf.
I am doing it normaly using
but I thought about trying
because of "image-rendering='optimizeQuality'". I tried it,
but I don't think it does have any effects.
The image is resized
I had the same problem parsing xml directly out of a zip, where
the xml-parser also closes the whole stream.
I did it this way:
I wrote this class:
public class NonClosingInputStream extends FilterInputStream {
public NonClosingInputStream(InputStream in) {
super(in);
}
public void c
What
if you first place the image and then place the text. Doesn't that
work??
-Ursprüngliche Nachricht-Von: Scott Moore
[mailto:[EMAIL PROTECTED]]Gesendet: Donnerstag, 11. Oktober
2001 15:05An: FOP ListBetreff: Large
graphics
Hi all,
I'm creating a cover page that
Try using Netscape instead of IE! :-)
-Ursprüngliche Nachricht-
Von: Smith, Paul R [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 9. Oktober 2001 12:40
An: '[EMAIL PROTECTED]'
Betreff: RE: Servlet called twice
I have _exactly_ the same problem. Nothing I have tried has worked.
Please h
x27;t it a kind of "warning"?
Christian
-Ursprüngliche Nachricht-
Von: Beer, Christian [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 27. September 2001 14:22
An: '[EMAIL PROTECTED]'
Betreff: AW: ERROR 10015 [fop ] (): >
I am getting the same error. I think I get it
I am getting the same error. I think I get it because the content of
a block doesn't fit in a region. I can't imagine why.
Please explain anyone!?!
Christian Beer
-Ursprüngliche Nachricht-
Von: Etienne Baert (SPSInfoquest nv) [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 27. Septembe
I had the same problem with the 0.20.1 release. Try using the actual
cvs version. There it works!
Christian
-Ursprüngliche Nachricht-
Von: Savino, Matt C [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 26. September 2001 01:37
An: '[EMAIL PROTECTED]'
Betreff: RE: FOP WARNING - Please Help
gliche Nachricht-
Von: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 24. September 2001 13:40
An: [EMAIL PROTECTED]
Betreff: Re: Will there be a RTF renderer?
On Monday 24 September 2001 12:18, Beer, Christian wrote:
> Will there be a RTF renderer in the near futur
Hi there!
Out customers would like to have a Word-doc out of FOP. Will
there be a RTF renderer in the near future? Is something like
that planed?
Christian
__
DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer ([EMAIL PROTECTED])
Hi!
Are you using iExplorer? If yes, then the thing is, that the
internetexplorer
does give a damn about mime-types. For the iexplore only the url counts.
So try to add a ".pdf" to your url:
http://myserver/servlet/pdfcreate?dump=filename.pdf
Christian
-Ursprüngliche Nachricht-
Von
That problem disapeared. Don't know why :-|
-Ursprüngliche Nachricht-
Von: Beer, Christian [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 20. September 2001 09:30
An: Fop-liste (E-Mail)
Betreff: space-[before|after].optimum
Hi group!
I am using space-before.optimum or
Hi all!
Using version 0.20.1 I used
MessageHandler.setOutputMethod(MessageHandler.EVENT);
MessageHandler.addListener(this);
to recieve the messages of FOP.
But now as I am trying to use the cvs-version (because
of the improvement with JPGs) I get the following output
on the console:
[ER
and see if that helps.
Thanks
Keiron
On Thu, 20 Sep 2001 08:46:08 "Beer, Christian" wrote:
> Hi Savino, hi Suhail, hi group!
>
> In the moment I transform my source-xml to a ByteArrayOutputStream and
> then
> use a ByteArrayInputStream as input for FOP.
>
> I tried
Hi group!
I am using space-before.optimum or space-after.optimum, to add space
to paragraphs in a text. In version 0.20.1 that worked fine.
Since I am using the actual cvs-version, that doesn't work anymore.
Did I miss something??
Christian
__
DI
Hi Savino, hi Suhail, hi group!
In the moment I transform my source-xml to a ByteArrayOutputStream and then
use a ByteArrayInputStream as input for FOP.
I tried to do it the same way as Suhails example, but I get the same error
Savino got.
How can I be sure there are no nulls in the source??
-Ursprüngliche Nachricht-
Von: Beer, Christian [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 14. September 2001 14:41
An: Fop-liste (E-Mail)
Betreff: How to do in PDF...
Hi there!
I have a question:
I am developing a XSL, that transforms a XML to PDF using FOP. This shall
include some
c
?
TIA
Axel
If you use a relative path, the path where you start the programm from
is the base-path. So in the case of your servlet it is the path from where
you start the servlet-engine.
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 17. September 2001
Hi!
I think that
inputHandler.getInputSource()
returns the source xml-file you mentioned in your mail. That is
because fop tries to process your xml-file as a fo-file but failes.
I don't know how to use a XSLTInputHandler, but I think there must
be another way.
Christian
-Ursprünglich
Hi there!
I have a question:
I am developing a XSL, that transforms a XML to PDF using FOP. This shall
include some
code-samples included like one can do using "" in HTML.
How can I then convert the newlines into s??
Christian
__
DIRON Wirtschaf
Hello Erich!
You can use the transformer:
TransformerFactory tf = TransformerFactory.newInstance();
Transformer t = tf.newTransformer(); // Without
XSL -> 1 to 1 transforming
ByteArrayOutputStream out_str = new ByteArrayOutputStream();
t.transform(out, out_s
Hi Erich!
To get a String into a org.w3c.Document you could do the following:
String src = "mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 29. August 2001 21:51
An: [EMAIL PROTECTED]
Betreff: Trying to transform XML to XSL:FO so I can convert it?
OK, finally got the FopServlet to work, thanks f
Hi Foppers!
I'm new to fop and I am develloping a nice app, that works best!!
Fop is great!
Question:
I am using the tag to insert an image
into a pdf. Is it possible to embedd an image into the xml (as
base64 or something)?? I get my image out of a database and it
would be greate if
89 matches
Mail list logo