473,398 Members | 2,380 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,398 software developers and data experts.

Create PDF Files

I guys,

I need your help finding a solution to my problem...
With thousands of PDF objects in the internet, and because It's the first
time I will use an object that does not beow to the framework itself (not
counting with Atlas), I need you advice in getting a nice component with an
afordable price for ASP.NET 2.0 (using VB.NET).

I do not own the web server so it has to be one that can can just upload
the dll file to my BIN folder and work with it from there.

The objective is to create invoices, reports and nice dynamic applications
forms, tat I already create but as a HTML document.
All help would be apreciate getting this. If I googleit I just die with all
info and I realy can't figure it out the best road to take, if you use any
object please tell me witch and your feedback.

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)


Jul 1 '06 #1
2 2131
BJ
Hey Bruno,

I've used two different ways in the past. If you already have the HTML
version try using ABCPDF.

If you had to print a word document to a PDF there would be an extra
step to save the word document to an HTML doc and then create the PDF.
For this solution, I use a tool call pdfFactory. Factory will allow
me, programmaticaly, to append documents to one PDF. This is the only
tool so far I have found that will allow me have this feature. I just
it create letters in Word, again programmaticaly, and print (append) to
a PDF file. I then ship the PDF file to a Print Center to have them
print, pack, and ship the lettters.

Hope this helps.

BJ

Bruno Alexandre wrote:
I guys,

I need your help finding a solution to my problem...
With thousands of PDF objects in the internet, and because It's the first
time I will use an object that does not beow to the framework itself (not
counting with Atlas), I need you advice in getting a nice component with an
afordable price for ASP.NET 2.0 (using VB.NET).

I do not own the web server so it has to be one that can can just upload
the dll file to my BIN folder and work with it from there.

The objective is to create invoices, reports and nice dynamic applications
forms, tat I already create but as a HTML document.
All help would be apreciate getting this. If I googleit I just die with all
info and I realy can't figure it out the best road to take, if you use any
object please tell me witch and your feedback.

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
Jul 3 '06 #2
do you own your own webServer? or is that using the BIN folder (just past
the DLL inside and we can use it)...

as I could see pdfFactory and I really liked the features and the price is
really nice also, it's a program that uses Register information to perform
actions, I can't use such thing under ASP.NET 2.0 cause for security reasons
the framework under ASP does not allow me to change register information (I
can do this under VB.NET) but for now my application it's 100% ASP.NET 2.0

:-(

ABCPDF is really expensive but I will give it a try :-/

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"BJ" <ju**********@yahoo.comescreveu na mensagem
news:11*********************@m79g2000cwm.googlegro ups.com...
Hey Bruno,

I've used two different ways in the past. If you already have the HTML
version try using ABCPDF.

If you had to print a word document to a PDF there would be an extra
step to save the word document to an HTML doc and then create the PDF.
For this solution, I use a tool call pdfFactory. Factory will allow
me, programmaticaly, to append documents to one PDF. This is the only
tool so far I have found that will allow me have this feature. I just
it create letters in Word, again programmaticaly, and print (append) to
a PDF file. I then ship the PDF file to a Print Center to have them
print, pack, and ship the lettters.

Hope this helps.

BJ

Bruno Alexandre wrote:
I guys,

I need your help finding a solution to my problem...
With thousands of PDF objects in the internet, and because It's the first
time I will use an object that does not beow to the framework itself (not
counting with Atlas), I need you advice in getting a nice component with
an
afordable price for ASP.NET 2.0 (using VB.NET).

I do not own the web server so it has to be one that can can just upload
the dll file to my BIN folder and work with it from there.

The objective is to create invoices, reports and nice dynamic
applications
forms, tat I already create but as a HTML document.
All help would be apreciate getting this. If I googleit I just die with
all
info and I realy can't figure it out the best road to take, if you use any
object please tell me witch and your feedback.

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)

Jul 4 '06 #3

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

Similar topics

17
by: Lonnie Princehouse | last post by:
In short: Is there any way to run Python WITHOUT trying to create .pyc files (or ..pyo) or to have Python not attempt to import the .pyc files it finds? Reason: We have a site-specific...
2
by: sudheervemana | last post by:
Dear all, In my main directory there are some source files and i have another directory which includes several folders,each contains the make files.Now i want to debug my source code in either...
13
by: Daniel Walzenbach | last post by:
Hi, Imagine the following situation: I have an asp.net application which allows uploading files to a SQL Server 2000 database (Files are stored as type "images"). As a next step I would like to...
9
by: Bob Achgill | last post by:
I would like to use the timestamp on files to manage the currency of support files for my VB windows application. In this case I would only put the timestamp of the file in the management database...
6
by: Rich | last post by:
Hello, I want to simulate the dynamic thumbnail display of Windows Explorer (winxp) on a form or pannel container. If I place a picture box on my container form/pannel and dimension it to the...
37
by: Steven Bethard | last post by:
The PEP below should be mostly self explanatory. I'll try to keep the most updated versions available at: http://ucsu.colorado.edu/~bethard/py/pep_create_statement.txt...
5
by: Michael Sperlle | last post by:
Is it possible? Bestcrypt can supposedly be set up on linux, but it seems to need changes to the kernel before it can be installed, and I have no intention of going through whatever hell that would...
23
by: sandy | last post by:
I need (okay, I want) to make a dynamic array of my class 'Directory', within my class Directory (Can you already smell disaster?) Each Directory can have subdirectories so I thought to put these...
2
by: sebastien.abeille | last post by:
Hello, I would like to create a minimalist file browser using pyGTK. Having read lot of tutorials, it seems to me that that in my case, the best solution is to have a gtk.TreeStore containing...
15
by: lxyone | last post by:
Using a flat file containing table names, fields, values whats the best way of creating html pages? I want control over the html pages ie 1. layout 2. what data to show 3. what controls to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.