For Adobe Designer 6 you are right there is an pdf tag with the pdf blob
(base64 encoded)!
But when i design a form in Designer 7 the pdf tag is empty !!

 <agent name="designer">
      <!--  [0..n]  -->
      <destination>pdf</destination>
      <pdf>
         <!--  [0..n]  -->
         <fontInfo/>
      </pdf>
   </agent>
   <present>
      <!--  [0..n]  -->
      <destination>pdf</destination>
      <pdf>
         <!--  [0..n]  -->
         <fontInfo>
         </fontInfo>
      </pdf>
      <xdp>
         <packets>*</packets>
      </xdp>
   </present>

Is there a new specification for xdp in adobe designer 7 ?

Regards,

Wolfgang Mitterbucher 

-----Ursprüngliche Nachricht-----
Von: Leonard Rosenthol [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 21. Jänner 2005 17:56
An: Mitterbucher Wolfgang; itext-questions@lists.sourceforge.net
Betreff: Re: [iText-questions] RE: itext and xfa/xdp forms

At 11:58 AM 1/21/2005, Wolfgang Mitterbucher wrote:
>what must i do to convert a xdp (out of an Designer 7) to a pdf in iText?

         You must parse the XML and find the <pdf> object (encoded as
Base64) and extract it.  It's a real PDF that you can then use with iText.


>Are there special xdp functions in iText so that i can retrieve
>objects like DataConnection, or must this be done via sax..?

         iText has no support for XDP.

         Just use standard XML classes/libraries.


Leonard

---------------------------------------------------------------------------
Leonard Rosenthol                            <mailto:[EMAIL PROTECTED]>
Chief Technical Officer                      <http://www.pdfsages.com>
PDF Sages, Inc.                              215-938-7080 (voice)
                                              215-938-0880 (fax)


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to