NFop is a Formatting Objects Processor (FOP) for XSL-FO that runs on the .NET Framework. It is a port from the Apache XML Project's FOP Java source to .NET's Visual J#. This makes it great for pure .NET reporting modules.
Questions tagged [nfop]
8 questions
2
votes
1 answer
XSL + XML -> PDF for C#
I know several people asked questions like this, but no answer helped to solve my problem.
Well, I have xsl and xml and want to generate pdf with a processor like Apache.FOP.
I am not able to use any JAVA programms like that. Just able to use C#…

user3433065
- 73
- 7
1
vote
2 answers
NFOP.dll is causing error on 64bit OS
I have console application which uses the NFOP.dll to generate PDF document. It worked fine in the dev box, which is a 32 bit operating system.
When I moved it to another server which is having a 64 bit OS, it gave me the following error:
Could not…

neo
- 6,131
- 6
- 22
- 27
1
vote
4 answers
nFop issues/alternatives
I require a free .net XSL-FO processor and have initially tested nfop's functionality. I have found some shortcomings which are significant in allowing me to meet the requirements for my project.
The issues I have encountered are:
SVG do not…

Russell
- 17,481
- 23
- 81
- 125
0
votes
1 answer
How do I use floats with XSL-FO in C# (NFop)?
Question: Does NFop support floats?
Background: I have the requirement to generate a printable report, containing page numbers, corporate logo and a table of data. The report is for a web based project, and initially I was thinking of doing it in…

jamiebarrow
- 2,473
- 3
- 30
- 51
0
votes
1 answer
Could not load 'vjslib' still after installing J# Re-Dist 2.0
I am developing an app with vb.net to create pdf with xsl using NFOP.
Getting below exception on line spdf = eng.Run(objFOStream.ToString()).
I work on windows 7 32 bit with VS 2010
System.IO.FileNotFoundException: Could not load file or…

abduIntegral
- 521
- 4
- 7
- 21
0
votes
1 answer
Converting XML to PDF on .NET Framework 4.0
Can anyone help to solve this problem.
I can generate pdf files from xml using NFOP, which is a port from the Apache XML Project's FOP Java source to .NET's Visual J#.
But it doesn't work on .NET Framework 4.0.
Does anyone know an alternative…

Levon Alikhanov
- 103
- 4
- 13
0
votes
1 answer
Xsl-fo background-image fixed size using nfop creating PDF
I've already added an background image to my pdf using :

rolivares
- 137
- 1
- 3
- 12
0
votes
1 answer
Generate and send PDF file directly to a printer using Apache FOP.net or nFOP in C#/VB.Net
I am working on an application in .Net Frame in which I am using Apache FOP to generate and send pdf files directly to the printer.
There are two parts of this application:
1. Generate PDF files using .xml, .xsl and .fo files in .Net
2. Send the…

mirfan00
- 129
- 2
- 9