Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - RadioButton Returns Nil for Values with Diacritics
  FAQ FAQ  Forum Search   Register Register  Login Login

RadioButton Returns Nil for Values with Diacritics

 Post Reply Post Reply
Author
Message
ihrow View Drop Down
Beginner
Beginner


Joined: 27 Jan 25
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote ihrow Quote  Post ReplyReply Direct Link To This Post Topic: RadioButton Returns Nil for Values with Diacritics
    Posted: 27 Jan 25 at 12:32PM
Hello,


I am encountering an issue when using the Debenu QuickPDF library on iOS. Specifically, when a RadioButton field has a value containing diacritics (e.g., “Äpfel”), the library returns nil for the field’s value. For comparison, fields with plain values (e.g., “Apfel”) are handled correctly and return the expected value.


if type == 4 {

    let count = _dqpl.getFormFieldKidCount(id)

    for i in 1...count {

        let subId = _dqpl.getFormFieldKidTempIndex(id, i)

        if let title = _dqpl.getFormFieldTitle(subId) {

            _logger.debug("\(_loggerPrefix),Field \(i): value is \(title)")

        } else {

            _logger.warning("\(_loggerPrefix),Field \(i) value is nil")

        }

Here are the log details:

2025-01-27 10:59:15.256 💛 WARNING: Document interface, Field 1 value is nil

2025-01-27 10:59:15.256 💚 DEBUG: Document interface, Field 2: value is Apfel

I tried a lot of different API functions to get the value (not only getFormFieldTitle(id)) but nothing returns the value with diacritics and I have a validation for value to exist before rendering an acrofield.

Could you please confirm if this is a known limitation or suggest any workaround?
I am using Quick PDF Library Version 16.14

Thank you!





Edited by ihrow - 27 Jan 25 at 1:06PM
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store