You'll need to use a mix of xfaForm and DocumentForm variable for the
different user steps. If you use a xfaForm variable you can only submit
the data back. That works when you don't need the PDF.If you need to use
Reader Extension or Rights Management, you will need to recreate a PDF
from that data that you can pass to the next user step. You can put that
PDF in a DocumentForm variable and the user will get it. You would need
to use the Form service to create the PDF.If you need to get back to ...