logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
matt.smokeball Posted: Wednesday, December 5, 2018 2:06:06 PM(UTC)
 
A test app might be a bit tricky. It must be something in our code, I'll have to keep digging for now.

Thanks for your help!
Paul Rayman Posted: Tuesday, December 4, 2018 8:30:54 PM(UTC)
 
I have tried your document with both WPF and WinForms PDF viewer. These works fine. I can't reproduce the issue. Could you please provide the steps to reproduce it. Maybe a simple test application...



PS. You should not call Pdfium.FORM_DoDocumentAAction or something like this.
The support for acro forms already enabled in the viewers by default.
matt.smokeball Posted: Tuesday, December 4, 2018 7:29:19 PM(UTC)
 
CCCO0007 with sum calc.pdf (27kb) downloaded 18 time(s).

Hi Paul,

Document attached. The second field is formatted as a percentage and the third field as a number (also a calculation, being the sum of the first two fields).

Thanks!
Paul Rayman Posted: Tuesday, December 4, 2018 4:40:17 PM(UTC)
 
Could you please provide this document?
matt.smokeball Posted: Tuesday, December 4, 2018 4:18:15 AM(UTC)
 
Hello,

I've got a problem where an external PDF has a field with a value that is formatted (e.g. Number or Percentage). When I open the PDF the first time this formatting is applied (e.g. 14.00, 200.00%) but if I change the value and remove focus from the field the formatting won't be applied (e.g, 15).

It looks like this formatting comes from the additional-action item in the field dictionary (AA) and I've tried using the Pdfium.FORM_DoDocumentAAction method to enforce this formatting with little success.

Have you got any pointers?

Many thanks!