PDF Printer

m7j4p7

Well-known member
Joined
Nov 16, 2003
Messages
54
Hi,

I want to create a PDF printer in VB and I dont really know where to start. Is it possible. If so, can you give me any starting ideas?

Thanks
 
Do you want to write pdfs from scratch or would using acrobat pdf printer be what your looking for?

PB
 
PhilBayley said:
Do you want to write pdfs from scratch or would using acrobat pdf printer be what your looking for?

PB

I would like to create pdfs from scratch i.e. it is just like a pdf printer, but one which I have written.
 
I do know a little about this as I create postscript files for a living, often converting these to pdf and i looked at writing these direct to pdf al little while ago. I believe that you have two options. Use a third party component to create your pdfs or read the pdf manual, which is a long process.

here is the link to the manual if you want it

http://partners.adobe.com/asn/tech/pdf/specifications.jsp

I can help you start writing postscript which is similar but very easy compared to going the whole distance.

PB
 
Thanks, Phil.

What are the main differences between postscript and proper PDF files?
 
m7j4p7 said:
Thanks, Phil.

What are the main differences between postscript and proper PDF files?

PDF uses compression - which is not necessary but is why the files are a lot smaller. Also you can write functions within postscript whereas pdf you cant (i think).

Its easy to write postscript and create pdfs from it using acrobat distiller and as I work with large laser printers that take postscript as a print file then its an easy to print and archive using the two formats.

What are you creating pdfs for? Is it just for easy viewing of your own documents?
 
I want the pdf printer to automatically insert company logos etc. without the user having to put them in.
 
I think if I was set on the idea of creating pdfs then I would go with a third party component to create your document direct.

There are alternatives which may suit you, like creating your documents using crystal or GDI and printing to the acrobat pdf printer.

Either way you have to use a third party or try and work through the pdf manual. I did read that adobe will supply you with components to create pdfs but you will have to sign up to their license agreement and it could cost you more than just buying acrobat.

Best of luck though.
 
Back
Top