You need to sign in to do that
Don't have an account?

Include a pdf static resource in a Visualforce page
Hi,
I need to include a pdf document in a visual force page, we have a number of page templates, all in pdf documents, I can upload these as a static resource but then how are they referenced in the visual force markup?
Including imges is easy by using <apex:image . . . but what is the markup for including a pdf?
Thanks is advance,
Mike
I need to include a pdf document in a visual force page, we have a number of page templates, all in pdf documents, I can upload these as a static resource but then how are they referenced in the visual force markup?
Including imges is easy by using <apex:image . . . but what is the markup for including a pdf?
Thanks is advance,
Mike
All Answers
use iframe tag and url from the static resource ..get url by clicking on view file of static resource or .. just put pdf's as documents and use url of that document