PDF widget not displaying PDF form data

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
strongbow
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 149
Joined: Mon Jul 31, 2006 1:39 am
Contact:

PDF widget not displaying PDF form data

Post by strongbow » Fri Oct 10, 2025 7:24 am

Trying out the PDF widget (to export page images to JPG) and while this "works", the displayed PDF contains form fields that have entries but these are not displayed when opened with the PDF widget.

I could use the browser widget to load the PDF but this doesn't enable me to scale the container effectively AFAIK to increase the output resolution by doubling or similar before export.

Has anyone else seen this issue? Any suggestions/alternatives (multiplatform)?

MacOS 26.0.1
LC 10.0.2

Thanks in advance and cheers!
Alan

strongbow
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 149
Joined: Mon Jul 31, 2006 1:39 am
Contact:

Re: PDF widget not displaying PDF form data

Post by strongbow » Fri Oct 10, 2025 7:40 am

On further investigation, sounds like this may be a limitation of the PDFium library, on which the widget is built...?

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7398
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: PDF widget not displaying PDF form data

Post by jacque » Fri Oct 10, 2025 6:13 pm

Have you considered using "export snapshot" to create the jpgs? The drawback is that you'd get a series of images if the PDF is more than one page.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

strongbow
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 149
Joined: Mon Jul 31, 2006 1:39 am
Contact:

Re: PDF widget not displaying PDF form data

Post by strongbow » Fri Oct 10, 2025 9:54 pm

Hi Jacque, yes, that's what I'm doing, it's easy to do. BUT the problem is that the PDF widget does not display the form data. i.e. the fields in the form that have data entered into them.

Post Reply