-
bbnv.
2008-03-03 19:20:40 UTC by nobody
-
hi
i'm using dotnet 2005, i'm getting this error.
Error in Generating PDF
Exception of type 'org.apache.fop.apps.FOPException' was thrown. at org.apache.fop.apps.Driver.render(XMLReader parser, InputSource source) at org.apache.fop.apps.Driver.run() at DotNet.UI.Controls.XslFO.IdFopRenderer(String strFOPath) at DotNet.UI.Controls.Pdf.OnLoad(EventArgs e)
thanks in advance
regards
Sibi.
2006-09-23 09:17:56 UTC by ceesibi
-
Documentation refers to an example of an ASPX page
using this to render the PDF, but I cn't find it. What
should I do in my ASPX page to call this?.
2006-06-08 23:47:48 UTC by nobody
-
It's not working for me. When I run it, I get the following error message:
Error in Generating PDF
Exception of type 'org.apache.fop.apps.FOPException' was thrown. at org.apache.fop.apps.Driver.render(XMLReader parser, InputSource source) at org.apache.fop.apps.Driver.run() at DotNet.UI.Controls.XslFO.IdFopRenderer(String strFOPath) at DotNet.UI.Controls.Pdf.OnLoad(EventArgs e)
2006-03-20 21:11:32 UTC by paulineramos
-
hi,
i have used the above code, but im not gettting the result.
First of all it does not work with the deafult path settings of 'this.ReportFoFilePath'. i was getting an access denied error for the default path. so i changed it to 'C:\' where it was being get or set.
Now the application is running, but it takes a lot of time to and in the end nothing is displayed. However the Acrobat Reader...
2005-04-12 08:13:17 UTC by azamfarooq
-
Hi,
Do you have the above example in VB.Net or can anyone provide a quick translation.
Many thanks,
Jude Fisher
JudeFisher@EbAM.NET.
2004-02-23 17:28:43 UTC by judefisher
-
Put in the temp folder too.
Then received this error:
Error in Generating PDF
Exception of type org.apache.fop.apps.FOPException was thrown. at org.apache.fop.apps.Driver.render(XMLReader parser, InputSource source) at org.apache.fop.apps.Driver.run() at DotNet.UI.Controls.XslFO.IdFopRenderer(String strFOPath) in C:\Supervision\reports\pdf\asp.net fo pdf report...
2004-02-18 14:35:28 UTC by timschwallie
-
Hi,
1. Comment this line
this.DeleteFoFile(this.ReportFoFilePath);
2. Delete all the files in FoTemp folder
3. Run the asp.net page and see the "FoTemp" folder whether there is any .fo file is there. if its there, then, the Server Control creates the FO file, but not rendered properly.
I feel, if the empty pdf page is shown, then there should be some probs in binding data...
2004-01-28 09:02:10 UTC by jinishans
-
Hi,
Try this.
<%-- @ Register tagprefix="NFOP" Namespace="DotNet.UI.Controls" Assembly="DotNet.UI.Controls" --%>
<%@ Page language="c#" Codebehind="SampleReportPDF.aspx.cs" AutoEventWireup="false" Inherits="FDD.SampleReportPDF" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"...
2004-01-28 08:38:58 UTC by jinishans
-
I tried the code you posted. I've made sure that J# was installed on each computer that I tested the code on, and ran the code on each pc using it's own IIS web server and IE web browser. Acrobat is installed on each pc as well.
The code runs, and acrobat fires up, and then ... nothing; a blank screen. I looked in the task manager on each computer; acrobat reader is sitting in the process...
2004-01-23 13:28:56 UTC by michaelthompson