Render a PDF document inside Visualforce page which renderAs PDF

pdfvisualforce

I've a requirement to create a Visualforce page renderAs PDF.
This page has one section in which I want to render information which is stored in the another document, this document could be Attachment or Document record.

Is there any way to render a complete document inside a Visualforce page which is already a PDF?

Best Answer

No, there is not. You can only render HTML and images. You would need to store your other document as HTML if you want to render it in the PDF.

Related Topic