Re: [NTG-context] PDF forms not creating proper children

2021-06-09 Thread Taco Hoekwater
Hi, > On 9 Jun 2021, at 16:41, Pablo Rodriguez wrote: > > > Only mupdf-gl sees the signature annotation after signing it. Acrobat, > Evince, Okular and xpdf cannot deal with the signature. Just FYI: On the Mac, I can sign the processed example using Adobe Acrobat Reader DC, and it can save a

Re: [NTG-context] PDF forms not creating proper children

2021-06-09 Thread Leonard Janis Robert König
On Wed, 2021-06-09 at 16:41 +0200, Pablo Rodriguez wrote: > On 6/8/21 11:07 PM, Leonard Janis Robert König wrote: > > On Tue, 2021-06-08 at 17:41 +0200, Pablo Rodriguez wrote: > > > [...] > > > Try to open a PDF document signed with mupdf-gl in Acrobat > > > (Reader or > > > not). You will see

Re: [NTG-context] PDF forms not creating proper children

2021-06-09 Thread Pablo Rodriguez
On 6/9/21 12:28 PM, Leonard Janis Robert König wrote: > On Tue, 2021-06-08 at 23:29 +0100, Adam Reviczky wrote: >> Not sure how good it is, but in the poppler discussion this site was >> mentioned to verify the signature details: >> https://validator.docusign.com/ > > Oh, that's a great tool,

Re: [NTG-context] PDF forms not creating proper children

2021-06-09 Thread Pablo Rodriguez
On 6/8/21 11:07 PM, Leonard Janis Robert König wrote: > On Tue, 2021-06-08 at 17:41 +0200, Pablo Rodriguez wrote: >> [...] >> Try to open a PDF document signed with mupdf-gl in Acrobat (Reader or >> not). You will see that the signature is wrong. > > Hm, I tested with Okular, Firefox and MasterPDF

Re: [NTG-context] PDF forms not creating proper children

2021-06-09 Thread Leonard Janis Robert König
On Tue, 2021-06-08 at 23:29 +0100, Adam Reviczky wrote: > Not sure how good it is, but in the poppler discussion this site was > mentioned to verify the signature details: > https://validator.docusign.com/ > > I have tried using with poppler's pdfsig and Okular. > Oh, that's a great tool,

Re: [NTG-context] PDF forms not creating proper children

2021-06-08 Thread Adam Reviczky
Not sure how good it is, but in the poppler discussion this site was mentioned to verify the signature details: https://validator.docusign.com/ I have tried using with poppler's pdfsig and Okular. Adam On Tue, Jun 8, 2021 at 10:14 PM Leonard Janis Robert König wrote: > On Tue, 2021-06-08 at

Re: [NTG-context] PDF forms not creating proper children

2021-06-08 Thread Leonard Janis Robert König
On Tue, 2021-06-08 at 17:41 +0200, Pablo Rodriguez wrote: > On 6/7/21 10:43 PM, Leonard Janis Robert König wrote: > > Hi Adam, Hi Pablo, > > > > I just noticed your replies, sorry for the late answer! > > > > I could sign forms with both okular as well as mupdf just fine, > > although the

Re: [NTG-context] PDF forms not creating proper children

2021-06-08 Thread Pablo Rodriguez
On 6/7/21 10:43 PM, Leonard Janis Robert König wrote: > Hi Adam, Hi Pablo, > > I just noticed your replies, sorry for the late answer! > > I could sign forms with both okular as well as mupdf just fine, > although the behavior is different. The former assumes that the field > is already an

Re: [NTG-context] PDF forms not creating proper children

2021-06-07 Thread Leonard Janis Robert König
Hi Adam, Hi Pablo, I just noticed your replies, sorry for the late answer! > On the viewers, I cannot recall exactly what I've done earlier in the > year, > but indeed, most likely I have tried evince after signing it from the > command line. From >

