Skip to main content
Participant
April 3, 2017
Question

Does ns.adobe.com Still Exist?

  • April 3, 2017
  • 1 reply
  • 6085 views

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

  <title>Untitled</title>

</head>

<body>

<cfxml variable="pdf_ddx">

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

     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

     xsi:schemaLocation="http://ns.adobe.com/DDX/1.0/ coldfusion_ddx.xsd">

  <PDF result="Out1">

  <PDF source="Doc1"/>

  <PDF source="Doc2"/>

  </PDF>

  </DDX>

</cfxml>

<cfif IsDDX("#pdf_ddx#")>

  Is DDX <br>

<cfelse>

  Is NOT DDX <br>

</cfif>

</body>

</html>

The result is "Is NOT DDX"

This topic has been closed for replies.

1 reply

Adobe Employee
April 6, 2017

Hi Mark,

Is this a Premiere Elements related issue?

Thanks,

Anubhav

Participant
April 6, 2017

Anubhav,

No its is a ColdFusion 9 cfdocument and cfpdf issue.

Legend
April 6, 2017

There is no ns.adobe.com web site.