문제

I have several XDP files (made with Adobe LiveCycle Designer). All of these XDP files have several textfields, and what I would like is to export each XDP file to an XML file that only contains the textfields in the XDP.

The reason is that when working on the backend and mapping up values to the textfields in the XDP, it would be a lot easier to just look at an XML with the available textfields than to switch back and forth between Eclipse and Adobe LC Designer.

Is it possible to do this from within Adobe LC Designer or Adobe Acrobat?

도움이 되었습니까?

해결책

I'm not sure your going about this the right way. I would open the xdp in (say) Ultraedit and use Find... (regular expression sorting out lines containing "

Anyway, here's your answer:

  1. Open the xdp in LiveCycle Designer.
  2. Make sure all objects are locked except fields (Edit->Lock...)
  3. Select everything (by drawing a rect using the mouse, ctrl-a won't do the trick!)
  4. ctrl-c
  5. Start a new document in your favourite text editor.
  6. ctrl-v.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top