Re: PDF widget print quality

2024-02-21 Thread Paul Dupuis via use-livecode
s a higher resolution but normal size but I don't recall how successful any of those efforts were. There is probably an ancient enhancement  request in the Livecode Quality Center to support higher-resolution printing. On 2/20/2024 8:56 PM, David Epstein via use-livecode wrote: I want to use th

PDF widget print quality

2024-02-20 Thread David Epstein via use-livecode
I want to use the PDF widget to print a PDF with additional markings added in LiveCode. Showing a simple PDF tax form in Widget 1 at 100% scale, I tried this script: on p1 get the pageRect of widget 1 open printing with dialog print card from (item 1 to 2 of it) to (item 3 to 4 of it) into

Re: PDF Widget and JavaScript

2023-12-29 Thread Bob Sneidar via use-livecode
cript engine is not implemented in the PDF widget. > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Bob Sn

RE: PDF Widget and JavaScript

2023-12-29 Thread Ralph DiMola via use-livecode
The last I knew the JavaScript engine is not implemented in the PDF widget. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Bob Sneidar via use-livecode

PDF Widget and Javascript

2023-12-28 Thread Bob Sneidar via use-livecode
Hi all. This is a long shot, but is there any kind of PDF gadget in Livecode that can run javascript? I am specifically wanting to generate an FDF file from fillable forms. The javascript is fairly straightforward: This.ExportAsFDF(true, false, null) This will work in a javascript enabled PD

Re: PDF Widget No Filled Forms

2023-09-28 Thread Bob Sneidar via use-livecode
2.02-mac_osx-10.11-setup.pkg > > > >> Am 28.09.2023 um 13:09 schrieb matthias rebbe via use-livecode >> : >> >> Bob, >> >> as a workaround you could create a temporary pdf file that is then displayed >> in the pdf widget. >> You'l

Re: PDF Widget No Filled Forms

2023-09-28 Thread Bob Sneidar via use-livecode
No big rush. I can open the form in a web browser if necessary. My idea was to have a Native Document Viewer like the document management app we currently use, but I am not using my app for that yet. I just generate filled forms for service at the moment. I will create a bug report with a sample

Re: PDF Widget No Filled Forms

2023-09-28 Thread matthias rebbe via use-livecode
d you could create a temporary pdf file that is then displayed > in the pdf widget. > You'll need the free tool PDFTK server with its fill-form option for this. > PDFTK server runs on macOS, Windows and some Linux versions. > PDFTK server is free https://www.pdflabs.com > &

Re: PDF Widget No Filled Forms

2023-09-28 Thread matthias rebbe via use-livecode
Bob, as a workaround you could create a temporary pdf file that is then displayed in the pdf widget. You'll need the free tool PDFTK server with its fill-form option for this. PDFTK server runs on macOS, Windows and some Linux versions. PDFTK server is free https://www.pdflabs.com I

Re: PDF Widget No Filled Forms

2023-09-27 Thread Monte Goulding via use-livecode
Hi Bob Hmm… OK, it could be a bit of a project to get your forms rendering then. If it’s something you need soon and you have a budget then contact supp...@livecode.com . Otherwise you can create a bug report and attach the PDF. FYI there is no support for form int

Re: PDF Widget No Filled Forms

2023-09-27 Thread Bob Sneidar via use-livecode
gt; Monte > >> On 28 Sep 2023, at 1:27 am, Bob Sneidar via use-livecode >> wrote: >> >> Hi all. >> >> I have filled forms, and I am just now wanting to display those FILLED forms >> in a PDF widget. Only problem is, the form data is not being displa

Re: PDF Widget No Filled Forms

2023-09-27 Thread Monte Goulding via use-livecode
Hi Bob Try setting the `drawAnnotations` to true and see if the form data renders Cheers Monte > On 28 Sep 2023, at 1:27 am, Bob Sneidar via use-livecode > wrote: > > Hi all. > > I have filled forms, and I am just now wanting to display those FILLED forms > in a PDF

PDF Widget No Filled Forms

2023-09-27 Thread Bob Sneidar via use-livecode
Hi all. I have filled forms, and I am just now wanting to display those FILLED forms in a PDF widget. Only problem is, the form data is not being displayed. Is that the current state of affairs? If so, then boo! Bob S ___ use-livecode mailing

Re: PDF widget and XPDFviewer

