Please consider this when reading my scripts... catch the rough idea only, please don't consider them anything more!
Search found 7 matches
- Tue Apr 14, 2009 8:29 am
- Forum: NConvert
- Topic: Python + nconvert
- Replies: 5
- Views: 3639
Re: Python + nconvert
In Italy we say "Ogni scarafone è bello a mamma sua", thet means "Any beatle is beautiful in the opinion of his mother"
.
Please consider this when reading my scripts... catch the rough idea only, please don't consider them anything more!
Please consider this when reading my scripts... catch the rough idea only, please don't consider them anything more!
- Mon Apr 13, 2009 6:10 am
- Forum: NConvert
- Topic: Python + nconvert
- Replies: 5
- Views: 3639
Re: Python + nconvert
Here my present version of python-nconvert routines:
import os
import Image
def opal(filepdf="test.pdf", pagine=10):
# a bat file for nconvert batch commands is opened
f=open("pyscript.bat","w")
# name of pdf is extracted
nome=filepdf.replace(".pdf","")
# a folder for images is created ...
import os
import Image
def opal(filepdf="test.pdf", pagine=10):
# a bat file for nconvert batch commands is opened
f=open("pyscript.bat","w")
# name of pdf is extracted
nome=filepdf.replace(".pdf","")
# a folder for images is created ...
- Sun Apr 12, 2009 11:38 am
- Forum: NConvert
- Topic: Problem with Internet Archive pdf files
- Replies: 0
- Views: 685
Problem with Internet Archive pdf files
I cant manage with nconvert pdf files from Internet Archive , here an example: Confessioni d'un scettico . It has been the first "large" pdf file I tried to convert, and I was thinking about a nconvert limitation, but then I tried Ghostscript and the problem was exactly the same: no reply from the ...
- Sat Apr 11, 2009 9:42 am
- Forum: NConvert
- Topic: Python + nconvert
- Replies: 5
- Views: 3639
Re: Python + nconvert
Another night has gone, I took a look to PIL (Python Imaging Library) which was deeply sleeping into my pc, and I see great perspectives merging PIL routines and Nconvert for mass pdf->images conversion. "Intelligent" cropping can be archived, probably, with PIL routines too. I presume, my previous ...
- Fri Apr 10, 2009 10:33 pm
- Forum: NConvert
- Topic: Python + nconvert
- Replies: 5
- Views: 3639
Re: Python + nconvert
Here a sample of my second day of tries.
I've this pdf (here the first page) :
http://lh4.ggpht.com/_Rndfu1koDq4/Sd_Ctp4WIYI/AAAAAAAAHk4/Z3UWBVr3rF8/s400/opal-x.jpg
As you see, any pdf page contains two pages of a book; the book has 90 pages. My problem is, to convert this pdf into a set of ...
I've this pdf (here the first page) :
http://lh4.ggpht.com/_Rndfu1koDq4/Sd_Ctp4WIYI/AAAAAAAAHk4/Z3UWBVr3rF8/s400/opal-x.jpg
As you see, any pdf page contains two pages of a book; the book has 90 pages. My problem is, to convert this pdf into a set of ...
- Thu Apr 09, 2009 9:17 pm
- Forum: NConvert
- Topic: Python + nconvert
- Replies: 5
- Views: 3639
Python + nconvert
I downloaded nconvert from two days, my first look to "help" gave me the neat feel that it has been written in old chinese, but at a fourth-fifth look I understood something. I know by experience that this is pretty common dealing with a new application. :wink:
My goal was, to control into any ...
My goal was, to control into any ...
- Wed Apr 08, 2009 8:59 am
- Forum: Info & Forum
- Topic: Self introduction
- Replies: 14
- Views: 22485
Self introduction
As I see, there's no specific board for self-introduction of new members, but I appreciate self introduction of new members into the forums where I'm am admin, so here I am.
I'm not a programmer, but I like programming a bit from some decades (my first experiences were in 1975-76...) . Presently I ...
I'm not a programmer, but I like programming a bit from some decades (my first experiences were in 1975-76...) . Presently I ...