Re: PDF-Tools

2019-10-26 Thread hh via use-livecode
PDF-Tools_v110
(Merge/Mix/Split, add header/footer/pageNum/svgIcon)

Using LC 9.0.5 it runs on Mac/Win/linux(ubuntu1604).

More exactly:

• Using LC 8.1.10/9.0.5/9.5.0 it runs on MacOS >=10.12.6.
• Using LC 8.1.10/9.0.5 it runs on Win7.
• Using LC 9.0.5 it runs on Win10 and linux(ubuntu1604).

[This is sadly due to deficiencies of the browser widget.]

Download from SampleStacks or
http://livecodeshare.runrev.com/stack/951/


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF-Tools

2019-10-24 Thread Lagi Pittas via use-livecode
Hi Hermann

You are a one man Livecode extension factory  doing the whole community a
great  favour by adding
missing elements with one arm tied behind your back and blindfolded.

 I hope LCHQ is reading this  and might find some time to make your life
easier by fixing the deficiencies in the browser widget
that limits this library to MacOS. It would also be nice if  resources
could be allocated (sooner rather than later) to fix the problems
you and Sean have been "working around" on the  HTML5 orphaned/ugly
child/forgotten about/unloved (take your pick)  project.

I presume you have posted what the  deficiencies are in the widget? If LCHQ
could fix these,  major elements could
be added the way you are doing with other JS libraries.

I have a feeling of Deja-Vu again 

Regards Lagi

p.s.

Just so it's not all doom and gloom I can confirm that 9.05 stable does not
crash for days (if at all)
compared to 9.5 STABLE!! which crashed every time I thought of single
stepping 


On Thu, 24 Oct 2019 at 03:37, hh via use-livecode <
use-livecode@lists.runrev.com> wrote:

> PDF-Tools_v109, updated to v110 (Mac only)
>
> [Tested to run with LC 8.1.10/9.0.5/9.5.0
> on MacOS 10.12.6/10.13.6/ 10.14.6/10.15.]
>
> Download PDF-Tools v110 from SampleStacks or
> http://livecodeshare.runrev.com/stack/951/
>
> Added option to use a SVG Icon on the output pages.
>
> You can set width (resizes proportional), borderwidth,
> fillColor, borderColor, x-offset, y-offset and (initial)
> position on page: topLeft, topCenter, topRight, botLeft,
> botCenter and botRight.
>
> In the stack are the built-in LC-icons (SVG widget) and
> additional 969 material-design-cons available. Use your
> own icon by setting the iconPath of a SVG widget.
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF-Tools

2019-10-23 Thread hh via use-livecode
PDF-Tools_v109, updated to v110 (Mac only)

[Tested to run with LC 8.1.10/9.0.5/9.5.0
on MacOS 10.12.6/10.13.6/ 10.14.6/10.15.]

Download PDF-Tools v110 from SampleStacks or
http://livecodeshare.runrev.com/stack/951/

Added option to use a SVG Icon on the output pages.

You can set width (resizes proportional), borderwidth,
fillColor, borderColor, x-offset, y-offset and (initial)
position on page: topLeft, topCenter, topRight, botLeft,
botCenter and botRight.

In the stack are the built-in LC-icons (SVG widget) and
additional 969 material-design-cons available. Use your
own icon by setting the iconPath of a SVG widget.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


PDF-Tools

2019-10-21 Thread hh via use-livecode
PDF-Tools_v109 (MERGE/MIX/SPLIT)

Due to deficiencies of the browser widget on win and linux we have the
first time that a JS-library runs in a browser widget on Mac only.
I tried to work around for win and linux without success, sorry.

Download PDF-Tools from SampleStacks or
http://livecodeshare.runrev.com/stack/951/

