Re: How to extract whole text from a PDF file with the PDF widget?

2021-12-12 Thread Monte Goulding via use-livecode
Both the page and character index are clamped to the number of pages and characters on a page so you could set both to very high numbers. Adding character counts to the documentPages property might be useful here too. Cheers Monte > On 13 Dec 2021, at 11:17 am, Paul Dupuis via use-livecode >

Re: Ghost in the Machine?

2021-12-12 Thread Alex Tweedly via use-livecode
Peter, I think the piece of info we are all missing (or guessing wrongly about) is: the existing club membership system - is it a web-based system, or an app that runs on your desktop. We're all kind of assuming it's a web page, but I now suspect maybe it isn't. If it is a web page - then the

Re: How to extract whole text from a PDF file with the PDF widget?

2021-12-12 Thread Paul Dupuis via use-livecode
Thank you Monte, We've just started to make a map from XPDF APIs to the PDF Widget APIs, so I'll make sure that gets done soon and add any missing capabilities as requests to the LC Quality Center. With regard to the hilitedRange and hilitedRangeText properties, can you just advise on the co

Re: How to extract whole text from a PDF file with the PDF widget?

2021-12-12 Thread Monte Goulding via use-livecode
Hi Folks Currently you can extract text in the widget by setting the hilitedRange and getting the hilitedRangeText. It wouldn’t be that hard to add extracted text to the documentPages property. The PDF widget was built to meet the requirements for a client rather than to match the features of X

Re: How to extract whole text from a PDF file with the PDF

2021-12-12 Thread Paul Dupuis via use-livecode
On 12/12/2021 8:59 AM, Stam Kapetanakis via use-livecode wrote: Hi Torsten, i presume the pdf widget in pro is the opensource xpdfReader but don’t know for sure. It is not xpdfreader. The XPDF Erternal AND the PDF Wdiget with Licecode are based on the Google PDFium Library. The first is C++ c

Re: How to extract whole text from a PDF file with the PDF

2021-12-12 Thread Richmond via use-livecode
The consequences are endless. On 12.12.21 21:33, Richard Gaskin via use-livecode wrote: Stam Kapetanakis wrote: > i presume the pdf widget in pro is the opensource xpdfReader but > don’t know for sure. If it is that would be problematic, as the open source edition of xpdfReader is licensed un

Re: Ghost in the Machine?

2021-12-12 Thread Richard Gaskin via use-livecode
Peter Reid wrote: > We want a way to upload a group of new members by 'driving' the input > fields, i.e. our app would click into each field, checkbox, radiobox > and 'type' in the details. If the goal is to submit new member info you can do that with a single POST command. Examine the source

Re: How to extract whole text from a PDF file with the PDF

2021-12-12 Thread Richard Gaskin via use-livecode
Stam Kapetanakis wrote: > i presume the pdf widget in pro is the opensource xpdfReader but > don’t know for sure. If it is that would be problematic, as the open source edition of xpdfReader is licensed under GPL, and LC no longer has an edition compatible with GPL. -- Richard Gaskin Fourt

Re: Ghost in the Machine?

2021-12-12 Thread Peter Reid via use-livecode
Thanks Alex, Dan & Tom for responding to this, but I suspect that I didn't explain things well enough, let me elaborate… 1. Periodically we have small batches of new members joining a club. We have their details in a CSV file which we'd normally think of doing some kind of batch upload. 2. How

Re: How to extract whole text from a PDF file with the PDF

2021-12-12 Thread Stam Kapetanakis via use-livecode
Hi Torsten, i presume the pdf widget in pro is the opensource xpdfReader but don’t know for sure. I did post on how to extract text from PDF using the free xpdfReader and non-pro LC: https://forums.livecode.com/viewtopic.php?f=8&t=35280&p=201036&hilit=Xpdfreader#p201036 I presume that with P

Re: Command "Launch"

2021-12-12 Thread David V Glasgow via use-livecode
> On 11 Dec 2021, at 12:08 pm, Klaus major-k via use-livecode > wrote: > > Ken Ray has a nice list of many specialfolderpath() names on his website: > > I can’t say h