 |
|
 |
Do you wanna enjoy your favorate PDF eBooks with ePub Readers like iPhone, iPod, iPad, Kindle and more? PDF to ePub Converter can help you make it.
As we know, Adobe Acrobat and Reader are not required when converting PDF to EPUB and the converted EPUB files will have all original file features preserved.
However, PDF to ePub Maker is such an excellent PDF to ePub Converter which can perfectly and quickly convert PDF format to ePub (.epub) for reading with iPhone, iPad, iPod, iPod Touch, Kindle Wireless Reading Device, PC, Mac, BlackBerry, Android Phone, etc. All original file features like original text, layout, tables, images and more can be preserved in the output ePub eBooks.
In addition, this PDF to ePub Converter is very easy-to-use, just a few clicks, you can get the ePub format files and enjoy with your cool handy readers.
For more: http://pdf-to-epub.xstudio.biz
Download Code: http://pdf-to-epub.xstudio.biz/download/pdf-to-epub-maker.exe
Free Download Mac PDF to ePub Converterbr /> Tips: About ePut Format iBooks use an ebook format called ePub, ePub is supported by iPhone, iPad, iPod, iPod Touch, PC, Mac, Android Phone and others. What's the ePub format?
The ePub format is a standard eBook format recommended by The International Digital Publishing Forum.
The ePub file may be divided into three categories: XHTML documents, packaging files and container files.
XHTML Documents. XHTML is a strict version of HTML. The stricter syntax enables web browsers or eBook viewers to render the document more easily. Packaging Files. They include two files: one with the .opf extension and another with the .ncx extension. Container Files. They must be placed in a folder named "META-INF". These files are used for encryption and digital rights management (DRM). For an eBook without DRM, the container file has only a few standard lines.
To read ePub eBooks you will need a digital reader. There are now many such readers available with the most popular being the Sony Reader, Apple iPhone, iPod, iPad, Kindle, etc..
|
|
|
|
 |
|
 |
Hi Andre,
It works really well. Thanks for it. I was curious to know that how you are fetching pdf data because getting pdf content is really hard and your code works really well so was just curious to know how you are reading pdf and also it would be good if you can let me know what are the things need to keep in mind while converting to epub standard (set of guidelines or rules ).
Thanks,
Mehul
|
|
|
|
 |
|
 |
Mehul,
I am glad you like the program . I wish I could take credit for parsing the PDF, but I borrowed the code from a sourceforge project. I don't know the name of the project, it has been to long.
As you may have noticed, there is almost no explanation. This is because it was whipped up in a few weekends, so I could read pdf files a bit more comfortable on the screen of my tiny e-book reader. This also means I cannot give you any guidelines, because I don't have any myself .
Be aware:
this application does not handle text encoding to HTML well, this may cause some errors.
|
|
|
|
 |
|
 |
Very helpful! Just do not get 5 stars because it could have been improved to be easier to use and because it needs the expression.
|
|
|
|
 |
|
 |
hi,
after converting the pdf to epub i validate the epub file from this site http://threepress.org/document/epub-validate/. it give more than 3000 errors. how i can resolve this errors
|
|
|
|
 |
|
 |
I am sorry, but the question is to generic to answer. What are the errors, you wish to resolve?
|
|
|
|
 |
|
 |
I tried to convert a hebrew PDF.
Unfortuntlly it outputs a blank epub.
Can you point me out how to fix this?
Thanks
|
|
|
|
 |
|
 |
Im familiar with a group called Convert a Book. When you are working with text in different languages its difficult to do the conversions on your own (hebrew characters are not available on most free conversion software's and sites etc..) You might try checking with them? -- PDF to ePub conversion
|
|
|
|
 |
|
 |
Hi!
I had the same problem when converting documents into BrazillianPortuguese, but the problem is not the code. Some text or HTML documents are written in different encoding that is specified in the meta tags, but this is a feature, not an error. The. NET StreamReader open the file with the default encoding of the file, but reads the contents of the HTML meta tags. If they are reading will fail extended characters.
To operate, simply find the procedure "private void ProcessFile (string fileName, string encode)" and change this line
"(StreamReader reader = new StreamReader (fileName)"
for this
"using (StreamReader reader = new StreamReader (fileName, Encoding.GetEncoding (encode))) "
where "encode" is the string of your codepage.
In my case, the string "encode" was "iso-8859-1".
|
|
|
|
 |
|
 |
First there was error with System.Windows.Interactivity and Microsoft.Expression.Interactions
When I commented those lines (using namespace ....Interactivity & usning namespace ...Interactions) and then compiled the program, it just worked.
I faced another error regarding file name.
Fix: File name should not contain white space.
I copyed generated file to Sony Daily Edition ereader, and it read it fine.
There is some difficulties with Epub reader "lucidor-0.9-1".
|
|
|
|
 |
|
 |
Gave me the same error. I then included the bin folder into my project and then built it.. worked as a charm.
|
|
|
|
 |
|
 |
Can you show an example on how to read the epub file? Maybe a epub reader?
|
|
|
|
 |
|
 |
An EPUB file is nothing more than a self contained website, packaged as a zip file. Rename the epub file to .zip and unpack it into a subdirectory.
Now it's possible to open the html file(s) with a browser of your choosing.
That's all there is to it.
|
|
|
|
 |
|
 |
There are a couple of epub readers that I use but I like the firefox plugin EPubReader
|
|
|
|
 |
|
 |
It's an nice tool.
But I cannt compile it because it's lack of System.Windows.Interactivity and Microsoft.Expression.Interactions assembly?
Can you point where i can get this two assemblies?
I run it on Visual Studio 2008 with .NET framework 3.5
Thanks for distributing this tool,
LAY Oro
DDD Technical Lead
layoro
|
|
|
|
 |
|
 |
I started the project with Microsoft Expression, so there may be some assemblies included that are not required. I have not included any Expression specific code, so I will update the source with a clean project file.
|
|
|
|
 |
|
 |
there is a problem with the zip package...
if you compress the files with 7zip all works
if you compress the files with the zip package code... Adobe Digital edition not open the file
|
|
|
|
 |
|
 |
This is the reason why my application also zips everything. It uses the .net compression assemblies.
The epub file format requires the file in the root to be uncompressed and the first in the file list of the zip file. Some zip packages are 'smart' and reorder the files, this is not what we want for the first file.
|
|
|
|
 |
|
 |
Requires code you have to purchase to compile...
|
|
|
|
 |
|
 |
It should not require Microsoft Expression. I started the project with this tool, so there may be some assemblies included that are not required. I have not included any Expression specific code, so I will update the source with a clean project file.
|
|
|
|
 |
|
 |
No code explanation, no details on how and what type of pdf files it will convert to what quality of ePub. Also having a single page ePub file, what sense it makes. Atleast none to me. ePub should have topics and other properties.
|
|
|
|
 |
|
 |
Sorry, if this is not what you were looking for . I never attemped to explain all the details or to produce a commercial grade project. This was a weekend project and some friends showed interest. This seemed a good place to share it with the world.
|
|
|
|
 |
|
 |
This may be a wonderful application, but there is no information on the structure of the code to allow anyone to learn how to use it. In fact there is not even a description of how to use it.
|
|
|
|
 |