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

PDF printing

hello,

i have an application that builds up a large "incident report" for a
law enforcement agency. In the end this is represented in a large
object containing many properties and collections related to the
incident.

we now need a way to produce a PDF for printing. what are common ways
to do this?

ive seen some organizations use DataDynamic's ActiveReports for this,
whereby they create an XSL report-pdf template and an XML doc for the
content, and mash the two.

....does anybody have any good recommendations for things that easy to
work with?
thanks!
sm
Oct 28 '08 #1
7 1895
There is pretty good free library iTextSharp with a lot of examples.
George.

"SpaceMarine" <sp*********@mailinator.comwrote in message
news:8b**********************************@c36g2000 prc.googlegroups.com...
hello,

i have an application that builds up a large "incident report" for a
law enforcement agency. In the end this is represented in a large
object containing many properties and collections related to the
incident.

we now need a way to produce a PDF for printing. what are common ways
to do this?

ive seen some organizations use DataDynamic's ActiveReports for this,
whereby they create an XSL report-pdf template and an XML doc for the
content, and mash the two.

...does anybody have any good recommendations for things that easy to
work with?
thanks!
sm
Oct 29 '08 #2
"George" <no*****@comcast.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>...does anybody have any good recommendations for things that easy to
work with?

There is pretty good free library iTextSharp with a lot of examples.
Which, unless it has been updated since I last looked at it, doesn't
actually support printing.

And they don't even have a v2.0 version yet...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 29 '08 #3
Which, unless it has been updated since I last looked at it, doesn't
actually support printing.
????
it generate PDF.... what do you mean does not support printing? Printig is
Adobe's jobe once PDF is created...

George.


"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:%2*****************@TK2MSFTNGP06.phx.gbl...
"George" <no*****@comcast.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>>...does anybody have any good recommendations for things that easy to
work with?

There is pretty good free library iTextSharp with a lot of examples.
>
And they don't even have a v2.0 version yet...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Oct 29 '08 #4
"George" <no*****@comcast.netwrote in message
news:uP**************@TK2MSFTNGP02.phx.gbl...
>Which, unless it has been updated since I last looked at it, doesn't
actually support printing.
????
It generates PDF....
Yes it does, but that's not what the OP asked...
What do you mean does not support printing?
By "support printing" I mean "contain the functionality to send a PDF to a
printer's print queue and kick off that print job automatically" - what on
earth did you think I meant...?
Printing is Adobe's jobe once PDF is created...
LOL! So someone has to constantly monitor a folder for new PDF documents and
then print them manually? That's not going to help the OP much...

There are plenty of 3rd-party PDF generation utilities which support
printing - iTextSharp doesn't...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 29 '08 #5
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:OP**************@TK2MSFTNGP06.phx.gbl...
"George" <no*****@comcast.netwrote in message
news:uP**************@TK2MSFTNGP02.phx.gbl...
>>Which, unless it has been updated since I last looked at it, doesn't
actually support printing.
>????
It generates PDF....

Yes it does, but that's not what the OP asked...
>What do you mean does not support printing?

By "support printing" I mean "contain the functionality to send a PDF to a
printer's print queue and kick off that print job automatically" - what on
earth did you think I meant...?
>Printing is Adobe's jobe once PDF is created...

LOL! So someone has to constantly monitor a folder for new PDF documents
and then print them manually? That's not going to help the OP much...

There are plenty of 3rd-party PDF generation utilities which support
printing - iTextSharp doesn't...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Have no idea what are you talking about... What printer's queue. What folder
to monitor.
The way i am using it: 1. generate PDF (stream) and 2. output it to
browser....
Then user looks at pretty report in PDF format, then prints it if he likes
it or saves it to his harddrive. And as i understood this is what guy
asked... how to generate PDF report and (may be i implied since it's ASP.NET
group) to show it on client side.

No folders to monitor. Since PDF never actually made into real file. It's
written into Response stream as it generates.
Also printing becomes customer's headache. May be he does not even have
printer and he wants to email it.

PS: printing PDF is easy use this command AcroRd32.exe /p /h "filename"
But it needs to be run on client and i do not see how to do it from ASP.NET

George


Oct 29 '08 #6
Printing is Adobe's jobe once PDF is created...
>
LOL! So someone has to constantly monitor a folder for new PDF documents and
then print them manually? That's not going to help the OP much...

There are plenty of 3rd-party PDF generation utilities which support
printing - iTextSharp doesn't...
Create the PDF, output to the browser. Adobe Reader comes up, opens
the PDF. User clicks PRINT.
Oct 29 '08 #7
On Oct 28, 12:54*pm, SpaceMarine <spacemar...@mailinator.comwrote:
hello,

i have an application that builds up a large "incident report" for a
law enforcement agency. In the end this is represented in a large
object containing many properties and collections related to the
incident.

we now need a way to produce a PDF for printing. what are common ways
to do this?

ive seen some organizations use DataDynamic's ActiveReports for this,
whereby they create an XSL report-pdf template and an XML doc for the
content, and mash the two.

...does anybody have any good recommendations for things that easy to
work with?
Have you tried the Microsoft ReportViewer control?

While I've only used it for repeating data, no reason that it can't be
a full form that fields are pulled from a db.

Oct 29 '08 #8

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

Similar topics

4
by: Jody Gelowitz | last post by:
I am having a problem with printing selected pages. Actually, the problem isn't with printing selected pages as it is more to do with having blank pages print for those pages that have not been...
0
by: Programatix | last post by:
Hi, I am working on the PrintDocument, PrintDialog, PageSetupDialog and PrintPreviewControl components of Visual Studio .NET 2003. My developement machine is running Windows XP. There are...
9
by: Jody Gelowitz | last post by:
I am trying to find the definition of "Safe Printing" and cannot find out exactly what this entitles. The reason is that I am trying to print contents from a single textbox to no avail using the...
4
by: Suzanka | last post by:
Hello, I have an application written in C# on visual studio .NET. It is a web aplication. The application consists of many different forms, that users occassionaly want to print out for filing....
4
by: Arif | last post by:
I C# code prints very slow as compared to a third party barcode printing software. That software prints approximately 10 labels in 2 seconds while my C# code prints 10 labels in 5 to 6 seconds. And...
6
by: Siv | last post by:
Hi, I am getting into printing with VB.NET 2005 and want to implement the usual capability that a user can select a selection of pages. I have a report that is generated by my application that if...
8
by: Neo Geshel | last post by:
Greetings. BACKGROUND: My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are delivered as application/xhtml+xml for all non-MS web clients, and as text/xml for all MS web...
0
by: nikhilgargi | last post by:
Requirement: I need to provide printing capability in a C# desktop application that I am developing The documents that need to be printed can be in Rich Text Format (RTF) or HTML. Custom...
18
by: Brett | last post by:
I have an ASP.NET page that displays work orders in a GridView. In that GridView is a checkbox column. When the user clicks a "Print" button, I create a report, using the .NET Framework printing...
0
it0ny
by: it0ny | last post by:
Hi guys, thanks I am fairly new to this forum so I hope I chose the right place to post this question. I try to make my program printout a deposit's report. I created a class to store the...
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: 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...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.