Re: 4D scanning

2021-06-24 Thread Keisuke Miyako via 4D_Tech
the minimum version is v17. v16 and earlier does not support object/collection plugin parameters. it would have to be rewritten to use JSON text instead. 2021/06/24 20:03、Peter Mew via 4D_Tech <4d_tech@lists.4d.com>のメール: Thanks for the detailed instructions. I got

Re: 4D scanning

2021-06-24 Thread Peter Mew via 4D_Tech
Hi Miyako Thanks for the detailed instructions. I got led astray by the dmg file showing "no mountable file systems" the zip unpacks fine. can you tell me which is the last version to work with 4D v13.6 Thank you -pm On Wed, Jun 23, 2021 at 11:12 PM Keisuke Miyako via 4D_Tech <

Re: 4D scanning

2021-06-23 Thread Keisuke Miyako via 4D_Tech
you can click on "Releases" and select a release by tag https://github.com/miyako/4d-plugin-twain-v2/releases/tag/3.4.0 also there is a prebuilt binary, preinstalled in the sample DB when you get the source repository. also you can unarchive the .zip or .dmg that comes with the source

Re: 4D scanning

2021-06-23 Thread Peter Mew via 4D_Tech
EATE FOLDER(cDTPath) > >> Else > >> DOCUMENT LIST(cDTPath;acOldDocs) > >> For ($old;1;Size of array(acOldDocs)) > >> DELETE DOCUMENT(cDTPath+acOldDocs{$old}) > >> End for > >> End if > >> > >> cDTPath:=cDTPath+Char(92)

Re: 4D scanning

2021-06-22 Thread Claudio Braga via 4D_Tech
ENT LIST(cDTPath;acOldDocs) >> For ($old;1;Size of array(acOldDocs)) >> DELETE DOCUMENT(cDTPath+acOldDocs{$old}) >> End for >> End if >> >> cDTPath:=cDTPath+Char(92)+"ScannedPI"+Generate UUID+".pdf" >> cDTPath:=PA

Re: 4D scanning

2021-06-21 Thread Jody Bevan via 4D_Tech
ath:=PATH_Fix (cDTPath) > LAUNCH EXTERNAL PROCESS("C:\\Program Files (x86)\\nAPS2\\naps2.console > -o"+cDTPath) > > All you need to do in setting up NAPS2 is to create a profile which tells > it which scanner to use. > > HTH > David > > >> Messag

Re: 4D scanning

2021-06-21 Thread David Samson via 4D_Tech
\\nAPS2\\naps2.console -o"+cDTPath) All you need to do in setting up NAPS2 is to create a profile which tells it which scanner to use. HTH David > Message: 1 > Date: Thu, 17 Jun 2021 16:54:47 +0100 > From: Peter Mew > To: 4D iNug Technical <4d_tech@lists.4d.com>

Re: 4D scanning

2021-06-19 Thread Peter Bozek via 4D_Tech
On Thu, Jun 17, 2021 at 5:55 PM Peter Mew via 4D_Tech <4d_tech@lists.4d.com> wrote: > Hi > I havent done any of this for a while so Im a bit! rusty. > I looking to download Miyakos twain plug in, Where do I find it? or is > there a better plugin that will capture scans and work with 4D v13 mac

Re: 4D scanning

2021-06-18 Thread Douglas von Roeder via 4D_Tech
Milan: Thank you for correcting me on this. I haven't used Miyako's plugin but I have used QPix a few times over the years and it's an excellent product. -- Douglas von Roeder 949-910-4084 On Fri, Jun 18, 2021 at 2:16 AM Milan Adamov via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > > > On 17

Re: 4D scanning

2021-06-18 Thread Milan Adamov via 4D_Tech
> On 17 Jun 2021, at 19:04, Douglas von Roeder via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I checked escape.gr and hmplugins.com > for their scanner/TWAIN plugins and > it looks like those products aren't available any longer. Dannis and

Re: 4D scanning

2021-06-17 Thread Peter Mew via 4D_Tech
Thanks, I'll check it out. On Thu, Jun 17, 2021 at 6:05 PM Douglas von Roeder wrote: > Peter: > > I checked escape.gr and hmplugins.com for their scanner/TWAIN plugins and > it looks like those products aren't available any longer. > > If you search for "miyako" at Github you'll get a list of

Re: 4D scanning

2021-06-17 Thread Douglas von Roeder via 4D_Tech
Peter: I checked escape.gr and hmplugins.com for their scanner/TWAIN plugins and it looks like those products aren't available any longer. If you search for "miyako" at Github you'll get a list of his repositories. -- Douglas von Roeder 949-910-4084 On Thu, Jun 17, 2021 at 8:55 AM Peter Mew

4D scanning

2021-06-17 Thread Peter Mew via 4D_Tech
Hi I havent done any of this for a while so Im a bit! rusty. I looking to download Miyakos twain plug in, Where do I find it? or is there a better plugin that will capture scans and work with 4D v13 mac and PC preferably free thanks -pm