2023-06-17 Thread Paul Dupuis via use-livecode
widget syntax is a little simpler. It does not appear that a PDF widget is a PDF Viewer, at least the widget’s name is not recognized as the name of a viewer when I try to call a function like XPDFViewer_Get(viewerName,property). So do I need either to create a widget or create a viewer? And

PDF widget and XPDFviewer

2023-06-17 Thread David Epstein via use-livecode
What is the relation between the widget “PDF” and the external “XPDFViewer” (both in Pro Features)? The latter offers more direct access to a few properties (e.g., totalCharacterCount), while the widget syntax is a little simpler. It does not appear that a PDF widget is a PDF Viewer, at least

PDF widget and "pinch zoom"

2023-06-17 Thread Klaus major-k via use-livecode
Hi all, I just found out that the PDF widget supports "pinch zoom" (correct term?) on Android. KIND OF! It is VERY VERY jerky, but somehow works, yet unpredictable, takes some seconds to finish. Is this an undocumented feature? If yes, any chance that this can/will be optimized so

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

2021-12-13 Thread Ralph DiMola via use-livecode
ber 12, 2021 7:18 PM To: use-livecode@lists.runrev.com Cc: Paul Dupuis Subject: Re: How to extract whole text from a PDF file with the PDF widget? 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 mis

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

2021-12-12 Thread Monte Goulding via use-livecode
ode > wrote: > > 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

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 adv

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

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

2021-12-11 Thread Paul Dupuis via use-livecode
I suspect it is for backward compatibility. When I turned over the XPDF external to Livecode, I asked that they maintain it for a couple years. I had expected we'd migrate out apps to the PDF widget by then, but business factors mean we're only now just starting a migration. Th

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

2021-12-11 Thread matthias rebbe via use-livecode
Ah, i thought you were referring only to XPDF. Btw. do you have an idea why both, XPDF external and PDF widget, are maintained? Wouldn't it make sense to have only one pdf solution included? Or am i missing something? Regards, Matthias > Am 11.12.2021 um 02:01 schrieb Paul Dupuis

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

2021-12-10 Thread Paul Dupuis via use-livecode
Yes, I am familiar with the XPDF external (based on Google's PDFium library), having designed it and paid Monte to code it and then turned it over to LiveCode. I was referring to the PDF Widget (also based on Google's PDFium), which should have a comparable property for fetching the

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

2021-12-10 Thread matthias rebbe via use-livecode
pictures, but I just want the text. >> >> I can do it manually with Ctrl-A and Ctrl-Copy by viewing the file with >> Preview on MacOS. >> >> I have a business licence and want to use the PDF widget but I cannot find a >> way to do it. >> >> Can so

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

2021-12-10 Thread Paul Dupuis via use-livecode
licence and want to use the PDF widget but I cannot find a way to do it. Can someone help me out? Cheers, Torsten ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

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

2021-12-10 Thread matthias rebbe via use-livecode
Hi Torsten, i think the PDF widget does not support extracting text by code. At least the documentation does not show any information about this. You wrote, that you have a business license. That would mean, that you can use the Pro features of Livecode. There is an external included in the

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

2021-12-10 Thread Torsten Holmer via use-livecode
Hi, I have a PDF file with text and pictures, but I just want the text. I can do it manually with Ctrl-A and Ctrl-Copy by viewing the file with Preview on MacOS. I have a business licence and want to use the PDF widget but I cannot find a way to do it. Can someone help me out? Cheers

Re: PDF Widget

2021-04-25 Thread JeeJeeStudio via use-livecode
box" on Android. Yes, call me lazy... 8-) Op 23-4-2021 om 13:48 schreef Klaus major-k via use-livecode: Hi Tore, Am 23.04.2021 um 13:28 schrieb Tore Nilsen via use-livecode : Not everyone needs it. that was just a little joke. :-) I had the business edition for a year and for what it is

RE: PDF Widget

2021-04-24 Thread Ralph DiMola via use-livecode
jor-k Subject: Re: PDF Widget > Am 24.04.2021 um 21:31 schrieb JeeJeeStudio via use-livecode : > > Aber Klaus, for just displaying a PDF, you could use the browser > widget Maar JeeJee, I wrote: ... directly as a control) in a stack and NOT inside of a browser widget, which is not wo

Re: PDF Widget

2021-04-24 Thread Klaus major-k via use-livecode
s just a little joke. :-) >> >>> I had the business edition for a year and for what it is worth, the >>> pdf-widget did not offer anything >>> I needed. I had hoped I could use it for mark up and annotations but did >>> not find a way to do that. >&g

Re: PDF Widget

