Re: epub editor Programming Software Development by rproffitt Here's a thing. epub is a zip so unzip, edit and zip. http://support.redjumper.net/hc/en-us/articles/201908311-How-to-manually-edit-an-ePub-file ePub Reader? Community Center by BigPaw Is there an ePub Reader you would recommend for Windows? Especially so one that allows annotations. Epub Reader Programming Software Development by nIcks123 I want to create a new Epub Reader. Can anyone suggest me how to go for it i mean what tools are to be used?? Thanks in advance. epub editor Programming Software Development by writerervin i had an idea to create an epub editor that I can use on android or on desktop using java. can someone tell me where would be a good place to start? I already have ebooks on learning java. Re: epub editor Programming Software Development by rubberman This is where a Google or DuckDuckGo search would be a good idea. A short search for "epub editing software" returns a lot of good options. Re: epub editor Programming Software Development by writerervin i looked and there was not one on doing it on android. I have an epub editor on windows. Re: What can I use to change ePub ebooks to read on Kindle? Hardware and Software by Casey7210 Here is a free ebook tool for you. You can easily convert your ebook from epub to pdf,epub to mobi, epub to kindle, etc. Free Online Converter / EPUB Converter [epub to kindle](http://www.epubconverter.com/) It provides you with the best mobi to epub converting experience. PDF to EPUB in asp.net Programming Software Development by coder389 I am making a book reader. It takes input files in PDF format. I have to show them in EPUB format. But I don't know how to convert PDF to EPUB format. Please help by suggesting some valuable methods. Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by peter_budo Nice try James, but that would be only me replying :P To create mobi format you can use official [Amazon Generator](http://www.amazon.com/gp/feature.html?docId=1000234621) for epub have look [here](http://www.siegmann.nl/epublib) or just Google for Java Epub library. All the resources gathered through Google search xD I want to convert pdf to epub on mac, any advice? Hardware and Software macOS by Derek Chou I want to convert pdf to epub book for reading on my sony reader, or iPhone, could someone recommend me a good software. It would be better, if the software is free of charge. Thanks in advance. PS: I work on a Mac computer. how to read chm and epub file in Android Application Programming Mobile Development by mahdi68 Hi i want to read chm and epub file in my application , how can i do this ? Re: how to read chm and epub file in Android Application Programming Mobile Development by peter_budo Dude !!! Here are [URL="http://lmgtfy.com/?q=android+epub+reader"]resources[/URL] How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by Venkat SM … my own format[/COLOR] like .azw(kindle device format),.mobi,.epub etc..Is it possible to create it using java? if… Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by DavidKroukamp … my own format[/COLOR] like .azw(kindle device format),.mobi,.epub etc..Is it possible to create it using java? if… What can I use to change ePub ebooks to read on Kindle? Hardware and Software by VickyMilza Hi Friends, I have a Kindle 3 and I have about 400 ePub books. How do I change them to read them on the Kindle? I would also like to thank everyone that answered my question asking about which was better Kindle 3 or Nook. Thanks in advance Vicky Milza Re: What can I use to change ePub ebooks to read on Kindle? Hardware and Software by caperjack … read on kindle ](https://www.google.ca/search?q=change+ePub+ebooks+to+read+on+Kindle&ie=utf-8&… Re: What can I use to change ePub ebooks to read on Kindle? Hardware and Software by rubberman This may help: http://howto.cnet.com/8301-11310_39-57319379-285/how-to-read-epub-files-on-your-kindle/ Re: Epub Reader Programming Software Development by rubberman I would advise reading the code for open source tools such as Calibre to figure out how to do this. Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by NormR1 AFAIK there is no magic in having a java program write out a file with any extension or contents. The magic is getting a unique value for the extension and having the OS recognize it as belonging to your application. For example 12 years ago I used the RSS extension for my slideshow control file. On MS windows, the connection between an extension… Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by stultuske NormR1 is right, just creating a file with a certain extension can be done easily like [Code=Java] File myFile = new File("testfile.qrr"); boolean created = myFile.createNewFile(); [/Code] but it would be nothing more than a txt file with a different extension. it'll take more than just to change the extension to make the data be stored … Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by hfx642 Creating a file with your own format, and your own extension is easy. In fact... You already know how to do that. If the company you're dealing with has a proprietary format, only that company can tell you what the specification is. If you're trying to output a file in a specific format, with a specific (usable) extension, that's another story.… Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by Venkat SM Thanks for your great ideas.... Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by Venkat SM [QUOTE=hfx642;1753252]Creating a file with your own format, and your own extension is easy. In fact... You already know how to do that. If the company you're dealing with has a proprietary format, only that company can tell you what the specification is. If you're trying to output a file in a specific format, with a specific (usable) extension, … Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by mhd_arif123 i think it would be better if you have special algorithms to encrypt and decrypt the content of those files . So, it makes more confidential. Those files can not read by other applications such as notepad etc. Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by stultuske that doesn't really matter here. when the contents is decrypted, the nature of the file itself doesn't really change. if it was created as a .txt with alternative file-extension, whether you encrypt the contents or not, the OS would still regard it as a txt file. Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by diasansley though a year later! nonetheless I am trying to implement the same but the idea here is a different file format for the ebook. and we will create an android or iphone app to read the format. sole purpose is that we can prevent sharing of this file. is this possible. is it possible in php to read a .pdf file and make it our own format? thanks in … Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by JamesCherrill This is the Java forum. There's no Java on iPhone. I suggest you try another forum. Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by diasansley ok what about just android? any ideas on how to achieve that? Re: How to create my own file format like .azw, .mobi,.epub etc. using java Programming Software Development by JamesCherrill Suggest you try the Mobile Development forum - those guys will know a lot more about that http://www.daniweb.com/software-development/mobile-development/181 Suggestions For Android e-reader Requested Hardware and Software by Reverend Jim … ads? The only format it has to support is epub. Fortunately, epub is an open format so this shouldn't be a…