How do I turn a DOCX manuscript into a publishable EPUB ebook?
+
Слање DOCX и претварач разматра структуру заглавља да би открио поглавља, затим изграђује преточни контејнер EPUB са једним поглављем по секцији е- књиге, генерисаним ТОЦ-ом и омотаним слотом. Резултат је спреман за слање у Kindle KDP, Apple Books или Kobo.
Да ли ће претворена књига задржати свој поклопац, поглавља и садржај?
+
Да, где их оба формата могу изразити. Оквирни уметности, поглавље и навигациони садржај су структурни метаподатаци, тако да они преносе уместо да буду уплетени у текст. Уносе белешкиндекси су крхки делови — они разграђују у инлине текст о циљама без механичара.
Да ли конвертор аутоматски детектује поглавља у мом DOCX?
+
Да — заглавље 1 / заглавље 2 стилова у DOCX постају подразумевано EPUB поглавља. Ако DOCX користи неконзистентне наслове, напредна опција „ шаптер маркер “ омогућава вам да задате регекс (нпр. „ ^поглавље \ d+ “) да премостите хеуристичку.
Will the EPUB have a clickable table of contents?
+
Yes — detected chapters auto-populate the EPUB's NCX / nav.xhtml so every reader displays a proper chapter list. Apple Books, Kobo, and Calibre render it on the contents page; Kindle uses it for the "Go To" menu.
Can I add a cover image when converting DOCX to EPUB?
+
Yes — drop a cover image (JPG / PNG, ideally 1600×2400) alongside the DOCX in the upload, and we embed it in the EPUB as the official cover. Retailer storefronts pick up this image automatically when you upload the EPUB.
Како да поставим метаподатаке (аутор, наслов, ИСБН) на EPUB?
+
The metadata form appears after upload — fill in title, author, language, publisher, and ISBN, and we write them into the EPUB's OPF block. KDP / Apple Books / Kobo all read this metadata when ingesting your EPUB.
Шта је са сликама и фигурама у DOCX?
+
Inline images in the DOCX (Word picture insertions, HTML `<img>`, PDF embedded figures) are extracted and re-embedded in the EPUB at the same paragraph anchor. PDF vector graphics are rasterized at 300 DPI before embedding.
Does the EPUB keep my DOCX typography (italics, smart quotes, drop caps)?
+
Italics, bold, smart quotes, em-dashes, and en-dashes all round-trip. CSS-style drop caps are added via EPUB CSS where supported (EPUB 3, AZW3). Older readers fall back to plain capitalization — the manuscript content is unchanged.
Can I make the EPUB compatible with both Kindle and other readers?
+
EPUB ради на сваком читаоцу осим старијег Киндлеса. За максималну компатибилност, направите ЕПУБ овде и затим претворите у АЗВ3 / КФ8 преко / епуб- то- азв3/ — већина аутора пребаци оба формата. КДП такође прихвата и ЕПУБ директно и унутрашње претвара.
Is my DOCX manuscript private during EPUB conversion?
+
Да — учитани DOCX фајлови (посебно непубликовани рукописи) обрађују се у изолованим радницима и обрисани у року од неколико минута. Никада не читамо, задржавамо или тренирамо садржај рукописа.
How long does DOCX to EPUB conversion take for a full novel?
+
A 300-page DOCX typically converts to EPUB in 10-30 seconds. PDF source is slower (text extraction + reflow) — expect 1-3 minutes for an image-heavy 400-page PDF.
Why does my EPUB have weird line breaks after conversion?
+
Most often the DOCX used hard line breaks at the end of every line (common in plain text or OCR'd PDFs) instead of paragraph breaks. Turn on the "smart paragraph reflow" advanced option — it merges hard-wrapped lines back into proper paragraphs in the EPUB.