2021-04-24 Thread JeeJeeStudio via use-livecode
for a year and for what it is worth, the pdf-widget did not offer anything I needed. I had hoped I could use it for mark up and annotations but did not find a way to do that. It would be enough, at least for me, if we could display a PDF (directly as a control) in a stack and NOT inside of a

Re: PDF Widget

2021-04-23 Thread Klaus major-k via use-livecode
Hi Tore, > Am 23.04.2021 um 13:28 schrieb Tore Nilsen via use-livecode > : > > Not everyone needs it. that was just a little joke. :-) > I had the business edition for a year and for what it is worth, the > pdf-widget did not offer anything > I needed. I had hoped I cou

Re: PDF Widget

2021-04-23 Thread Tore Nilsen via use-livecode
Not everyone needs it. I had the business edition for a year and for what it is worth, the pdf-widget did not offer anything I needed. I had hoped I could use it for mark up and annotations but did not find a way to do that. I do however think that it would be a good thing if it was possible to

Re: PDF Widget

2021-04-23 Thread Klaus major-k via use-livecode
M, Klaus major-k via use-livecode >> wrote: >> >> Am 22.04.2021 um 15:17 schrieb Klaus major-k via use-livecode >> : >>> >>> Hi all, >>> >>> as far as I know the "PDF widget" is only available in the >>> BUSINESS Vers

Re: PDF Widget

2021-04-23 Thread Brian Milby via use-livecode
Either that or everyone that wants it has business edition? Sent from my iPhone > On Apr 23, 2021, at 7:09 AM, Klaus major-k via use-livecode > wrote: > >  > >> Am 22.04.2021 um 15:17 schrieb Klaus major-k via use-livecode >> : >> >> Hi all, >

Re: PDF Widget

2021-04-23 Thread Klaus major-k via use-livecode
> Am 22.04.2021 um 15:17 schrieb Klaus major-k via use-livecode > : > > Hi all, > > as far as I know the "PDF widget" is only available in the > BUSINESS Version of Livecode. > > I already asked this in the past, but I would like to be > able to bu

PDF Widget

2021-04-22 Thread Klaus major-k via use-livecode
Hi all, as far as I know the "PDF widget" is only available in the BUSINESS Version of Livecode. I already asked this in the past, but I would like to be able to buy this widget separately. Any idea if LC is planning to sell this separately at some time in the future? Best Klau

PDF widget for INDY

2020-01-11 Thread Klaus major-k via use-livecode
Hi all, just made an enhancement request to make the PDF widget (external?) avaiblable for INDY too, maybe for a reasonable (sic! :-) fee. <https://quality.livecode.com/show_bug.cgi?id=22527> Feel free to add a comment. Best Klaus -- Klaus Major https://www.major-k.de kl...@majo

Re: Transparent layer between pdf widget and field?

2019-08-02 Thread Dr. Hawkins via use-livecode
On Aug 1, 2019, at 5:54 PM, Dar Scott Consulting via use-livecode wrote: > > Maybe your rectangle can have its blend level and ink tweaked to provide the > look you want. Ahh. blendLevel is the keyword I was looking for. I was looking for “transparency” and the like. Blendlevel 85 and y

Re: Transparent layer between pdf widget and field?

2019-08-01 Thread Dar Scott Consulting via use-livecode
Maybe your rectangle can have its blend level and ink tweaked to provide the look you want. > On Aug 1, 2019, at 5:31 PM, doc hawk via use-livecode > wrote: > > As I’ve had to build every form myself in the past, they were constructed of > fields, lines, and boxes. As such, with them not bei

Transparent layer between pdf widget and field?

2019-08-01 Thread doc hawk via use-livecode
As I’ve had to build every form myself in the past, they were constructed of fields, lines, and boxes. As such, with them not being opaque, I could put a rectangle behind the group that was turned visible when the group was active, as a visual cue. Now that I’m using pdfs, this isn’t working

Re: PDF Widget

2019-07-03 Thread Dr. Hawkins via use-livecode
On Jun 24, 2019, at 3:33 PM, Monte Goulding via use-livecode wrote: > > In order to resolve the report we need to add a way for a widget to draw > something different into a printing context than it does normally. I’ve just uploaded some files with the core of a solution. Having never gone i

Re: PDF Widget

