473,386 Members | 1,705 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,386 software developers and data experts.

Server side PDF tools - recommendations?

I am looking for a tool to be integrated into our enterprise architecture
that provides various PDF services to ASP.NET applications.

We have a common need to programmatically create, convert, populate, and
manipulate PDF files on the web application server for output to the web
client.

Specifically, we want to:

1. Merge different PDF files togther
2. Withing existing PDF files, add, delete or modify content
3. Convert text and other document types like .doc or .xls to PDF
4. Create new PDF documents on the server with data from a DB
5. Populate existing PDF form fields

These are the most basic (and common) needs, but I expect as we progress we
will need more enhanced features, especially with regard to security. We also
need to be able to use this in a multi-server load balanced farm, and it
should provide for multi-threaded scalability and performance.

I understand these features are common - that's my problem - there are a lot
of products out there...too many to sort through, so I am looking for
recommendations.

We already use Amyuni and ActivePDF in different locations with success.

We would prefer a native .NET solution (which ActivePDF does not appear to
be).

It appears Adobe does not offer an affordable solution at this level...

We have also identified DynamicPDF as an option.

Is there anything available from Microsoft we can use?

Does anyone have specific experience or recommendations?

I appreciate your help.

A
Nov 22 '05 #1
4 1335
I've had lots of success with ActivePDF

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"aconant" <ac*****@discussions.microsoft.com> wrote in message
news:BD**********************************@microsof t.com...
I am looking for a tool to be integrated into our enterprise architecture
that provides various PDF services to ASP.NET applications.

We have a common need to programmatically create, convert, populate, and
manipulate PDF files on the web application server for output to the web
client.

Specifically, we want to:

1. Merge different PDF files togther
2. Withing existing PDF files, add, delete or modify content
3. Convert text and other document types like .doc or .xls to PDF
4. Create new PDF documents on the server with data from a DB
5. Populate existing PDF form fields

These are the most basic (and common) needs, but I expect as we progress
we
will need more enhanced features, especially with regard to security. We
also
need to be able to use this in a multi-server load balanced farm, and it
should provide for multi-threaded scalability and performance.

I understand these features are common - that's my problem - there are a
lot
of products out there...too many to sort through, so I am looking for
recommendations.

We already use Amyuni and ActivePDF in different locations with success.

We would prefer a native .NET solution (which ActivePDF does not appear to
be).

It appears Adobe does not offer an affordable solution at this level...

We have also identified DynamicPDF as an option.

Is there anything available from Microsoft we can use?

Does anyone have specific experience or recommendations?

I appreciate your help.

A

Nov 22 '05 #2
Hi,
this is a nice roundup of PDF components:
http://www.howtoselectguides.com/dotnet/pdf/

Andrej

"aconant" <ac*****@discussions.microsoft.com> wrote in message
news:BD**********************************@microsof t.com...
I am looking for a tool to be integrated into our enterprise architecture
that provides various PDF services to ASP.NET applications.

We have a common need to programmatically create, convert, populate, and
manipulate PDF files on the web application server for output to the web
client.

Specifically, we want to:

1. Merge different PDF files togther
2. Withing existing PDF files, add, delete or modify content
3. Convert text and other document types like .doc or .xls to PDF
4. Create new PDF documents on the server with data from a DB
5. Populate existing PDF form fields

These are the most basic (and common) needs, but I expect as we progress
we
will need more enhanced features, especially with regard to security. We
also
need to be able to use this in a multi-server load balanced farm, and it
should provide for multi-threaded scalability and performance.

I understand these features are common - that's my problem - there are a
lot
of products out there...too many to sort through, so I am looking for
recommendations.

We already use Amyuni and ActivePDF in different locations with success.

We would prefer a native .NET solution (which ActivePDF does not appear to
be).

It appears Adobe does not offer an affordable solution at this level...

We have also identified DynamicPDF as an option.

Is there anything available from Microsoft we can use?

Does anyone have specific experience or recommendations?

I appreciate your help.

A

Nov 22 '05 #3
Andrej,

Thanks for the link - looks like a very useful resource.

Any other input is still welcome.

