barcode2d-qrサンプル1
barcode2d-qrサンプル1(『<biz-Stream_home>/sample/xml/barcode2d-QR/barcode2dQRSample1.xml
』)
<?xml version="1.0" encoding="UTF-8"?> <!-- XML file created by biz-Stream Designer --> <!-- biz-Stream Copyright BrainSellers.com Corp. --> <Layout Width="100mm" Height="120mm" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:bs="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" xmlns:pdf="http://www.brainsellers.com/schema" version="5.0.0"> <!-- 枠線(青色) --> <Square Width="90" Height="105" X="5.644" Y="7.111" LineColor="0,0,255" LineWidth="0.5" FillColor="204,204,204" LineStyle="Solid"/> <!-- レベルM --> <barcode2d-qr name="qrcode1" x="30" y="80" size="27" version="1" level="M" binary="false">abcdefghijklmn</barcode2d-qr> <!-- バージョン1 --> <barcode2d-qr name="qrcode2" x="30" y="45" size="27" version="1" level="L" binary="false">abcdefghijklmnopq</barcode2d-qr> <!-- バージョン3 --> <barcode2d-qr name="qrcode3" x="30" y="10" size="27" version="3" level="L" binary="false">abcdefghijklmnopqrstuvwxyz</barcode2d-qr> </Layout>
<!-- レベルM -->
<barcode2d-qr name="qrcode1" x="30" y="80" size="27" version="1" level="M" binary="false">abcdefghijklmn</barcode2d-qr>
<!-- バージョン1 -->
<barcode2d-qr name="qrcode2" x="30" y="45" size="27" version="1" level="L" binary="false">abcdefghijklmnopq</barcode2d-qr>
<!-- バージョン3 -->
<barcode2d-qr name="qrcode3" x="30" y="10" size="27" version="3" level="L" binary="false">abcdefghijklmnopqrstuvwxyz</barcode2d-qr>
生成されるPDF(『<biz-Stream_home>/sample/xml/barcode2d-QR/barcode2dQRSample1.pdf
』)

子要素で指定された数値がQRコードとして生成されます。
- ①level="M" version="1"
- ②level="L" version="1"
- ③level="L" version="3"