1 Reply Latest reply: Aug 27, 2014 9:04 PM by WASIL RSS

    Inline PDF in DDX

    ornorn Community Member

      I need to send PDF Base64 encoded inline with the DDX that I'm sending to Assembler.  Any idea how to accomplish that ?

       

      I have tried the following, but I get the following error

        The input BLOB object should have attachmentID, remoteURL, or binaryData field specified.

       

       

      <DDX xmlns="http://ns.adobe.com/DDX/1.0/">

          <PDF result="File:///\\share\readonly_2.pdf" encryption="limit">

              <PDF>

                  <ser:binaryData>

                      PENvcnJlc3BvbmRhbmNlPg0KCTxEb2N1bWVudFBhcmFtcz4NCgkJPExhbmd1YWdlPjE8L0xhbmd1YWdlPg0KCQk8Q 2FzZU5vPjc4LzM0MDQyMzY8L0Nhc2V

                      snip...

                  </ser:binaryData>

              </PDF>

          </PDF>

          <PasswordEncryptionProfile name="limit" compatibilityLevel="Acrobat5">

              <Permissions copy="No" edit="No" print="No" screenReading="No">

                  <MasterPassword>mySecret</MasterPassword>

              </Permissions>

          </PasswordEncryptionProfile>

      </DDX>