Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): marc esher / marc esher (marcesher)
Created: 12/31/2009
Components: Document Management, PDF manipulation
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Problem:
the PDF() getInfo function does not return anything
Method:
I do not know where the official documentation is for the PDF() functions (that's another problem), so I'm basing my usage of the new PDF() service on the "action" attributes available for the CFPDF tag.I used pdf.extractText() successfully. Consequently, I figured that the "action" names in CFPDF correspond directly to function names in PDF(). So I tried using pdf.getInfo(), and it did not work.pdf = new PDF();info = pdf.getInfo(source=input,name="blah");writedump(info);resulted in "Variable INFO is undefined"I then stumbled on getPDFInfo().This function works, but it's not intuitive at all because there is not a "getPDFInfo" action for CFPDF. There's just "getInfo", which is what I would've expected the function to be named
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3040712
External Customer Info:
External Company:
External Customer Name: marc esher
External Customer Email: 70390EBF47F01CAF992015B9
External Test Config: 12/31/2009
Attachments:
Comments: