|
I only found one, and it's about $8k, from memory. Aspose, I think are the people who sell it. You need to buy their whole toolkit to convert word docs. It does XLS, it doesn't do PPT.
A print driver is the quick and dirty way to do it.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
Hi,
You can use MS Word 2007. then save as to file .pdf
|
|
|
|
|
thank you for the reply
but sorry , i dont think you understand.let me clarify, i want to convert the xls,doc,ppt,rtf to pdf format in a asp.net website project .so i when a user upload a file,which may be xls,doc,ppt and rtf it should be converted in to pdf and should be stored in the server.hope u can help me.
|
|
|
|
|
He's right, you can control Office 2007 to create PDFs, you could do this on your server.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
oh, ok Thanks for the help, can u kindly post a sample code for converting ppt to pdf using office 2007
|
|
|
|
|
when i open 2.0 site in 3.5 and try to run it. it gives me error...related to web.config file error is as follow..
"It is an error to use a section registered as allowDefinition=MachineToApplication beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS"
right now i have nothing to do with iis i have want to just run locally
any solution for this...????
umerumerumer
|
|
|
|
|
That section is in an app config below the root. Remove it.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
Hello guys, I'm working with ASP.NET 1.1 and the validations are not working on the client-side with firefox, it's working fine on the client-side with IE and on server-side for both, can anyone help me with this?
Web Developer
|
|
|
|
|
It's possible they are not supported for FF. Why are you using 1.1 ?
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
|
ASP.NET 1.1 is so old now, that's plain ridiculous. But, this does prove my point, the older frameworks support IE better than FF ( the new ones may well, too )
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
Thank you anyway
Web Developer
|
|
|
|
|
Hi,
How to set the page size in word
Response.ClearContent()
Response.AddHeader("content-disposition", "attachment; filename=MyExcelFile.doc")
Response.ContentType = "application/vnd.word"
Dim sw As New System.IO.StringWriter
Dim htw As New HtmlTextWriter(sw)
Label1.RenderControl(htw)
Response.Write(sw.ToString())
Response.End()
|
|
|
|
|
There's obviously nothing here to control a page size. ? If you mean size in lines, you can chop up the string in the string writer.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development, Test Driven Development in .NET, Programming Groovy
Great Indian Developer Summit 2009 – India’s Biggest Gathering of Software Developers
Bangalore, November 24, 2008: Developing Ajax applications is a lot of fun, up until things stop working. In addition to the general programming complexities, you need to deal with browser differences, JavaScript, and framework idiosyncrasies. alert() often helps only to get our blood pressure high. Agile practitioner Venkat Subramaniam is coming back this summer to India's biggest summit for the developer ecosystem - Great Indian Developer Summit (http://www.developersummit.com/) with a two-prong approach to debugging Ajax. The first is a proactive step towards testing and developing Ajax applications in smaller steps. Second, when bugs still manage to creep in, exploring what tools can help to fix those bugs and keep your BP normal at the same time.
The co-author of the award-winning book 'Practices of an Agile Developer' Grails, along with its facility to develop test driven, is a killer combination, along with agile development, for rapidly developing web applications. Venkat will teach how to develop fully functional web application in Grails while also utilizing other capabilities like Ajax.
Venkat will be covering some tricky features of Java, those that can trip you over, and also look at some ways to improve your Java code. He will also step through the benefits of using Groovy, its features, how you can take advantage of metaprogramming and intermix with Java.
The founder of Agile Developer, Inc., will also conduct two 3-hour workshops -- on developing a sample application using Test Driven Development and; differentiating between different Domain Specific Languages (DSLs), their characteristics and how to edit, parse, and validate external DSLs using Java based tools.
About Great Indian Developer Summit
Great Indian Developer Summit, produced by Saltmarch Media is the biggest gathering of software developers from Java/J2EE, Microsoft computing technologies, Rich Internet Applications (RIA), Web 2.0, Ajax, Agile, SOA, and Enterprise IT. For both veterans and newcomers to the world of .NET, Java, and the Rich Web, the Great Indian Developer Summit provides participants with a well-balanced learning experience that guaranteed they went back with a richer understanding of the technologies that make a difference to their careers. See the GIDS 2008 Red Stripe Report: http://www.developersummit.com/2008/report/pdf/Red_Stripe_Report-GIDS08.zip
Over 3000 qualified and talented delegates attended GIDS 2008 - Source: The Hindu - Monday, 26 May 2008 (http://www.developersummit.com/2008/report/postPress.html). With outstanding educational sessions, powerhouse speakers, a high-profile award ceremony, GIDS 2009 will feature premium knowledge, action plans and advise from been-there-done-it veterans, creators, and visionaries. For further information on GIDS 2009, please visit the summit on the web http://www.developersummit.com/
A Saltmarch Media Press Release
E: info@saltmarch.com
Ph: +91 80 4005 1000
|
|
|
|
|
Hello All,
I have 3 Textbox on my Page and each Textbox has Text Change Event. When User input a number in first textbox say for ex 5 then 5 new textboxes are added below that Textbox and similarly it happens for other 2 textbox also.
I am adding these textbox to PlaseHolder control runtime but when i click save button i have to take all the values and save back to server but I am not getting the values of textbox which I have added at runtime.
How i can solve this problem please help me..
Thanks.
|
|
|
|
|
The textbox doesn't exist, and so there's no viewstate, it's lost. Put a hidden control on your form and use js to store the text there.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
Thanks Christian, I used Javascript and its working fine.
|
|
|
|
|
Hi,
From yesterday we are facing some problem on German pages of our website.
Till yesterday it was working fine but since yesterday it starts showing javascript error. On debugging it opens guide.opendns.com in Visual Studio.
I am clueless about the issue can someone help please.
If you have JS debugging enabled on your page then you yourself can check the issue by opening the page on IE (http://www.nagarro.de/default.aspx).
And now it is also taking significant amount of time to load.
Thanks in advance.
Regards,
Parag
|
|
|
|
|
Hi,
I am creating a cursor and I want to pass its results to a dataset. Because I want to bind the dataset to a report (crystal report)
any idea how to do it?
|
|
|
|
|
Pass on the Cursor Results to a Temprory table .......
then Select the results from Temprory table in Stored Procedure .....
|
|
|
|
|
can you please tell me how can i do that??
|
|
|
|
|
Hi,
How to export image with table in asp.net to ms-word.
Please send me reply.
Thank you,
|
|
|
|
|
Your best bet is to get ahold of the HTML involved and put it into Word.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
I can not did you.Please help me
|
|
|
|