Is there a way to automatically insert the "filename" in the footer/header?
IE in Word {FILENAME} does the trick.
|
|
0
|
|
|
|
Reply
|
richard
|
8/19/2003 7:30:58 PM |
|
Hi Rick,
If you are looking to create PDFs automatically and then place the original
document's file name somewhere on the PDF, we are working on a way to do
that with our OctoPDF software from JBM Systems. Our commercial solution
will utilize a new piece of software, OctoForms, which would allow the
placing of the filename anywhere on the document, while OctoPDF does the
actual PDF creation and file name recognition. This is a server based
solution and aimed at atuomatic, batch and volume applications. The server
can acess data from Unix, Linux, AIX, S/390, AS/400, Mac, and Windows
platforms. Give me a call or email if you'd like to get into more detail.
Good Luck,
"Rich" <richard.gurell@ngc.com> wrote in message
news:ee3eddd5.0308191130.55b730a8@posting.google.com...
> Is there a way to automatically insert the "filename" in the
footer/header?
> IE in Word {FILENAME} does the trick.
|
|
0
|
|
|
|
Reply
|
Larry
|
8/19/2003 8:47:12 PM
|
|
You could insert a form field with a custom calculation
var e = event.target
var P = this.path.split("/")
e.value = P[P.length-1]
Ben Marchbanks
AlQemy
Adobe Solution Network
AlQemy Online Training Channel
http://www.alQemy.com
Greenville, SC USA
864.284.9918
"Rich" <richard.gurell@ngc.com> wrote in message
news:ee3eddd5.0308191130.55b730a8@posting.google.com...
> Is there a way to automatically insert the "filename" in the
footer/header?
> IE in Word {FILENAME} does the trick.
|
|
0
|
|
|
|
Reply
|
Ben
|
8/20/2003 12:45:04 AM
|
|
Will this work for 6.0 Standard?
"Ben Marchbanks" <ben@alQemy.com> wrote in message news:<vk5glqq47in92d@corp.supernews.com>...
> You could insert a form field with a custom calculation
>
> var e = event.target
> var P = this.path.split("/")
> e.value = P[P.length-1]
>
> Ben Marchbanks
>
> AlQemy
> Adobe Solution Network
>
> AlQemy Online Training Channel
> http://www.alQemy.com
> Greenville, SC USA
> 864.284.9918
>
>
> "Rich" <richard.gurell@ngc.com> wrote in message
> news:ee3eddd5.0308191130.55b730a8@posting.google.com...
> > Is there a way to automatically insert the "filename" in the
> footer/header?
> > IE in Word {FILENAME} does the trick.
|
|
0
|
|
|
|
Reply
|
richard
|
8/20/2003 10:13:37 AM
|
|
richard.gurell@ngc.com (Rich) wrote:
>Will this work for 6.0 Standard?
>
>"Ben Marchbanks" <ben@alQemy.com> wrote in message news:<vk5glqq47in92d@corp.supernews.com>...
>> You could insert a form field with a custom calculation...
Acrobat Standard has no forms tool, so you can't add any fields or
JavaScript.
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
8/20/2003 4:57:58 PM
|
|