473,320 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Any doc type to PDF in ASP.NET B# or C#

Hello,

Can you guys recommend an SDK or some Package to Programatically Convert any
Doc Type to PDF

Mainly Gif, jpeg, png, tiff, fax, MS Excel, MS Word etc... to PDF

Need it to work from ASP.NET etc...

Thank you much

SA
Jan 21 '06 #1
5 1051
Perhaps this free PDF code will also be of use to you:
http://www.ujihara.jp/iTextdotNET/en/index.html

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Sql Agentman" <sq**********@hotmail.com> wrote in message
news:ee****************@tk2msftngp13.phx.gbl...
Hello,

Can you guys recommend an SDK or some Package to Programatically Convert
any Doc Type to PDF

Mainly Gif, jpeg, png, tiff, fax, MS Excel, MS Word etc... to PDF

Need it to work from ASP.NET etc...

Thank you much

SA

Jan 21 '06 #2
Steve,

I don't see show iTextdotNET will handle Word or Excel
I can embed with itextsharp images but don't know how to deal with Word,
Excel

Thanks for your help

SA
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Perhaps this free PDF code will also be of use to you:
http://www.ujihara.jp/iTextdotNET/en/index.html

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Sql Agentman" <sq**********@hotmail.com> wrote in message
news:ee****************@tk2msftngp13.phx.gbl...
Hello,

Can you guys recommend an SDK or some Package to Programatically Convert
any Doc Type to PDF

Mainly Gif, jpeg, png, tiff, fax, MS Excel, MS Word etc... to PDF

Need it to work from ASP.NET etc...

Thank you much

SA


Jan 21 '06 #3
To read the data, you can use Excel as an ADO.NET data source:
http://www.dotnetspider.com/technolo...ages/1080.aspx

And here are a couple 3rd party products that could save you loads of time:
http://SteveOrr.net/reviews/AsposeWord.aspx
http://SteveOrr.net/reviews/AsposeExcel.aspx
http://www.aspnetpro.com/productrevi...200511os_p.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Sql Agentman" <sq**********@hotmail.com> wrote in message
news:uM**************@TK2MSFTNGP11.phx.gbl...
Steve,

I don't see show iTextdotNET will handle Word or Excel
I can embed with itextsharp images but don't know how to deal with Word,
Excel

Thanks for your help

SA
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Perhaps this free PDF code will also be of use to you:
http://www.ujihara.jp/iTextdotNET/en/index.html

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Sql Agentman" <sq**********@hotmail.com> wrote in message
news:ee****************@tk2msftngp13.phx.gbl...
Hello,

Can you guys recommend an SDK or some Package to Programatically Convert
any Doc Type to PDF

Mainly Gif, jpeg, png, tiff, fax, MS Excel, MS Word etc... to PDF

Need it to work from ASP.NET etc...

Thank you much

SA



Jan 21 '06 #4
I would recommend activePDF, it does hundreds of file types to PDF server
side and is scriptable from asp.net

--
Regards

John Timney
Microsoft MVP

"Sql Agentman" <sq**********@hotmail.com> wrote in message
news:ee****************@tk2msftngp13.phx.gbl...
Hello,

Can you guys recommend an SDK or some Package to Programatically Convert
any Doc Type to PDF

Mainly Gif, jpeg, png, tiff, fax, MS Excel, MS Word etc... to PDF

Need it to work from ASP.NET etc...

Thank you much

SA

Jan 21 '06 #5
John,

I will check that out.
Thank you,

SA
"John Timney ( MVP )" <ti*****@despammed.com> wrote in message
news:O1**************@TK2MSFTNGP11.phx.gbl...
I would recommend activePDF, it does hundreds of file types to PDF server
side and is scriptable from asp.net

--
Regards

John Timney
Microsoft MVP

"Sql Agentman" <sq**********@hotmail.com> wrote in message
news:ee****************@tk2msftngp13.phx.gbl...
Hello,

Can you guys recommend an SDK or some Package to Programatically Convert
any Doc Type to PDF

Mainly Gif, jpeg, png, tiff, fax, MS Excel, MS Word etc... to PDF

Need it to work from ASP.NET etc...

Thank you much

SA


Jan 23 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: Batista, Facundo | last post by:
Here I send it. Suggestions and all kinds of recomendations are more than welcomed. If it all goes ok, it'll be a PEP when I finish writing/modifying the code. Thank you. .. Facundo
6
by: S.Tobias | last post by:
I'm trying to understand how structure type completion works. # A structure or union type of unknown # content (as described in 6.7.2.3) is an incomplete type. It # is ...
0
by: Chris Fink | last post by:
When I am consuming a webservice, an object has an undefined value (inq3Type.Call3Data). I do not completely understand why this is happening and apologize for the vague question. My assumption...
1
by: Rob Griffiths | last post by:
Can anyone explain to me the difference between an element type and a component type? In the java literature, arrays are said to have component types, whereas collections from the Collections...
669
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic...
3
by: john | last post by:
Hi to All To demonstrate: public class MyBaseGenericClass<T> { } public class MyGenericClass1<T: MyBaseGenericClass<T> {
7
by: Sky | last post by:
I have been looking for a more powerful version of GetType(string) that will find the Type no matter what, and will work even if only supplied "{TypeName}", not the full "{TypeName},{AssemblyName}"...
9
by: weirdwoolly | last post by:
Hopefully someone will be able to help. I have written a stored procedure in C++ called from a Java test harness to validate the graphic data types in C++ and their use. I have declared the...
5
by: JH | last post by:
Hi I found that a type/class are both a subclass and a instance of base type "object". It conflicts to my understanding that: 1.) a type/class object is created from class statement 2.) a...
3
by: amanjsingh | last post by:
Hi, I am trying to implement Java Web Service using Apache Axis2 and Eclipse as a tool. I have created the basic code and deployed the service using various eclipse plugin but when I try to invoke...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, youll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.