How can i use pdf files in my website? i am a beginner web designer ,help me please?
Nebrom
2006-10-09 13:24:09 UTC
I want to use pdf file in my website so as to describe performance report.
i am beginner for pdf ,so how can i use it?
Three answers:
Ken G
2006-10-09 13:26:44 UTC
What do you not understand about .pdf files?
Let's start this way... What do you THINK .pdf files are for?
Kyle D
2006-10-09 13:45:08 UTC
While dynamically generated pdf's is possible with PHP/coldfusion/Ruby on Rails/Apache FOP, etc, it is usually a bit complex to set up. I have used Apache FOP to convert HTML pages to custom formatted PDF's, and it works well. If you are comfortable with PHP, you can use the PDFlib library.
I don't know exactly what solution you are looking for, and explaining everything would be far too complex. I would check out the FOP documentation at Apache.org, and the PDFlib documentation at php.net. If you don't have a real reason for the performance report pdf's, it might be more trouble than it's worth. If possible, I would stick to a pure web based system.
Each page at apache.org uses their own Apache FOP system. On each page, there should be a little pdf icon. Click the pdf icon for an example of what FOP can do.
J
2006-10-09 13:44:48 UTC
.pdf files are read with a special program called a pdf reader. One example of this is Adobe acrobat. PDF files are platform independent - Meaning they can be opened on any operating system that has an appropriate reader installed.
If you want to create a website you need to use HTML.
PDF files are what people download to look at on their own computer. To create a PDF file you must get a special program to create PDF files.
J
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.