ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* pdf forms
@ 2008-05-29 17:26 Bernhard Boser
  2008-05-30  7:00 ` Lutz Haseloff
  0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Boser @ 2008-05-29 17:26 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 444 bytes --]

I wrote a simple context file for pdf form filling. Translates fine, but the
resulting pdf simply shows text but no fillable forms. What's needed to
actually get forms?

 

Here's the tex code:

 

% interface=en tex=pdfetex output=pdftex

\starttext

Field 1: \fillinfield[name]{text that defines field length}

\definefield [Email] [line] [ShortLine] [] [pragma@wxs.nl]

Field 2: \field [Email] [your email]

\stoptext

 

Thanks!

Bernhard


[-- Attachment #1.2: Type: text/html, Size: 2689 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pdf forms
  2008-05-29 17:26 pdf forms Bernhard Boser
@ 2008-05-30  7:00 ` Lutz Haseloff
  0 siblings, 0 replies; 5+ messages in thread
From: Lutz Haseloff @ 2008-05-30  7:00 UTC (permalink / raw)
  To: boser, mailing list for ConTeXt users

try \setupinteraction[state=start]

Greetings Lutz

2008/5/29 Bernhard Boser <boser@eecs.berkeley.edu>:
> I wrote a simple context file for pdf form filling. Translates fine, but the
> resulting pdf simply shows text but no fillable forms. What's needed to
> actually get forms?
>
>
>
> Here's the tex code:
>
>
>
> % interface=en tex=pdfetex output=pdftex
>
> \starttext
>
> Field 1: \fillinfield[name]{text that defines field length}
>
> \definefield [Email] [line] [ShortLine] [] [pragma@wxs.nl]
>
> Field 2: \field [Email] [your email]
>
> \stoptext
>
>
>
> Thanks!
>
> Bernhard
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PDF Forms
  2005-03-24 22:30 PDF Forms Bob Kerstetter
  2005-03-25 13:19 ` Henning Hraban Ramm
@ 2005-03-28 22:48 ` h h extern
  1 sibling, 0 replies; 5+ messages in thread
From: h h extern @ 2005-03-28 22:48 UTC (permalink / raw)


Bob Kerstetter wrote:
> Hi,
> 
> Is there some way to create PDF docs (as forms maybe?) so end users can 
> add their own contact information and logos just by using Adobe Reader, 
> not Acrobat? These are one to four page documents. Right now I can do 
> this by supplying them with Word docs.

see widgets manual;

you can edit forms with acrobat reader but not save them; you can however send 
the data to a server;

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PDF Forms
  2005-03-24 22:30 PDF Forms Bob Kerstetter
@ 2005-03-25 13:19 ` Henning Hraban Ramm
  2005-03-28 22:48 ` h h extern
  1 sibling, 0 replies; 5+ messages in thread
From: Henning Hraban Ramm @ 2005-03-25 13:19 UTC (permalink / raw)


Am 24.03.2005 um 23:30 schrieb Bob Kerstetter:

> Is there some way to create PDF docs (as forms maybe?) so end users 
> can add their own contact information and logos just by using Adobe 
> Reader, not Acrobat? These are one to four page documents. Right now I 
> can do this by supplying them with Word docs.

See http://www.contextgarden.net/Widgets
and please add your experiences to this page.

I had no time to work further on my form project (a self-calculating 
RPG character sheet)...

Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net

^ permalink raw reply	[flat|nested] 5+ messages in thread

* PDF Forms
@ 2005-03-24 22:30 Bob Kerstetter
  2005-03-25 13:19 ` Henning Hraban Ramm
  2005-03-28 22:48 ` h h extern
  0 siblings, 2 replies; 5+ messages in thread
From: Bob Kerstetter @ 2005-03-24 22:30 UTC (permalink / raw)


Hi,

Is there some way to create PDF docs (as forms maybe?) so end users can 
add their own contact information and logos just by using Adobe Reader, 
not Acrobat? These are one to four page documents. Right now I can do 
this by supplying them with Word docs.

Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-05-30  7:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-29 17:26 pdf forms Bernhard Boser
2008-05-30  7:00 ` Lutz Haseloff
  -- strict thread matches above, loose matches on Subject: below --
2005-03-24 22:30 PDF Forms Bob Kerstetter
2005-03-25 13:19 ` Henning Hraban Ramm
2005-03-28 22:48 ` h h extern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).