user530482
user530482

Reputation: 1

How do I display PDF files with Drupal

I am new to Drupal.

Which module do I use to display forms saved as PDF files so that they look like this:

http://www.cra-arc.gc.ca/E/pbg/tf/t3ret/t3ret-10e.pdf

Upvotes: 0

Views: 3790

Answers (2)

Antonio Torres
Antonio Torres

Reputation: 446

Well, you'd have to format the form in that fashion, however, this might be a good start for you.

http://drupal.org/project/print

Upvotes: 1

Tristan
Tristan

Reputation: 916

Can't you just link the pdf and let the browser plugin handle them. The appearance of the PDF shouldn't have anything to do with what you are using to deliver it.

Upvotes: 1

Related Questions