Hi Roland;
A great question ... and, I had to ask Engineering about this too in my beta testing!
1) Seems like the DWO always displays the the fact that it is working in XML mode in the DW Painter - no matter what you set it to in the Export Data tab page previously. It seems that this was the standard behaviour in PB 12.6 as well (weird or what) and thus carries on in PB 2017 IDE, as follows:
For an XLSFO based DWO Source, the DWO source would have the following setting::
export.pdf(method=1 distill.custompostscript="0" xslfop.print="0" nativepdf.customsize=0 nativepdf.customorientation=0 )
2) However, if the DWO was changed for the PDF setting & saved in the PBL as a "Distil!" option (aka GhostScript), the DWO source would reflect as follows:
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" nativepdf.customsize=0 nativepdf.customorientation=0 )
3) Now, when you set the DWO to render PDF's using the new Internal! option, ,the DWO source will change as follows:
export.pdf(method=2 distill.custompostscript="0" xslfop.print="0" nativepdf.customsize=0 nativepdf.customorientation=0 )
HTH
Regards ... Chris
I am not clear - what is the default? Say I create a new DW and not set export params. Now if I call SaveAS PDF, will it default to Internal or Distill?
And to add to Roland's question what would migrated DWs be defaulted to? If I migrate my app from PB 12.5, would I have to set export params for all my DWs to Internal or will it be assumed as default?