Tagged Questions
1
vote
1answer
797 views
FOP/ikvm: error “Provider com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl not found”
I have produced a fop.dll from fop-1.0 with ikvm:
ikvmc -target:library -reference:IKVM.OpenJDK.Core.dll -recurse:{myPathToJars}\*.jar -version:1.0 -out:{myPathToJars}\fop.dll
If I use my fop.dll ...
1
vote
2answers
808 views
FOP and IKVM in .NET - Images Not Working
UPDATE2: I got it working completely now! Scroll way down to find out how...
UPDATE: I got it working! Well... partially. Scroll down for the answer...
I'm trying to get my FO file to show an ...
0
votes
1answer
582 views
FOP with IKVM: No Images
I've successfully compiled and used FOP 1.0 with IKVM 0.44.5 in .NET, however I can't get it to show any images in the resulting PDF.
When I run FOP via ikvm in the command-line, I get a ...
0
votes
3answers
920 views
IKVM Apache FOP
I am trying to compile the Apache FOP v1.0 library to a .NET DLL. I followed the instructions in:
Using ApacheFOP v1.0 in .NET application
However when i run the ikvmc command i get a number of ...
7
votes
3answers
3k views
Using ApacheFOP v1.0 in .NET application
Has anyone successfully complied the Apache FOP v1.0 library to a .NET DLL? I am using the IKVM syntax found at http://onjava.com/pub/a/onjava/2004/08/18/ikvm.html; however, the compiled DLL seems to ...