PDF embedding by specifying pages

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: Page 1, Page 2, Page 3, and Page 4.

src="..." Effect Result (using <img>)
embedded.pdf First page only First page only
embedded.pdf#page=2 Specific page Page 2
embedded.pdf#page=2-3 Page range Pages 2–3
embedded.pdf#page=2- From page until end Pages from 2 to end
embedded.pdf#page=1- All pages All pages