Poster | Thread |
Thematic
| |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 22-Jul-2012 22:24:03
| | [ #1 ] |
|
|
|
Super Member |
Joined: 28-Oct-2003 Posts: 1616
From: I'm actually flying into a bug! | | |
|
| This should be interesting. I always got some trouble with python tools and never got to the bottom of it. _________________ : AmigaOneXE (unmod.) 750FX/512 MB +stuff & AmigaOS 4.(0|1) : A1200/68060&96MB/SCSI/EM1200-Voodoo3 & OS 3.5 : A500/1MB : Pegasos (ff) 512 MB & MorphOS Praise seitan.
|
|
Status: Offline |
|
|
Lazi
| |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 10:33:50
| | [ #2 ] |
|
|
|
Cult Member |
Joined: 5-Apr-2005 Posts: 651
From: Pomaz, Hungary | | |
|
| Quote:
I always got some trouble with python tools and never got to the bottom of it. |
I don't know what tool you mention, but this is not a port. It is created on OS4 for OS4 in python. |
|
Status: Offline |
|
|
gerograph
| |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 12:23:43
| | [ #3 ] |
|
|
|
Cult Member |
Joined: 5-Dec-2007 Posts: 901
From: Moers - Germany | | |
|
| @Lazi well done ! I really appreciate this one ! Functionality wise this is what I would need on top of that:
Doc1.pdf #1 => resultingdoc.pdf #1 Doc2.pdf #1 => resultingdoc.pdf #2 Doc1.pdf #2 => resultingdoc.pdf #3 Doc2.pdf #2 => resultingdoc.pdf #4 Doc1.pdf #3 => resultingdoc.pdf #5 ....
Can Phyton handle a proper GUI ? Can this also be command line driven, I could then do a GUI....
regards Gero _________________ Geomarketing at www.geobiz.de www.gebietsplanung.net www.geomarketing-consultant.de
|
|
Status: Offline |
|
|
Lazi
| |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 13:57:50
| | [ #4 ] |
|
|
|
Cult Member |
Joined: 5-Apr-2005 Posts: 651
From: Pomaz, Hungary | | |
|
| @gerograph
Sadly python can't handle nativ gui. AFAIK it can parse command line arguments, so it is possible to make it work as a command line tool.
If I understand well, you need that multiple pdfs are merged by all first pages then all second pages and so on. It is no problem then for the next version. |
|
Status: Offline |
|
|
broadblues
| |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 14:57:08
| | [ #5 ] |
|
|
|
Amiga Developer Team |
Joined: 20-Jul-2004 Posts: 4447
From: Portsmouth England | | |
|
| Quote:
Sadly python can't handle nativ gui.
|
Watch this space, I'm working on something ... eta unknown at the moment....
In the meantime you could use blender to create a GUI for any python script, see my pdfmake example on os4depot. linky
or even embed python in a program with a GUI (a far bit of C coding knowledge requied ) and possibly overkill in this case. _________________ BroadBlues On Blues BroadBlues On Amiga Walker Broad
|
|
Status: Offline |
|
|
Thematic
| |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 17:22:19
| | [ #6 ] |
|
|
|
Super Member |
Joined: 28-Oct-2003 Posts: 1616
From: I'm actually flying into a bug! | | |
|
| Worked just fine here, thanks. _________________ : AmigaOneXE (unmod.) 750FX/512 MB +stuff & AmigaOS 4.(0|1) : A1200/68060&96MB/SCSI/EM1200-Voodoo3 & OS 3.5 : A500/1MB : Pegasos (ff) 512 MB & MorphOS Praise seitan.
|
|
Status: Offline |
|
|
Chain-Q
| |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 21:00:23
| | [ #7 ] |
|
|
|
Cult Member |
Joined: 31-Jan-2005 Posts: 824
From: Budapest, Hungary | | |
|
| I have made a quick and dirty MorphOS port (screenshot), using Yomgui's Python port and PyMUI. Mostly untested. Grab it here.
This was the first time I hacked into a Python code, so expect bugs. I'll cooperate with Lazi, to have a version which works on both OS4 and MorphOS, if he's interested. (My version kept the OS4 code, but I didn't tested it after my changes.) _________________ MorphOS, classic Amiga, demoscene, and stuff "When a bridge is not enough, build a Viaduct!" "Strip the Amiga community of speculation and we can fit every forum on a 720k floppy" (by resle)
|
|
Status: Offline |
|
|
Lazi
| |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 24-Jul-2012 6:17:13
| | [ #8 ] |
|
|
|
Cult Member |
Joined: 5-Apr-2005 Posts: 651
From: Pomaz, Hungary | | |
|
| Nice work Charlie!
It crashes badly on OS4. You made two goals with one attempt. :)
I'll see what can we do ASAP. |
|
Status: Offline |
|
|