| Poster | Thread |
Thematic
|  |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 22-Jul-2012 23:24:03
| | [ #1 ] |
|
|
 |
Super Member  |
Joined: 28-Oct-2003 Posts: 1559
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. |
|
| Status: Offline |
|
|
Lazi
|  |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 11:33:50
| | [ #2 ] |
|
|
 |
Regular Member  |
Joined: 5-Apr-2005 Posts: 325
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 13:23:43
| | [ #3 ] |
|
|
 |
Cult Member  |
Joined: 5-Dec-2007 Posts: 845
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 |
|
| Status: Offline |
|
|
Lazi
|  |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 14:57:50
| | [ #4 ] |
|
|
 |
Regular Member  |
Joined: 5-Apr-2005 Posts: 325
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 15:57:08
| | [ #5 ] |
|
|
 |
Elite Member  |
Joined: 20-Jul-2004 Posts: 2400
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. |
|
| Status: Offline |
|
|
Thematic
|  |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 18:22:19
| | [ #6 ] |
|
|
 |
Super Member  |
Joined: 28-Oct-2003 Posts: 1559
From: I'm actually flying into a bug! | | |
|
| Worked just fine here, thanks. |
|
| Status: Offline |
|
|
Chain-Q
|  |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 23-Jul-2012 22:00:23
| | [ #7 ] |
|
|
 |
Cult Member  |
Joined: 31-Jan-2005 Posts: 616
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.) |
|
| Status: Offline |
|
|
Lazi
|  |
Re: PdfToolkit 1.0 released on OS4Depot Posted on 24-Jul-2012 7:17:13
| | [ #8 ] |
|
|
 |
Regular Member  |
Joined: 5-Apr-2005 Posts: 325
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 |
|
|