Antenna House Formatter can use the HTML <img>
tag to embed a PDF like an image. By default, the first page of the PDF is embedded, but you can also embed a specified page. Use the format of #page=<FirstPage>-<LastPage>
in the src
attribute to embed a specific page, consecutive pages, or a page range specified. For more details, see PDF Embedding in the Manual.
The following table uses these pages from a four-page PDF file:
,
,
, and
.
src="..." | Effect | Result (using <img>) |
---|---|---|
embedded.pdf |
First page only | |
embedded.pdf#page=2 |
Specific page | |
embedded.pdf#page=2-3 |
Page range | |
embedded.pdf#page=2- |
From page until end | |
embedded.pdf#page=1- |
All pages |