Primefaces のデータ エクスポーターを使用してエディター データを pdf にエクスポートすることは可能ですか。
次のコードで試しましたが、うまくいきませんでした。
<p:editor value="#{mailBean.mail}" id="editor">
</p:editor>
<p:commandLink>
<p:graphicImage value="/images/pdf.gif" />
<p:dataExporter type="pdf" target="editor" fileName="files" pageOnly="true"/>
</p:commandLink>