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

Printing PDF

Hello.

I've searched the web to find a 'easy' way to output a PDF to a printer
(probably non-Postscript 3). However I have had no success.

I'm using reporting services to generate a three dimential byte array
to represent the PDF documents, then I want to output the documents to
the printer (depending on the document the printer trays may differ or
duplex may be on/off).

The documents are then archived to a database.

I don't really want reporting services to output the documents to the
printer, as I need to ensure that all the documents are output
successfully before printing.

Any info would be welcome. I'd like to steer away from commercial
objects due to cost.

Many thanks

Mat

Apr 4 '06 #1
3 6618
Mat,

You are going to need some sort of component that will be able to handle
the printing of the PDF stream. You need something that will be able to
interpret the format of the PDF and then draw the contents to the device
context of the printer. Unfortunately, I don't know of any free components
that do this. You will have to search for one that is free.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

<ma*******@ntlworld.com> wrote in message
news:11**********************@i40g2000cwc.googlegr oups.com...
Hello.

I've searched the web to find a 'easy' way to output a PDF to a printer
(probably non-Postscript 3). However I have had no success.

I'm using reporting services to generate a three dimential byte array
to represent the PDF documents, then I want to output the documents to
the printer (depending on the document the printer trays may differ or
duplex may be on/off).

The documents are then archived to a database.

I don't really want reporting services to output the documents to the
printer, as I need to ensure that all the documents are output
successfully before printing.

Any info would be welcome. I'd like to steer away from commercial
objects due to cost.

Many thanks

Mat

Apr 4 '06 #2
as far as i know there is no free component that can do that. there is
iText.net but it can only write PDF's *not* read them.

ma*******@ntlworld.com wrote:
Hello.

I've searched the web to find a 'easy' way to output a PDF to a printer
(probably non-Postscript 3). However I have had no success.

I'm using reporting services to generate a three dimential byte array
to represent the PDF documents, then I want to output the documents to
the printer (depending on the document the printer trays may differ or
duplex may be on/off).

The documents are then archived to a database.

I don't really want reporting services to output the documents to the
printer, as I need to ensure that all the documents are output
successfully before printing.

Any info would be welcome. I'd like to steer away from commercial
objects due to cost.

Many thanks

Mat

Apr 5 '06 #3
ma*******@ntlworld.com wrote:
I'm using reporting services to generate a three dimential byte array
to represent the PDF documents, then I want to output the documents to
the printer (depending on the document the printer trays may differ or
duplex may be on/off).


I don't understand.

(1) There already exists a free piece of software to send PDFs to the
printer. It's "Acrobat Reader". If you ShellExecute your pdf document
with the "print" verb, it will send it to the printer. Or maybe you
can use the "printto" verb which is what the shell uses when
dragging-and-dropping a file onto a printer? (in the worst cast
scenario, probably you could create several different "printers" all
of which point to the same actual physical printer, but which have
different papertray/duplex default options).

http://msdn.microsoft.com/library/de...s/fa_verbs.asp
(2) How can a 3d byte array represent a PDF document? A PDF document
is a 1-dimensional byte array that represents the PDF file format.

(3) Maybe you mean that you have a 3d byte array representing some
graphics bitmap that you want to print? In which case it seems that
the question is unrelated to PDFs entirely.

--
Lucian
Apr 5 '06 #4

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: 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
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
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,...
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...
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.