Jar files are not a full fledged program but a set of java libraries that can 
be used with a java program.  Most likely your original program should be able 
to be scripted  with apple script.

Something like

set myDocuments to the path to Documents
repeat with afile in files in myDocuments whose name ends with ".pdf"
tell application "pdf2epub" to open afile 
end repeat


If thepdf2epub program exits after it does its conversion then the above should 
work.

Jon
  
Jonathan C. Cohn
jonc...@cox.net



On Mar 4, 2011, at 10:25 AM, William Windels wrote:

> Hi all,
> I found a rtf-epub convertor.
> Ik would like to convert rtf to pub so that I can read more comfortable 
> documents on my iphone.
> I would like to make conversions with a lot of files at the same time.
> 
> So, I was looking on the internet and fount:
> rtf2epub-0.2.0.jar
> 
> I have made it executable and I was runing it in the terminal but with a lot 
> of errors.
> 
> If someone can give my hints to use this kind of programs or another (free) 
> solution to convert files to pub, it would be very much appreciated!!!
> 
> best regards,
> William Windels
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To post to this group, send email to macvisionaries@googlegroups.com.
> To unsubscribe from this group, send email to 
> macvisionaries+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/macvisionaries?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.

Reply via email to