PDFdev is a service provided by PDFzone.com | http://www.pdfzone.com
_____________________________________________________________

> 
> Here's the code:
> 
> var f = this.getField('cNumber')
> this.saveAs('/c/temp/' + f + '.pdf')

this.saveAs( '/c/temp/' + f.value + '.pdf' );
   or
... v.valueAsString ...

'f' itself is an object.  When you convert it directly to a string, you get
something other than one of it's properties.

And shouldn't those be doublequotes "", instead of single quotes ''.

--Mark Storer
  Software Engineer
  Cardiff Software
#include <disclaimer>
typdef std::disclaimer<Cardiff> Discard;


To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfdev.html

Reply via email to