Board index » Web Programming » create pdf from asp.net
|
Afia
|
|
Afia
|
create pdf from asp.net
Web Programming439
I am looking to create a pdf from ASP.NET which is based on a word or pdf document plus some data that will be added at runtime. Is there any code/components that allow this to be achieved? - |
| Ken
Registered User |
Thu Feb 03 13:12:39 CST 2005
Re:create pdf from asp.net
Hi Robin,
You didn't say what your budget is. If you need it to be free, try this: sourceforge.net/projects/itextsharp/">sourceforge.net/projects/itextsharp/ If you want to go first class and have money, try this: www.cete.com/Products/Generator/">www.cete.com/Products/Generator/ Ken "Robin" <robin9876@hotmail.com>wrote in message QuoteI am looking to create a pdf from ASP.NET which is based on a word or pdf |
| Mark
Registered User |
Thu Feb 03 13:48:27 CST 2005
Re:create pdf from asp.net
"Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca>wrote in message
QuoteIf you want to go first class and have money, try this: - |
| Juan
Registered User |
Thu Feb 03 14:06:01 CST 2005
Re:create pdf from asp.net
re:
QuoteThis doesn't actually convert a Word document to PDF, though... neevia.com/developer/">neevia.com/developer/ So does Aspose.Word : www.aspose.com/">www.aspose.com/ Juan T. Llibre ASP.NET MVP =========== "Mark Rae" <mark@mark-N-O-S-P-A-M-rae.co.uk>wrote in message Quote"Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca>wrote in message - |
| Mark
Registered User |
Thu Feb 03 14:25:55 CST 2005
Re:create pdf from asp.net
"Juan T. Llibre" <nomailreplies@nowhere.com>wrote in message
Quote>This doesn't actually convert a Word document to PDF, though... instead of the current ActiveX control version, I'll be purchasing it. QuoteSo does Aspose.Word : - |
| Juan
Registered User |
Thu Feb 03 15:23:39 CST 2005
Re:create pdf from asp.net
re:
QuoteDoes it? Open Word 97, Word 2000, Word XP and Word 2003 documents. Save documents in plain text, HTML or Aspose.Pdf.Xml format that can be used by Aspose.Pdf to produce PDF files. It looks like you need both Aspose.Word and Aspose.pdf to do a full conversion, but you *can* get there from here. :-) re: QuoteYep - and as soon as they have a native .NET assembly version available Disclaimer : I'm not connected to either company. Good luck ! Juan T. Llibre ASP.NET MVP =========== "Mark Rae" <mark@mark-N-O-S-P-A-M-rae.co.uk>wrote in message Quote"Juan T. Llibre" <nomailreplies@nowhere.com>wrote in message - |
| Mark
Registered User |
Thu Feb 03 15:35:32 CST 2005
Re:create pdf from asp.net
"Juan T. Llibre" <nomailreplies@nowhere.com>wrote in message
Quote>Yep - and as soon as they have a native .NET assembly version available that they don't intend to release a native .NET assembly because they can't see the point of doing so... Talk about blinkered! - |
| Juan
Registered User |
Thu Feb 03 15:59:04 CST 2005
Re:create pdf from asp.net
Don't despair.
Com Interop/DCOM work pretty good in ASP.NET They have full instructions at their website. Are you concerned about performance ? Juan T. Llibre ASP.NET MVP =========== "Mark Rae" <mark@mark-N-O-S-P-A-M-rae.co.uk>wrote in message Quote"Juan T. Llibre" <nomailreplies@nowhere.com>wrote in message - |
| Mark
Registered User |
Thu Feb 03 16:15:00 CST 2005
Re:create pdf from asp.net
"Juan T. Llibre" <nomailreplies@nowhere.com>wrote in message
QuoteDon't despair. website because my ISP won't allow me to. Here's a reply from their technical support which makes hilarious reading... "a .NET assembly will not solve your problem - you will also have to install the full DC Pro installer on that server - the reason for this is that Document Converter Pro requires some PostScript printer drivers in order to convert ms office documents and these drivers are installed by the main installer. I don't think that any ISP will allow you to do that. PS. DC Pro has a Adobe Distiller-like workflow, this means that in order to convert a ms word document into PDF it will first open this document in ms word, print it into a postscript file and then convert the resulting PS file into PDF." Not only do they expect me to install their ActiveX control on my public hosted site; they also need Microsoft Office too. - |
| Juan
Registered User |
Thu Feb 03 16:40:40 CST 2005
Re:create pdf from asp.net
Aargh!
If you're not allowed, by your ISP, to install software, then you're pretty much up a creek, since the Aspose Word/PDF combo would need installation, too. Juan T. Llibre ASP.NET MVP =========== "Mark Rae" <mark@mark-N-O-S-P-A-M-rae.co.uk>wrote in message Quote"Juan T. Llibre" <nomailreplies@nowhere.com>wrote in message - |
| Mark
Registered User |
Thu Feb 03 18:03:03 CST 2005
Re:create pdf from asp.net
"Juan T. Llibre" <nomailreplies@nowhere.com>wrote in message
QuoteIf you're not allowed, by your ISP, to install software, ISP's don't allow software to be installed - just think of the damage that could be done! Oh well - no doubt someone someday will write a native .NET PDF converter... :-) - |
| Bharat
Registered User |
Sat Feb 12 13:53:03 CST 2005
Re:create pdf from asp.net
It is hard (if at all possible) to convert a .doc file to WordML format
without Word, however, you can require your users to save the word file as Word XML before uploading the file to your web app. In your webapp, u can have a custom XSL transform that converts Word XML to whatever format TallPDF expects. "Mark Rae" wrote: Quote"Matt Berther" <mberther@hotmail.com>wrote in message |
