Topic Options
#33688 - 10/25/10 11:27 PM PPML version
hirot Offline
OL Newbie

Registered: 06/12/09
Posts: 23
Loc: Japan
Hi, What version of PPML using and support in PSM V6.x and V7 ?

regards,

Top
#33692 - 10/26/10 09:08 AM Re: PPML version [Re: hirot]
Claude D
Unregistered


Hi:

Both versions produce v1.5 PPML files. You can vrify this by printing to file and opening the print file with a text editor

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE PPML PUBLIC "-//PODi//DTD PPML 1.5//EN" "http://www.podi.org/ppml/ppml102.dtd">
<PPML>
<PAGE_DESIGN TrimBox="0 0 612 792" />
<PRIVATE_INFO Creator="PrintShop Mail" Identifier="ReportData">
&lt;PRODUCER Version="Version 7.0.4 (construire 84)" /&gt;
&lt;SETTINGS Embed="Yes" Zip="Yes" Split="0" /&gt;
&lt;CREATED Date="20 octobre 2010" Time="17:01:05" /&gt;
&lt;PRINTER Name="OKI C9400" PPD="ok9400u1.ppd" /&gt;
&lt;SYSTEM Version="Microsoft Windows XP Professional Service Pack 3 (build 2600)" Memory="2048 MB" /&gt;
&lt;CREDITS Info="Unlimited" /&gt;
</PRIVATE_INFO>...

Top