In: Computer Science
In three complete and well composed paragraphs, describe PDF files and HTML. Explain the difference between presenting information in both formats. In what instances would a PDF file be preferable? In what instances would HTML be a preferred format?
`Hey,
Note: Brother if you have any queries related the answer please do comment. I would be very happy to resolve all your queries.
PDF, Adobe Acrobat's Portable Document Format, retains the exact appearance of a document, no matter what platform (PC, Mac, Unix) is used to view or print it.
HTML is the language of the Web. HTML documents are thus designed for on-screen viewing and interactivity. They are intended to be accessed via computer whenever needed rather than to be printed to simulate a traditional reprint. Making HTML versions of traditionally printed articles is more expensive than making PDF versions and managing the files that are involved is more complex.
The strength of PDF files shines when you want to send forms or any other files that needs to be printed out. Forms that needs to be filled up and submitted would print properly without missing elements. HTML files do not have page demarcations and it is up to the user to properly format the HTML output so that all the data is visible while PDF files clearly define each page so that there is no confusion.
Kindly revert for any queries
Thanks.