PDF-Tools is a helper (and GUI) to the new javascipt library PDF-lib.js
by Andrew Dillon (see https://github.com/Hopding/pdf-lib MIT-licensed).
The library is already part of the stack (so you can use it offline).

__ Input up to three remote or local URLs.
__ Input ranges or mixtures using the following syntax:
__   MERGE: (x to y step z | ±all | ±even | ±odd ) of pdfN [repeat m] 
__ Takes pages x=start, y=stop, z=step, repeat m from pdf pdfN.
__   SPLIT: (x to y step z | ±all | ±even | ±odd ) [repeat m] > n
__ Takes pages x=start, y=stop, z=step, repeat m from pdf pdfN.
__   MIX: m of pdfN
__ Takes m=num pages from pdf pdfN. Items are repeated cyclically.
__ Optionally do Autosave and/or
__   add MetaData, a header, footer and pageNums to the resulting PDFs.
__ Special Example: Print two-sided (on front and back)
__   using SPLIT with  -odd>1, even>1  as ranges.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re : two really neat pdf tools

2011-08-16 Thread Francis Nugent Dixon

Hi from Beautiful Brittany,

Peter, take a look at SKIM !

I junked Adobe Reader and I now use SKIM
for all my pdf work. Great Open Source
program.

- Francis

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Re : two really neat pdf tools

2011-08-16 Thread Richmond Mathewson

On 08/16/2011 12:56 PM, Francis Nugent Dixon wrote:

Hi from Beautiful Brittany,

Peter, take a look at SKIM !

I junked Adobe Reader and I now use SKIM
for all my pdf work. Great Open Source
program.


Mac only!

try pdfedit for Linux and Windows

http://pdfedit.cz/en/index.html



- Francis

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Re : two really neat pdf tools

2011-08-16 Thread Pete
Depending on your needs, another good one is Formulate Pro (Mac only, free).
 You can place graphics, text, draw shapes.
Pete
Molly's Revenge http://www.mollysrevenge.com




On Tue, Aug 16, 2011 at 2:56 AM, Francis Nugent Dixon effe...@wanadoo.frwrote:

 Hi from Beautiful Brittany,

 Peter, take a look at SKIM !

 I junked Adobe Reader and I now use SKIM
 for all my pdf work. Great Open Source
 program.

 - Francis

 __**_
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Re : two really neat pdf tools

2011-08-16 Thread Bob Sneidar
sigh

On Aug 16, 2011, at 1:11 PM, Francis Nugent Dixon wrote:

 Hi from Beautiful Brittany,
 
 Mac only!
 
 try pdfedit for Linux and Windows
 
 You mean . you mean that there is another world,
  out there . which  is not .. aware
 about 
 
 REAL COMPUTING  ???
 
 You mean that . there are some .. who
 haven't .. been told  that .
 heaven is now . ON EARTH ...
 ...   (and assembled in Ireland) ?
 
 You mean  you mean that .. awareness ...
 is still . just another word in the dictionary ?
 
 .Consternation ! 
 
 Do you mean that   I am alone ...
 
 .with my MAC ?
 
 
 
 After 30 years of total awareness of the most beautiful
 thing that ever fell to earth .. from the sky .
 
 .a MAC 
 
 They want me to pay them money every year, to execute MY
 programs on MY computer using MY LiveCode software .
 
 Let them become rich enough to pay the US National Debt !
 
 So easily is faith lost 
 
 .And so the wilderness returns .
 
 .,,, And I fall prey to the infamous PC gods 
 
 ... ..So the mighty have fallen 
 
 .and there, but for the grace of Android, go I ! ...
 
 
 -Francis
 
 Nothing should ever be done for the first time !
 
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


[OT] two really neat pdf tools

2011-08-14 Thread Peter Alcibiades
Don't know if anyone needs these things, but if you do, they are really 
neat.  One is unoconv.  That will take all the .doc files in a directory 
and with the aid of open office or libreoffice will turn them into 
perfectly decent pdfs.  As in:-

unconv -f pdf *.doc

Then the other really neat one is pdfshuffler.  This is a gnome gui 
package, and what you do is import the pdfs into it and then export them 
again, and you have combined all your pdfs into one file.  You can do other 
stuff with this, but I didn't bother to figure out the rest only needing to 
combine them.

So basically, you start out with 50 .doc files and you zip them up into one 
pdf in about 30 seconds.  Wonderful!

Peter

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode