Skip to content

Commit 937522e

Browse files
committed
addressed Yoan's feedback
1 parent f562884 commit 937522e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

knowledge-base/apostrophe-character-replaced-copyright-symbol-acroform.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ type: how-to
55
page_title: Fixing Apostrophe Display Issue in PDF AcroForm Fields
66
meta_title: Fixing Apostrophe Display Issue in PDF AcroForm Fields
77
slug: apostrophe-character-replaced-copyright-symbol-acroform
8-
tags: processing, document, pdf, acroform, font, encoding, text, field
8+
tags: processing, document, pdf, acroform, font, encoding, text, field, xfa
99
res_type: kb
1010
ticketid: 1692742
1111
---
1212

13+
<style>
14+
img[alt$="><"] {
15+
border: 1px solid lightgrey;
16+
}
17+
18+
</style>
19+
1320
## Environment
1421

1522
| Version | Product | Author |
@@ -20,7 +27,9 @@ ticketid: 1692742
2027

2128
Learn how to address the issue where a special symbol (e.g. apostrophe character) is replaced by a copyright (or other) symbol in a filled PDF AcroForm using RadPdfProcessing. When the form is opened for editing in a viewer (like Adobe Acrobat), the character appears correctly as an apostrophe in the editor itself.
2229

23-
>note This might be reproduced with other symbols as well, not only with the apostrophe character.
30+
![apostrophe-character-replaced-copyright-symbol-acroform ><](images/apostrophe-character-replaced-copyright-symbol-acroform.gif)
31+
32+
>note This might be reproduced with other symbols as well, not only with the apostrophe character. Usually, such behavior may occur with XFA forms. However, from PDF 2.0 (ISO 32000-2) the XFA forms are depreciated.
2433
2534
## Solution
2635

Loading

0 commit comments

Comments
 (0)