I would like to know how to store files in the pdf format.
I would like to create educational documents for kids, that can be read using acrobat.
Does anyone know how I can do this. Are there any free downloads for achieving this stated aim?
yomyom.
Well, this isn't really a Delphi question, but here goes:
PDF files are created using Adobe Acrobat (full product, not just Reader). When you install this, it creates a printer driver that generates PDF's when you print things from other applications, such as your custom Delphi applications, Word, IE, etc. To create the PDF, you simply print your document to the Adobe printer driver.
Acrobat reads the output stream, prepares the PDF file, prompts you for the filename, and then saves everything accordingly. It's pretty slick, really.
Acrobat also has an extensive SDK, so it's pretty easily to automate using Delphi and other programming languages (Details:
You can use the activeX control of Acrobat to read pdf-files. Next create pdf files, the add-ons exist, but they are not free, neither the Acrobat PDF writer is free.
1. If you want to create pdf with Delphi there is a free component called PowerPDF. There is no warranty with the use of this component. I have tried it and thought it was easy to use, but it can make any heavy pdf documents.
2.Rave components in Delphi 7.0 can read and create pdf.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.