PDF from XML in C#

  • Follow


I am using C# and XML via XSL to make FO files and then Java FOP to get
the PDF documents. My docs are receipts following online orders and I
need the PDF formatting options.

This works but I have to FTP the files to client to run the Java. Can I
run something to make PDF files from C# and not use FTP?

I am uninterested in paying someone hundreds of dollars for an
interface - I will write it but I need the objects.

0
Reply sales749 (17) 2/20/2005 11:29:09 AM

Logician wrote:
> I am using C# and XML via XSL to make FO files and then Java FOP to get
> the PDF documents. My docs are receipts following online orders and I
> need the PDF formatting options.
> 
> This works but I have to FTP the files to client to run the Java. Can I
> run something to make PDF files from C# and not use FTP?

Well, either you find a FOP for C# or you use a C# library to create PDF 
directly, without using FOP.

> I am uninterested in paying someone hundreds of dollars for an
> interface - I will write it but I need the objects.

I list many *free* PDF libraries on this site:
https://rnvs.informatik.tu-chemnitz.de/twiki/bin/view/Main/FreePdfUtilitiesAndLibraries

including the following two for C#:

iText.NET (newer, try this first!)
http://sourceforge.net/projects/itextdotnet/

iTextSharp (.NET) (based on old version of iText) 	 
http://itextsharp.sourceforge.net/

But please read their license instead of making assumptions.

Ralf
0
Reply Ralf 2/20/2005 2:31:43 PM


1 Replies
226 Views

(page loaded in 0.07 seconds)

Similiar Articles:













7/26/2012 2:37:24 PM


Reply: