Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Does ns.adobe.com Still Exist?

New Here ,
Apr 03, 2017 Apr 03, 2017

<!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"

5.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 06, 2017 Apr 06, 2017

Hi Mark,

Is this a Premiere Elements related issue?

Thanks,

Anubhav

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 06, 2017 Apr 06, 2017

Anubhav,

No its is a ColdFusion 9 cfdocument and cfpdf issue.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 06, 2017 Apr 06, 2017
LATEST

There is no ns.adobe.com web site.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines