|
|
PDF from XML in C#
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: Open Source PDF Tools in C/C++ - comp.text.pdfAre there any open source PDF C ... though - use a good PDF library for any other language, and call it from C/C++ using some distributed technology such as sockets, XML-RPC ... Add ToC/bookmarks to an existing PDF document? - comp.text.pdf ...... XYZ null null null] /Title (...and now the last) /OUT pdfmark" ^ -f c:\path\to\input.pdf ... to append a value to an existing xml document - comp.lang.idl ... PDF from XML in ... FOP embed user defined chinese character ?? - comp.text.pdf ...Hello Everyone, By using the "userconfig.xml", standard chinese characters can be embedded in the PDF and displayed with the font face "MingLiU" in M... Acrobat -- extracting pages as separate pdf files - comp.text.pdf ...... www.xpsplus.com ~~~~~ Specifications, reviews and programming about XML ... State the full pathname to the file you want ot work with Path = "C:\Abmt1.pdf ... XML namespace problem - comp.databases.oracle.tools... structure manipulation tools - comp.text.pdf Model, which might be worth all the acres of PDF ... C/C++ library for point cloud & mesh manipulation ? - comp ... ... XML ... Adobe Reader 8 prints the NIE reversed! - comp.sys.mac.apps ...Importing data into Adobe XML (Designer 6) or Acrobat Forms - comp ... I'm sure ... know of any native C/C++ options - other than Adobe's SDK. ... Open Source PDF Tools in C ... new-line Character in PDF-Syntax - comp.text.pdfNewline after xml tag - comp.soft-sys.sas new-line Character in PDF-Syntax - comp.text.pdf Newline after xml tag - comp.soft-sys.sas... to format body so that each <tag ... Acrobat 6 and Reader PDF file association - comp.text.pdf ...custom XML schema in Acrobat forms - comp.text.pdf Acrobat 6 and Reader PDF file association - comp.text.pdf ... custom XML schema in Acrobat forms - comp.text.pdf to save ... Filling PDF form from my own program - comp.text.pdffill PDF template with XML data - comp.text.pdf Filling PDF form from my own program - comp.text.pdf... creates the data that you want to use to populate a pdf form ... Does anyone have sample java code for extracting pdf metadata ...Hi, Does anyone have sample java code for extracting pdf metadata? The key fields that I am looking at is the "Creator", "Producer", "Author" and "Su... How to Convert XML to PDF with C#/VB.NETc#/vb.net excel,word,pdf component ... XML (Extensible Markup Language) emphasizes simplicity, generality, and usability over the Internet. How to Convert PDF to XML | eHow.comMany people distribute documents in the PDF file format. Computers cannot read PDF files without special software. Developers often use XML (Extensible Markup ... 7/26/2012 2:37:24 PM
|
|
|
|
|
|
|
|
|