Previous | Next | (P-PDF) Forms & FDF
Topic: Re: Numeric (Via Email)
Conf: (P-PDF) Forms & FDF, Msg: 28143
From: dpstory
Date: 10/5/2001 06:21 AM
Wouldn't you have to make the conversion on the server-side with your
cgi?
Within Acrobat/Reader, you can use JavaScript to strip off the white spaces
and non-word characters
Try,
var mySSN
mySSN = mySSN.replace(/\W/g, "")
dps
On 5 Oct 2001, at 6:11, p-pdf-forms Listmanager wrote:
> From: "Raj"
>
> I store SSN is database
> in the follwoing fashion :
> 1. 123 45 6789
> 2. 123-45-6789
>
> But whne it gets populated to Acrobat, I want that one to be changed to
> 123456789 ... without spaces in between as well as all special characters..
>
> Guide me
> Thanks
>
> -------- ePublish Store's Top 10 List for September ----------
>
> ARTS Split & Merge Wizard - StampPDF - JAWS PDF Creator
> Gemini - PDF-JoinEnum - ARTS PDF Management Suite
> Crackerjack - iCopy - Quite Imposing - AMYUNI PDF Converter
>
> Find out why these were the best-selling products last
> month. Free demos of most at the new* ePublish Store!
> http://www.epublishstore.com/
> (*formerly known as the Planet PDF Store)
>
> ------ Powered by BinaryThing.com & www.PlanetPDF.com --------
>
Dr. D. P. Story / dpstory@uakron.edu / (330) 972-7514
http://www.math.uakron.edu/~dpstory/ Dept of Mathematics
and Computer Science / University of Akron / Akron, Ohio 44325
AcroTeX Web Site: http://www.math.uakron.edu/~dpstory/acrotex.html
Site Includes: e-Calculus, Algebra Review in Ten Lessons,
Mathematics Games, Pdfmarks:Links & Forms,
Using LaTeX to Create Quality PDF Documents for the WWW,
Web.sty and Exerquiz.sty Packages for LaTeX,
and much, much more.