Adobe LiveCycle Designer将IFD转换为XDP前导码转换

时间:2014-12-12 23:02:13

标签: pdf livecycle livecycle-designer

我正在尝试在Adobe LiveCycle ES4版本11.0.0.2013030303.1.892433中将IFD转换为XDP。在LCD中打开时,我所转换的某些表格没有任何问题。但是,其他表单将在日志中生成以下错误:

Msg#:101   Preamble Warning: Not all custom preamble information has been converted. 7 entries have been dropped (*).

Msg#:101   Preamble -     ^comment ************************************************************************************

Msg#:101   Preamble -     ^comment * NOTE. Because the custom properties JFPREAMBLE_n

Msg#:101   Preamble -     ^comment *             will be overwritten when you compile you should

Msg#:101   Preamble -     ^comment *             apply your preamble overrides to the JFPREAMBLE

Msg#:101   Preamble -     ^comment *             custom property following the reference to the

Msg#:101   Preamble -     ^comment *             ^FILE DOCVAR:JFPREAMBLE_1 DICTIONARY  below.

Msg#:101   Preamble -     ^comment ************************************************************************************

Msg#:101   Preamble -     ^FILE DOCVAR:JFPREAMBLE_1 DICTIONARY

Msg#:101   Preamble -     ^comment *    Preamble overrides...

Msg#:101   Preamble * ^define group:D_NVRA_PAGE_1!OnBOF   @group:SWITCHPAGE.\field$POSITION.  

Msg#:101   Preamble * ^define group:D_NVRA_PAGE_2!OnBOF   @group:SWITCHPAGE.\field$POSITION.  

Msg#:101   Preamble * ^define group:D_NVRA_PAGE_3!OnBOF   @group:SWITCHPAGE.\field$POSITION.  

Msg#:101   Preamble * ^define group:D_NVRA_PAGE_4!OnBOF   @group:SWITCHPAGE.\field$POSITION.  

Msg#:101   Preamble * ^define group:D_NVRA_PAGE_5!OnBOF   @group:SWITCHPAGE.\field$POSITION.  

Msg#:101   Preamble * ^define group:D_NVRA_PAGE_6!OnBOF   @group:SWITCHPAGE.\field$POSITION.

Msg#:101   Preamble * ^define group:JFEndData!EndData        @(If(@(Mod (@$Page.,2))==1,"@group:SWITCHPAGE.","")).

Msg#:101   Preamble Conversion from IFD to XDP is complete.

当我去"预览PDF时,"表单只显示一个空白页面。我对PDF和LC一般都很陌生,所以我不知道从哪里开始解决这个问题。如果这是一个重复的帖子,我道歉。任何帮助/指针将不胜感激!

*编辑:语法

1 个答案:

答案 0 :(得分:1)

通常,LiveCycle Designer无法转换自定义前导码,但可以转换从输出设计器生成的标准前导码。您提供的消息文本看起来像标准前导码已经增加了一些额外的自定义命令。

警告表明某些自定义前导命令需要手动转换为等效的LiveCycle代码。

Central Migration Guide来协助完成此任务,但它确实假定输出设计器和LiveCycle Designer知识的某个级别。