RE: PDF and .doc generators for websites

2014-10-24 Thread 低格雷格
...@ozdotnet.com] On Behalf Of Paul Glavich Sent: Friday, 24 October 2014 3:19 PM To: 'ozDotNet' Subject: RE: PDF and .doc generators for websites We use ExpertPDF as it does HTML to PDF conversions. Actually we use 2 separate versions of it as one supports SVG really well but has issues with some HTML

PDF and .doc generators for websites

2014-10-21 Thread 低格雷格
Hi Folks, Anyone got strong opinions on particular PDF and .doc generators for use with MVC ? Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web: www.sqldownunder.comhttp://www.sqldownunder.com/

Re: PDF and .doc generators for websites

2014-10-21 Thread Stephen Price
I had a look at this briefly, there seemed to be a couple of options of doing it in code. I think some paid, and some open source (nuget packages). I didn't end up going with it in the end, I decided for now to just let the user print to PDF using built in Windows if they wanted to. :) I'd like

RE: PDF and .doc generators for websites

2014-10-21 Thread Grant Castner
Of Greg Low () Sent: Wednesday, 22 October 2014 1:43 PM To: ozDotNet Subject: PDF and .doc generators for websites Hi Folks, Anyone got strong opinions on particular PDF and .doc generators for use with MVC ? Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61

RE: PDF and .doc generators for websites

2014-10-21 Thread 低格雷格
To: ozDotNet Subject: Re: PDF and .doc generators for websites I had a look at this briefly, there seemed to be a couple of options of doing it in code. I think some paid, and some open source (nuget packages). I didn't end up going with it in the end, I decided for now to just let the user print to PDF

Re: PDF and .doc generators for websites

2014-10-21 Thread Les Hughes
I've used Aspose.NET in the past, and while it is pricey compared to some others, it works fantastically. Cheers :) -- Les Hughes l...@datarev.com.au On 22/10/14 14:43, Greg Low (低格雷格) wrote: Hi Folks, Anyone got strong opinions on particular PDF and .doc generators for use with MVC ?

Re: PDF and .doc generators for websites

2014-10-21 Thread Grant Maw
I've been using ABCPDF for years in a Webforms environment. It's worked very well, it's fast and does everything we need it to do. On 22 October 2014 13:43, Greg Low (低格雷格) g...@greglow.com wrote: Hi Folks, Anyone got strong opinions on particular PDF and .doc generators for use with MVC

Re: PDF and .doc generators for websites

2014-10-21 Thread William Luu
Hi Greg, Another option is Open XML SDK for Office docs. https://github.com/OfficeDev/Open-XML-SDK http://msdn.microsoft.com/en-us/library/office/bb448854.aspx Andrew Coates did a session on it at Tech Ed. Cheers, Will On 22 October 2014 15:14, Grant Maw grant@gmail.com wrote: I've

Re: PDF and .doc generators for websites

2014-10-21 Thread eddie.debear
Hi Greg, I worked with the Open XML SDK a few years back, to produce some large documents (a few hundred pages at a time). I don’t know if it’s improved since then, but it was a fairly bare-bones thing back then. Despite that, it worked, and worked well. As for Pdf, I’ve worked with both