|
|
printing a pdf file from vb.net
how can i print a subset of the pages of a pdf file,
i.e. to print from page x to page y?
i tried to use pdf.ocx but it doesn't work.
any suggestions?
|
|
0
|
|
|
|
Reply
|
liork555
|
1/23/2005 8:48:23 PM |
|
liork wrote:
> how can i print a subset of the pages of a pdf file,
> i.e. to print from page x to page y?
>
> i tried to use pdf.ocx but it doesn't work.
You can try one of the following two libraries to generate a new PDF
that just contains the pages you want.
DirectPDF - COM component (free, but not open source)
http://directpdf.free.fr
iText.NET
http://www.ujihara.jp/iTextdotNET/en/
I am not a programmer, but I guess they kind of work with VB.net. I
guess, they won't allow to render and print a PDF (you still have to use
pdf.ocx) but they can created new PDF files from existing ones with
selected page ranges.
Ralf
|
|
0
|
|
|
|
Reply
|
Ralf
|
1/23/2005 11:53:03 PM
|
|
Versions of Adobe Reader earlier than version 7 didn't support the use
of pdf.ocx. However, with the release of version 7, it is now
supported.
Additionally you could look at XpdfPrint.
- Chris.
___________________________________
Chris Dahl - Chief Technology Officer
ARTS PDF Global Services
chris.dahl@artspdf.com
http://www.artspdf.com/globalservices
Official PDFlib Global Integrators
|
|
0
|
|
|
|
Reply
|
chris
|
1/24/2005 10:16:53 AM
|
|
chris.dahl@gmail.com wrote:
>Versions of Adobe Reader earlier than version 7 didn't support the use
>of pdf.ocx. However, with the release of version 7, it is now
>supported.
In a sense, yes, though I believe it is no longer called pdf.ocx.
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
1/24/2005 11:03:51 AM
|
|
|
3 Replies
608 Views
(page loaded in 0.054 seconds)
Similiar Articles: printing a pdf file from vb.net - comp.text.pdfhow can i print a subset of the pages of a pdf file, i.e. to print from page x to page y? i tried to use pdf.ocx but it doesn't work. any suggestion... PDF print from VB - comp.text.pdfHow to Print a PDF Using VB Net | eHow.com When you try to print PDF files in Visual Basic (VB) NET, the printing itself does not make it difficult. Silent printing with Adobe Reader 6.0 from VB - comp.text.pdf ...Hi, I'm using the DDE LinkExecute method to try and silently print a bunch of PDF files. I use ShellExecute to open the PDF in Reader 6.0 because not... print a pdf file from within a MS Access report - comp.text.pdf ...Hi. I have a need to create a PDF file from within an MS Access report (within the Access VB code). I am trying to use the Adobe6 Professional tools... create pdf programmatically in vb - comp.text.pdfI simply want to automate the process of creating a pdf file. I want to print an excel sheet to pdf, like I normally would do on paper. But when I t... Silent Print of PDF - comp.text.pdfIs there a way to silent print a pdf file from VB or C# .NET? I need to be able to pass it the name of the printer. Sample code would be great! Tha... disable Save and Print programmatically - comp.text.pdf... to combine PDFs >together in VB.Net. I just can't find info on how to disable the Save and >Print options on a PDF. You disable printing with document security (File ... Send PDF document to Printer In VB6 - comp.text.pdfAcrobat 6 and Reader PDF file association - comp ... Visual Basic) The math functions in Visual Basic ... MakeTransparent ReaderhWnd, 0 ... vb.net - Printing to a pdf ... How print pdf file without Acrobat Reader ? - comp.text.pdf ...Print a PDF to a printer without Acrobat Reader: C#, VB, ..NET How can ... ... text.pdf how to save or print a filemaker Pro 6.0 job as ... Acrobat 6 and Reader PDF file ... programmatically print PDF and specify printer, page size, and ...COMPGROUPS.NET ... count . comp.text.pdf ... pdf file programmatically - comp ... Portable Document Format ... ... PDF print from VB - comp.text.pdf... print PDF ... How to Print PDF From VB.NET | eHow.comIf you try to open a PDF file with VB.NET, you will get a hard-to-decipher error message. You might think the problem is the file, but it is in fact the program ... How to Print a PDF Using VB Net | eHow.comWhen you try to print PDF files in Visual Basic (VB) NET, the printing itself does not make it difficult. The problem lies in reading the PDF in the first place. VB ... 7/21/2012 8:56:33 PM
|
|
|
|
|
|
|
|
|