XSL Formatter Q&A
XSLT/XSL-FO/MathML TechnicsExtensions |
|
| Q. | Can I embed the PDF file in the other PDF file? [No.2005022501] |
|---|---|
| A. |
Yes, you can embed your PDF file similarly to the treatment of the graphics as follows. The example means embedding the third page of the xxx.pdf file. <fo:external-graphic src="xxx.pdf#page=3"/> Please see the "PDF Output" section in the Online Manual in detail. |