Fop fans,

I have the impression that when using e.g. the -noprint fop command line
option while pdf rendering an fo that referers to a pdf as external-graphic,
the pdf is either not included or not included correctly. 

E.g. this fo document reproduces the problem

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
  <fo:layout-master-set>
      <fo:simple-page-master master-name="pm" page-height="25cm"
page-width="20cm">
        <fo:region-body/>
      </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="pm">
      <fo:flow flow-name="xsl-region-body">
        <fo:block-container absolute-position="fixed" >
          <fo:block >
            <fo:external-graphic
src="url(http://xmlgraphics.apache.org/fop/0.95/pdfencryption.pdf#1)"
content-height="scale-to-fit" content-width="scale-to-fit"/>
          </fo:block>
        </fo:block-container>
    </fo:flow>
  </fo:page-sequence>
</fo:root>


Thanks

Peter
-- 
View this message in context: 
http://www.nabble.com/PDF-Image-extension-and-encryption-don%27t-go-together--tp20855649p20855649.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to