我正在使用IDML文档进行编码,我正在寻找有关IDML HTMLItem的更多信息。我有IDML规范的版本7和版本8,并且没有找到任何信息,然后在版本8的“新元素”中提及一点,
HtmlItem元素已作为子元素添加到 元素,元素(参见第91页的“图形”), 元素,元素和元素。这个 element是嵌入的HTML项目。
是否有人发现此特定对象或其属性的详细信息? 具体来说,有一个名为“Poster”的属性看起来像缩略图数据。这是我的例子:
<HtmlItem Self="udc" HtmlContent="This <i>is an</i> <b>HTML snippet </b><b><i>DUDE</i></b>." FixedDimensions="true" RelativeSubPath="This <i>is an</i> <b>HTML snippet </b><b><i>DUDE</i></b>." ParentInterfaceChangeCount="" TargetInterfaceChangeCount="" LastUpdatedInterfaceChangeCount="" OverriddenPageItemProps="" HorizontalLayoutConstraints="FlexibleDimension FixedDimension FlexibleDimension" VerticalLayoutConstraints="FlexibleDimension FixedDimension FlexibleDimension" LocalDisplaySetting="Default" AppliedObjectStyle="n" Visible="true" Name="$ID/" ItemTransform="1 0 0 1 -50 -50">
<Properties>
<Poster><![CDATA[iVBORw0KGgoAAAANSUhEUgAAAMgAAAAmCAYAAACBFtRsAAAFtklEQVR42u1cPY7yP...==]]></Poster>
<PathBoundingBox Left="0" Top="0" Right="200" Bottom="38" />
<GraphicBounds Left="0" Top="0" Right="200" Bottom="38" />
</Properties>
<TextWrapPreference Inverse="false" ApplyToMasterPageOnly="false" TextWrapSide="BothSides" TextWrapMode="None">
<Properties>
<TextWrapOffset Top="0" Left="0" Bottom="0" Right="0" />
</Properties>
</TextWrapPreference>
</HtmlItem>
我删除了Poster标签的全部值,但我已将其粘贴到http://pastebin.com/s5ZfFfyW的bin中。 这是base64编码的图像数据吗?
InDesign文档 - http://www.adobe.com/devnet/indesign/documentation.html#idml
答案 0 :(得分:0)
目前没有其他文档。在测试中,它看起来像poster属性包含Base-64编码数据。