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

Which pdf forms solution should I use?


Oh boy, do I need help on this one... and I'm hoping somebody can lead me to
a viable C# pdf forms library or similar pdf solution to allow me to build
an application which replicates a series of 3 part paper NCR forms used to
collect contractual data (with a digitial signature required). The data must
then be sent securely over the web to a server where the data will be put
into the server's file system for pickup and review by others who will then
pass it on to DBAs who will script the data into a SQL Server database.

My job is form design and coding the collection of the data and selecting a
viable protocol which I think will be HTTPS. There is a need to maintain the
look and feel of paper including the ability to print out the contract after
the data has been collected while automating the collection and submission
of data which can easily be scripted into a SQL Server database by DBAs. I
believe pdf forms are the way to go at this point in time. Furthermore,
since the data needs to be extracted from the forms so DBAs can automate
entering the contract data into a SQL Server database I'm thinking the use
of XML comes to mind.

I have no experience with pdf --yet-- so I'm all ears asking for your sage
advice regarding libraries, components, controls or whatever you have used
to replicate contractual paper forms using pdf.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

Cc: news://microsoft.public.dotnet.general
news://microsoft.public.framework.aspnet
Sep 24 '07 #1
2 1312
On Sep 24, 3:53 pm, "clintonG" <nob...@nowhere.comwrote:
Oh boy, do I need help on this one... and I'm hoping somebody can lead me to
a viable C# pdf forms library or similar pdf solution to allow me to build
an application which replicates a series of 3 part paper NCR forms used to
collect contractual data (with a digitial signature required). The data must
then be sent securely over the web to a server where the data will be put
into the server's file system for pickup and review by others who will then
pass it on to DBAs who will script the data into a SQL Server database.

My job is form design and coding the collection of the data and selecting a
viable protocol which I think will be HTTPS. There is a need to maintain the
look and feel of paper including the ability to print out the contract after
the data has been collected while automating the collection and submission
of data which can easily be scripted into a SQL Server database by DBAs. I
believe pdf forms are the way to go at this point in time. Furthermore,
since the data needs to be extracted from the forms so DBAs can automate
entering the contract data into a SQL Server database I'm thinking the use
of XML comes to mind.

I have no experience with pdf --yet-- so I'm all ears asking for your sage
advice regarding libraries, components, controls or whatever you have used
to replicate contractual paper forms using pdf.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URLhttp://clintongallagher.metromilwaukee.com/

Cc: news://microsoft.public.dotnet.general
news://microsoft.public.framework.aspnet

I've been using Cete Software's DynamicPDF Generator for a couple of
years now and i highly recommend it. You can download a full demo
which will water-mark your samples but otherwise let you mess with
everything. Check it out at: www.cete.com

-E

Sep 24 '07 #2

"Elroyskimms" <el*********@yahoo.comwrote in message
news:11**********************@r29g2000hsg.googlegr oups.com...
On Sep 24, 3:53 pm, "clintonG" <nob...@nowhere.comwrote:
>Oh boy, do I need help on this one... and I'm hoping somebody can lead me
to
a viable C# pdf forms library or similar pdf solution to allow me to
build
an application which replicates a series of 3 part paper NCR forms used
to
collect contractual data (with a digitial signature required). The data
must
then be sent securely over the web to a server where the data will be
put
into the server's file system for pickup and review by others who will
then
pass it on to DBAs who will script the data into a SQL Server database.

My job is form design and coding the collection of the data and selecting
a
viable protocol which I think will be HTTPS. There is a need to maintain
the
look and feel of paper including the ability to print out the contract
after
the data has been collected while automating the collection and
submission
of data which can easily be scripted into a SQL Server database by DBAs.
I
believe pdf forms are the way to go at this point in time. Furthermore,
since the data needs to be extracted from the forms so DBAs can automate
entering the contract data into a SQL Server database I'm thinking the
use
of XML comes to mind.

I have no experience with pdf --yet-- so I'm all ears asking for your
sage
advice regarding libraries, components, controls or whatever you have
used
to replicate contractual paper forms using pdf.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URLhttp://clintongallagher.metromilwaukee.com/

Cc: news://microsoft.public.dotnet.general
news://microsoft.public.framework.aspnet


I've been using Cete Software's DynamicPDF Generator for a couple of
years now and i highly recommend it. You can download a full demo
which will water-mark your samples but otherwise let you mess with
everything. Check it out at: www.cete.com

-E
Just got off the phone with Adobe who recommends Acrobat Professional as it
support fillable forms and digital signatures. I'll study Cete Software
thank you...
Sep 24 '07 #3

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

Similar topics

2
by: Sean | last post by:
I have a Studio issue where I have a base Form - FormA. FormB inherits from FormA. I have a property or a control in FormB called Prop1 that was NOT inherited from formA. Sometimes, when I...
10
by: heromull | last post by:
We have an asp.net app with about 200 data entry forms. Customers may enter data into any number of forms. Each form's data is persisted in a corresponding sql table. When data entry is...
2
by: Rob | last post by:
I was working on a project and everything was going fine, then all of a sudden the form set as my startup object stopped loading. I tried setting some others as the startup object, and some of my...
6
by: Charles Kincaid | last post by:
I have a project that is working fine: Compiles fine, and runs fine. 13 forms and 3 modules, besides Assembly. It is a smart device (Pocket PC) app. Often some of my forms will NOT open in the...
2
by: scarleton | last post by:
A coworker and I have spent the last day and a half trying to track down this bug in our code. We found the solution and thought we might post it to help others out... The setup: Class...
34
by: Luke | last post by:
Hi! I am new to PHP but I am a very experienced in Perl/CGI/templates. I work in medical informatics when we deal with very large data collection forms. Some of them have over 1000 elements!...
13
by: Academic | last post by:
I have a MDI form, sometimes child forms and sometimes forms that are neither If I close the app the child forms closing and closed event happens followed by the Mdi form receiving the...
0
by: clintonG | last post by:
Oh boy, do I need help on this one... and I'm hoping somebody can lead me to a viable C# pdf forms library or similar pdf solution to allow me to build an application which replicates a series of 3...
0
by: clintonG | last post by:
Oh boy, do I need help on this one... and I'm hoping somebody can lead me to a viable C# pdf forms library or similar pdf solution to allow me to build an application which replicates a series of 3...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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:
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.