You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Adobe LiveCycle Developers
Is there any way that I can combine 2 xdp files in LC Designer? I
created around 20 xdp files long time ago and now I have to append few
pages to all those files I created.
Can I do this at run time? after the 1st pdf is created from xdp, I
append the 2nd one?
Thanks.
Duane Nickull
unread,
Sep 11, 2009, 1:04:16 PM9/11/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Adobe LiveCycle Developers
You can't concatenate two XFA PDFs. Each has it's own XFA model and
the two can't be combined.
Duane Nickull
unread,
Sep 14, 2009, 12:06:43 PM9/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Adobe LiveCycle Developers
Correct. You can concatenate two PDF’s though.
D
--
Niketa
unread,
Sep 14, 2009, 4:00:19 PM9/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Adobe LiveCycle Developers
Thanks Fred and Duane.
On Sep 14, 11:06 am, Duane Nickull <dnick...@adobe.com> wrote:
> Correct. You can concatenate two PDF's though.
>
> D
>
Duane Nickull
unread,
Sep 14, 2009, 4:04:59 PM9/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Adobe LiveCycle Developers
Welcome and good luck. There is also one more thing you can do. That is to use xPath statements to grab bits of data out of each source XDP and then aggregate it into a new XDP template. If you used a schema to design the two source XDP’s this should not be too hard but might take a bit of time. This can be done by writing a custom component. If you are not up for this, several of the great SI’s on this list like Ensemble, Avoka, Fourpoint etc. are probably able to help out.