Science, Tech, Math › Computer Science Use Adobe Acrobat (PDF) Files in a Delphi Application Share Flipboard Email Print Computer Science Delphi Programming Delphi Tutorials Advanced PHP Programming Perl Python Java Programming Javascript Programming C & C++ Programming Ruby Programming Visual Basic View More By Zarko Gajic Zarko Gajic Twitter Computer Science Expert MSCS, Computer Science, University of Osijek Zarko Gajic is experienced in SQL and has working knowledge of DB systems such as MS SQL Server, Firebird, Interbase, and Oracle. He is also proficient in XML, DHTML, and JavaScript. Learn about our Editorial Process Updated on September 29, 2017 Delphi supports the display of Adobe PDF files from within an application. As long as you've got Adobe Reader installed, your PC will automatically have the relevant ActiveX control you'll need to create a component you can drop into a Delphi form. Difficulty: Easy Time Required: 5 minutes Here's How: Start Delphi and select Component | Import ActiveX Control...Look for the "Acrobat Control for ActiveX (Version x.x)" control and click Install.Select the Component palette location into which the selected library will appear. Click Install.Select a package where the new component must be installed or create a new package for the new TPdf control.Click OK.Delphi will ask you whether you want to rebuild the modified/new package. Click Yes.After the package is compiled, Delphi will show you a message saying that the new TPdf component was registered and already available as part of the VCL.Close the package detail window, allowing Delphi to save the changes to it.The component is now available in the ActiveX tab (if you didn't change this setting in step 4).Drop the TPdf component onto a form and then select it.Using the object inspector, set the src property to the name of an existing PDF file on your system. Now all you have to do is resize the component and read the PDF file from your Delphi application. Tips: The Adobe ActiveX control installs automatically when you install Adobe Reader. Step 11 can be completed during runtime, so you can open and close files programmatically as well as resize the control. Cite this Article Format mla apa chicago Your Citation Gajic, Zarko. "Use Adobe Acrobat (PDF) Files in a Delphi Application." ThoughtCo, Jan. 29, 2020, thoughtco.com/adobe-acrobat-pdf-files-delphi-applications-1056893. Gajic, Zarko. (2020, January 29). Use Adobe Acrobat (PDF) Files in a Delphi Application. Retrieved from https://www.thoughtco.com/adobe-acrobat-pdf-files-delphi-applications-1056893 Gajic, Zarko. "Use Adobe Acrobat (PDF) Files in a Delphi Application." ThoughtCo. https://www.thoughtco.com/adobe-acrobat-pdf-files-delphi-applications-1056893 (accessed March 26, 2023). copy citation Featured Video