"aconant" wrote:
I am looking for a tool to be integrated into our enterprise architecture
that provides various PDF services to ASP.NET applications.

We have a common need to programmatically create, convert, populate, and
manipulate PDF files on the web application server for output to the web
client.

Specifically, we want to:

1. Merge different PDF files togther
2. Withing existing PDF files, add, delete or modify content
3. Convert text and other document types like .doc or .xls to PDF
4. Create new PDF documents on the server with data from a DB
5. Populate existing PDF form fields

These are the most basic (and common) needs, but I expect as we progress we
will need more enhanced features, especially with regard to security. We also
need to be able to use this in a multi-server load balanced farm, and it
should provide for multi-threaded scalability and performance.

I understand these features are common - that's my problem - there are a lot
of products out there...too many to sort through, so I am looking for
recommendations.

We already use Amyuni and ActivePDF in different locations with success.

We would prefer a native .NET solution (which ActivePDF does not appear to
be).

It appears Adobe does not offer an affordable solution at this level...

We have also identified DynamicPDF as an option.

Is there anything available from Microsoft we can use?

Does anyone have specific experience or recommendations?

I appreciate your help.

A

Nov 22 '05 #4
there is this one as well..
http://itextsharp.sourceforge.net/
"aconant" <ac*****@discussions.microsoft.com> wrote in message
news:BD**********************************@microsof t.com...
I am looking for a tool to be integrated into our enterprise architecture
that provides various PDF services to ASP.NET applications.

We have a common need to programmatically create, convert, populate, and
manipulate PDF files on the web application server for output to the web
client.

Specifically, we want to:

1. Merge different PDF files togther
2. Withing existing PDF files, add, delete or modify content
3. Convert text and other document types like .doc or .xls to PDF
4. Create new PDF documents on the server with data from a DB
5. Populate existing PDF form fields

These are the most basic (and common) needs, but I expect as we progress
we
will need more enhanced features, especially with regard to security. We
also
need to be able to use this in a multi-server load balanced farm, and it
should provide for multi-threaded scalability and performance.

I understand these features are common - that's my problem - there are a
lot
of products out there...too many to sort through, so I am looking for
recommendations.

We already use Amyuni and ActivePDF in different locations with success.

We would prefer a native .NET solution (which ActivePDF does not appear to
be).

It appears Adobe does not offer an affordable solution at this level...

We have also identified DynamicPDF as an option.

Is there anything available from Microsoft we can use?

Does anyone have specific experience or recommendations?

I appreciate your help.

A

Nov 23 '05 #5

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

Similar topics

9
by: Kathryn | last post by:
Hiya I have a problem with using some client side and server side scripting together in an ASP. I'm using VBScript. What I'm trying to achieve is this - - Page loads up and some server side...
6
by: Member | last post by:
Hi group. I have been working with ColdFusion and SQL Server for some time now....abour 4 years I guess. I have developed various web applications successfully. The scenario I am in is that a...
5
by: KayInPA | last post by:
Greetings: I would like to ask for recommendations for a good beginning book on SQL Server. My web host offers a 100MB SQL Server database as part of the package, and I'd like to use the...
0
by: tiacux | last post by:
Tech Associates is recruiting for: A SQL Server Database Systems Administrator for Jacksonville, Florida. Salary to $75,000. Description The Database Systems Administrator's role is to...
26
by: David W. Fenton | last post by:
A client is panicking about their large Access application, which has been running smoothly with 100s of thousands of records for quite some time. They have a big project in the next year that will...
10
by: Ben | last post by:
Hi, I made an application in classic asp (reservation of books and video stuffs for students) and want to migrate to asp.net. The user has to chose a date, then pushung on a submit button. The...
6
by: den 2005 | last post by:
Hi everybody, Question 1: How do you set the values from server-side to a client-side control or how do you execute a javascript function without a button click event? Question 2: How do you...
7
by: Samuel | last post by:
Hi, I am looking for some recommendations for client/server technologies and for the communication involved. I am currently planning to port a Perl application that has grown out of...
20
by: John Sheppard | last post by:
Hello there, Does anyone know of a way to track changes to an SQL Server database so that I can easily run those changes at a later date? That is, I want to make schema changes, and record...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.