Re: [NTG-context] PDF forms not creating proper children

2021-05-02 Thread Adam Reviczky
Hi Pablo, First of all, my bad, the test suite example works just fine in Adobe, including with ConTeXt latest. I have messed up my form by overriding the PDF version to 2.0, shouldn't have done that. On the viewers, I cannot recall exactly what I've done earlier in the year, but indeed, most

Re: [NTG-context] PDF forms not creating proper children

2021-05-02 Thread Pablo Rodriguez
On 5/2/21 12:20 AM, Adam Reviczky wrote: > Hi, > > I cannot get the signature working either, but almost certain it did > work in February this year, as I have done some with MKIV. > [...] Hi Adam, I’m on a Linux computer, so I’m not able to check this now. If the signature isn’t working, you

Re: [NTG-context] PDF forms not creating proper children

2021-05-01 Thread Adam Reviczky
Hi, I cannot get the signature working either, but almost certain it did work in February this year, as I have done some with MKIV. >From the test suite: fields-007.tex \nopdfcompression \setupinteraction[state=start] \starttext \definefield[x][signature] \field[x] \stoptext Using the

[NTG-context] PDF forms not creating proper children

2021-04-23 Thread Leonard Janis Robert König
Hello, I currently try to build a document with AcroForms, e.g., the examples from [1] also linked in the Wiki. The most recent example is in the form/ subdirectory and dated mid 2020. However, when building the file(s) with my ConTeXt distribution the file created is broken, in comparison to

[NTG-context] PDF Forms - expanding multi-line text fields

2014-06-17 Thread Michael Guravage
I am composing a document that contains pdf forms. Example code in Widgets Uncovered, shows how to specify the height and width of a multi-line text field. Here is a small example: \usemodule[fields] \setupinteraction[state=start] \setupfield [TextSetup]

[NTG-context] pdf-Forms

2009-01-04 Thread Holzminister
Hi! I wanted to test pdf-forms with the latest minimals from contextgarden and ran into some interesting errors. The following code compiles, but I cannot change the fieldvalue: \starttext Field \fillinfield[test]{Fieldtext} \stoptext When I add \setupinteraction[state=start], the

Re: [NTG-context] pdf-Forms

2009-01-04 Thread Wolfgang Schuster
Am 04.01.2009 um 18:44 schrieb Holzminister: When I add \setupinteraction[state=start], the compilation breaks with an error: [...] This is fixed in the last alpha. Neither pdfcontext nor luatex wanted to compile. Can anyone help? Why the pdf prefix for context? Wolfgang

Re: [NTG-context] pdf-Forms

2009-01-04 Thread Holzminister
When I add \setupinteraction[state=start], the compilation breaks with an error: [...] This is fixed in the last alpha. Thanks, it works. Neither pdfcontext nor luatex wanted to compile. Can anyone help? Why the pdf prefix for context? I thought it was nicer to distinguish the

Re: [NTG-context] pdf-Forms

2009-01-04 Thread Wolfgang Schuster
Am 04.01.2009 um 19:41 schrieb Holzminister: When I add \setupinteraction[state=start], the compilation breaks with an error: [...] This is fixed in the last alpha. Thanks, it works. Neither pdfcontext nor luatex wanted to compile. Can anyone help? Why the pdf prefix for context? I

[NTG-context] pdf forms

2008-05-30 Thread Bernhard Boser
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

Re: [NTG-context] pdf forms

2008-05-30 Thread Lutz Haseloff
try \setupinteraction[state=start] Greetings Lutz 2008/5/29 Bernhard Boser [EMAIL PROTECTED]: 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: %

Re: [NTG-context] PDF Forms

2005-03-29 Thread h h extern
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

Re: [NTG-context] PDF Forms

2005-03-25 Thread Henning Hraban Ramm
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

[NTG-context] PDF Forms

2005-03-24 Thread Bob Kerstetter
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.