私は16進数で画像を追加する必要がある.jspを持っていますが、変換後に認識されるために画像が最初に必要な形式がわからないということです。
これはコードです:
<image name="B_1">
<geometryInfo x="0.50000" y="0.00000" width="1.43750" height="0.68750"/>
<advancedLayout printObjectOnPage="allPage"
basePrintingOn="anchoringObject"/>
<visualSettings fillPattern="transparent" fillBackgroundColor="black"
linePattern="transparent" lineBackgroundColor="black"/>
<points>
<point x="0.00000" y="0.00000"/>
<point x="1.43750" y="0.68750"/>
<point x="0.50000" y="0.00000"/>
<point x="1.43750" y="0.68750"/>
</points>
<binaryData encoding="hexidecimal" dataId="image.B_1">
here goes the encoded image (which format should it be?... .tif, .bmp, .jsp, .gif?
</binaryData>
</image>
何でも役に立ちます!
ありがとう!