Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Ashok Ramkumar / Ashok Ramkumar ()
Created: 09/09/2017
Components: Document Management, PDF generation
Versions: 11.0
Failure Type: Others
Found In Build/Fixed In Build: 11 /
Priority/Frequency: Normal /
Locale/System: / Win 2012 Server x64
Vote Count: 0
Problem Description:
PROCESSDDX unable to read PDFs due to unavailability of ns.adobe.com
Steps to Reproduce:
<!---<cfsavecontent variable="ddx"><?xml version="1.0" encoding="UTF-8"?><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"><DocumentText result="Out1"><PDF source="Doc1"/></DocumentText></DDX></cfsavecontent>
<cfset ddxfile = ExpandPath("documentText.ddx")>
<cffile action="read" variable="ddx" file="#ddxfile#"/>
<!--- Set my parameters --->
<cfset inputStruct = structnew() >
<cfset outputStruct = structnew() >
<cfset inputStruct = {Doc1="#arguments.pdfpath#"}>
<cfset outputStruct = {Out1="#tempxml#"}>
<!--- Process --->
<cfpdf action="processddx" ddxfile="#ddx#" inputfiles="#inputStruct#" outputfiles="#outputStruct#" name="ddxVar">
Actual Result:
ERROR The DDX specified is not valid. Check for invalid construct or restricted keywords. Detail: cvc-elt.1: Cannot find the declaration of element 'DDX'..
Expected Result:
Reads PDF TEXT
Any Workarounds:
Not available
Attachments:
- September 09, 2017 00:00:00: b2.jpg
- September 10, 2017 00:00:00: b1.jpg
- September 12, 2017 00:00:00: ddx.ddx
- September 12, 2017 00:00:00: Error Encountered ttrack project summary cfm.msg
- September 13, 2017 00:00:00: 4199633.zip
Comments: