印刷のプレビューでダイアログを使うと表示しない場合があります。
<dialog from="1" to="3" copy="5" sort="false"/>
これを修正
<dialog from="1" to="3" copy="5" sort="false"></dialog>
このように修正すると大丈夫です。プリンターの機種指定もできます。パソコンにインストール済みのプリンターで例えばTOSHIBAの名前のプリンター選択なら
<?xml version="1.0" encoding="UTF-8" ?>
<pxd paper-type="A4" orientation="portrait" tray_number="3" title="納品書" name="Pxd" >
<printerFilter>
<enable printer="*TOSHIBA*" driver="*" port="*" default="true"/>
</printerFilter>
上記の例では「tray_number」も指定しています。印刷するプリンターとトレイ番号の指定はこのようにします。