2019-06-24 Thread Dr. Hawkins via use-livecode
> Paul provided, > The same issue exists in the external OR in any printing based on printing > cards in LiveCode. If you want someone at higher than screen resolution (like > 2x or 4x, you sort of need to size the image or pDF at 2x or 4x off screen > (or locked screen) and take a export of th

Re: PDF Widget

2019-06-24 Thread Monte Goulding via use-livecode
.runrev.com> wrote: > >> On 6/24/2019 4:05 PM, Marty Knapp via use-livecode wrote: >>> I was just playing with the new PDF widget in LC 9.5. You can insert a >> PDF and overlay other LC objects (very cool) and then print the card but >> the PDF portion prints at low

Re: PDF Widget

2019-06-24 Thread Tom Glod via use-livecode
nope thats the way. makes sense that it works that way. On Mon, Jun 24, 2019 at 4:26 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > On 6/24/2019 4:05 PM, Marty Knapp via use-livecode wrote: > > I was just playing with the new PDF widget in LC 9.5. Y

Re: PDF Widget

2019-06-24 Thread Paul Dupuis via use-livecode
On 6/24/2019 4:05 PM, Marty Knapp via use-livecode wrote: I was just playing with the new PDF widget in LC 9.5. You can insert a PDF and overlay other LC objects (very cool) and then print the card but the PDF portion prints at low resolution - or did I miss something? The same issue

PDF Widget

2019-06-24 Thread Marty Knapp via use-livecode
I was just playing with the new PDF widget in LC 9.5. You can insert a PDF and overlay other LC objects (very cool) and then print the card but the PDF portion prints at low resolution - or did I miss something? Marty ___ use-livecode mailing list use

Re: pdf widget initial thangers

2019-06-10 Thread Paul Dupuis via use-livecode
On 6/10/2019 1:58 PM, Mike Kerner via use-livecode wrote: Paul, Have you reworked the xpdf example stack to use the widget? Are there any api additions/deletions between xpdf and the widget? Not yet, but it is on my to do list, probably starting next week? Perhaps the week after. I have some o

Re: pdf widget initial thangers

2019-06-10 Thread Mike Kerner via use-livecode
eninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Mike Kerner via use-livecode > Sent: Monday, June 10, 2019 12:03 PM > To: How to use LiveCode > Cc: Mike Kerner > Subject: pdf widget initial thangers &

RE: pdf widget initial thangers

2019-06-10 Thread Ralph DiMola via use-livecode
...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mike Kerner via use-livecode Sent: Monday, June 10, 2019 12:03 PM To: How to use LiveCode Cc: Mike Kerner Subject: pdf widget initial thangers anyone messing with the pdf widget

Re: pdf widget initial thangers

2019-06-10 Thread Paul Dupuis via use-livecode
On 6/10/2019 12:02 PM, Mike Kerner via use-livecode wrote: anyone messing with the pdf widget, yet? Any thoughts about using it vs. xpdf? the xpdf external is Google PDFium wrapped as an External. the LC950 pdf widget is Google PDFium wrapped as a FFI widget. Expect that effectively the

pdf widget initial thangers

2019-06-10 Thread Mike Kerner via use-livecode
anyone messing with the pdf widget, yet? Any thoughts about using it vs. xpdf? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "Th

Re: critical: new pdf widget causes stack to crash when opening

2019-05-31 Thread Monte Goulding via use-livecode
at 1:39 am, Dr. Hawkins via use-livecode > wrote: > > I put in the last pdf widget on a card to produce a 6 page form out of > smaller pieces. > > With the last one, the ide crashed. > > Not only did it crash, but loading that card causes it to crash again. >

Re: critical: new pdf widget causes stack to crash when opening

2019-05-31 Thread Dr. Hawkins via use-livecode
On May 31, 2019, at 9:38 AM, panagiotis merakos wrote: > > Hello Richard, > > What happens if you first lock messages and then open the stack that crashes? I tried that, a and got the same result. I suspect that it has to do with attempting to render it, but . . . I also later saw a crash dr

Re: critical: new pdf widget causes stack to crash when opening

2019-05-31 Thread panagiotis merakos via use-livecode
Hello Richard, What happens if you first lock messages and then open the stack that crashes? Kind regards Panos -- On Fri, May 31, 2019, 18:40 Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > I put in the last pdf widget on a card to produce a 6 page form out of

critical: new pdf widget causes stack to crash when opening

2019-05-31 Thread Dr. Hawkins via use-livecode
I put in the last pdf widget on a card to produce a 6 page form out of smaller pieces. With the last one, the ide crashed. Not only did it crash, but loading that card causes it to crash again. I’ve also tried opening with 9.0.3-rc1, and it also crashes trying to open the card. workaround