Search   Feed   Browse   Add
Feed items 1 - 10 of 20 for July 2008

WebBoard Conference: (P-PDF) JavaScript

Discussions relating to the use of JavaScript within Acrobat and PDF

Embedded pdf and PostMessage - (Found July 2, 2008 )

I previously posted a message saying that PostMessage didn't work on the internet. I have since gotten this working, but only with Internet Explorer. Mozilla doesn't post messages to the embedded pdf, or vice-versa. Does anyone know the solution to this Thanks ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61135&fid...

Distance conversion into feet and inches - (Found July 2, 2008 )

Are you trying to include the <script line in an Acrobat JavaScript ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61082&fid...

Distance conversion into feet and inches - (Found July 2, 2008 )

Remove this line: <script type='textjavascript' At the end use this: console.clear(); console.show(); console.println(k); ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61082&fid...

Distance conversion into feet and inches - (Found July 2, 2008 )

I was told to try this code which apparently works with web browsers but not in Acrobat Pro. Does anyone have a suggestion on how to get this script to work within Acrobat Pro (ie: a field cell javascript) Any ideas <script type='textjavascript' x = '137.42'; if (!..test(x)) x = x + '.00'; y = x.split('.'); len = y1.length; p = Math ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61082&fid...

Distance conversion into feet and inches - (Found July 2, 2008 )

I have created a pdf fillable form with embedded (javascript)distance computations. I want to convert my output product, (example 137.42 ft) into feet - inches (example: 137'-5'). Is there a javascript to do this conversion Thanks!!! ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61082&fid...

Re: Using javascript to automate PDF creation - (Found July 2, 2008 )

It can be done, but it wouldn't be the most straightforward solution. Basically, you'd have to use the app.openDoc() method to convert any files that are not already PDF, into PDF. Then once they're converted and opened, you could use the app.closeDoc() method to closesave them. After that, you could use the doc.insertPages() method to combine them all togethe ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61069&fid...

Upload File (Acro 8 Pro) - (Found July 2, 2008 )

I am trying to build a pdf for that will have fields for text and also will have a way for the user to upload an image (jpg, gif, tiff) from their machine to a server through the document. Any thought on how this is possible Thanks ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61070&fid...

Using javascript to automate PDF creation - (Found July 2, 2008 )

Is is possible to use JavaScript to automate the creation of a PDF. For example, I would like to run a script that would take all the files in a folder and combine them in a PDF file. Thanks ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61069&fid...

Problem Calculating Dates - (Found July 2, 2008 )

This code has worked for me... Taking the ceiling =================================== var weeks = (72460601000); var d1 = Date.parse(this.getField('s_date').value); var d2 = Date.parse(this.getField('e_date').value)+(2460601000); var y = ((d2weeks) - (d1weeks)); var z = Math.ceil(y); this.getField('weeks.1').value = z ============================== ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=60566&fid...

Distance conversion into feet and inches - (Found July 2, 2008 )

This is a single cell field on a fillable Acrobat Form. I followed your advice and got Acrobat to accept the code once I also removed the line too, however no resultant product showed up in my output. Here is what I used for code: x = '137.42'; if (!..test(x)) x = x + '.00'; y = x.split('.'); len = y1.length; p = Math.pow(10,len); z ...
http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61082&fid...
Available Archives
- July (20 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact