Sobre os arquivos ADOC
AsciiDoc
Linguagem de markup textual para documentação técnica (2002). Mais rica que Markdown — suporta tabelas complexas, admonitions, referências cruzadas. Padrão em documentação open-source (Asciidoctor).
Família
Documents & Text
Extensão
.adoc
Tipo MIME
text/asciidoc
Pode ser usado como
COMO NASCEU O
FORMATO ADOC.
AsciiDoc was created in 2002 by Stuart Rackham, an Australian developer who wanted a plain-text documentation format that could express everything DocBook XML could — complex documents with chapters, tables, cross-references, bibliographies — but without the XML verbosity. The original AsciiDoc toolchain (Python) compiled .adoc files into DocBook, then used DocBook’s stylesheets to generate HTML, PDF, EPUB, and man pages.
In 2013 Dan Allen rewrote the processor in Ruby as Asciidoctor, reaching rough parity with the original AsciiDoc while running 100× faster. Asciidoctor became the de-facto AsciiDoc engine and the toolchain for GitLab’s native rendering, Eclipse documentation, O’Reilly’s book production, and many large open-source projects (Spring Framework, Arquillian, Hibernate). AsciiDoc Working Group at Eclipse Foundation now maintains the language spec — a rare case of a grassroots format achieving formal standardization.
CURIOSIDADES E
FATOS INTERESSANTES.
Dan Allen's 2013 Ruby rewrite (Asciidoctor) runs 100× faster than the original Python AsciiDoc — which is why AsciiDoc adoption accelerated after 2013.
O'Reilly Media publishes many technical books with AsciiDoc as the canonical source format.
GitLab renders .adoc files natively in repository views — one of the few non-Markdown formats with first-class GitLab support.
Eclipse Foundation adopted AsciiDoc for its official documentation in 2018 and now hosts the AsciiDoc Working Group.
The AsciiDoc Language spec reached 1.0 RC status at Eclipse in 2024 — formal standardization of a grassroots 2002 project.
VANTAGENS E
LIMITAÇÕES.
Vantagens
- Expressiveness of DocBook in plain text.
- Cross-references, tables, bibliographies, math, and metadata native.
- Multi-output: HTML, PDF, EPUB, man pages, DocBook XML.
- Faster parsing than LaTeX, richer than Markdown.
- Eclipse Foundation stewardship.
Limitações
- Steeper learning curve than Markdown.
- Smaller ecosystem than Markdown despite being more capable.
- Most CI tools default to Markdown, not AsciiDoc.
- Authoring WYSIWYG tools are limited.
Tamanhos típicos de arquivo
Short technical article
2-20 KB
Book chapter
20-150 KB
Full book source
500 KB - 5 MB
Especificações técnicas
- MIME type
- text/asciidoc
- Extensions
- .adoc, .asciidoc, .asc
- Processors
- AsciiDoc (Python), Asciidoctor (Ruby)
- Stewardship
- Eclipse AsciiDoc Working Group
- Output targets
- HTML, PDF, EPUB, DocBook, man page
CONVERTER A PARTIR DE
ADOC
Casos de uso comuns
Technical documentation, software manuals, O'Reilly book publishing
Formatos relacionados
Comparativos populares
ADOC vs PDF
Diferenças, tamanho de arquivo e quando escolher cada formato.
ADOC vs DOCX
Diferenças, tamanho de arquivo e quando escolher cada formato.
ADOC vs ODT
Diferenças, tamanho de arquivo e quando escolher cada formato.
ADOC vs TXT
Diferenças, tamanho de arquivo e quando escolher cada formato.
ADOC vs MD
Diferenças, tamanho de arquivo e quando escolher cada formato.
ADOC vs HTML
Diferenças, tamanho de arquivo e quando escolher cada formato.
Conversões populares de ADOC
Os destinos mais procurados ao converter arquivos ADOC.
Perguntas frequentes sobre ADOC
Perguntas frequentes
ADOC (AsciiDoc) is a document formato used to store paginated text, com optional formatoting, tables, images, hyperlinks, headers e footers. It sits no documents & text family e is tipicamente associated com a specific office suite ou publishing pipeline that defined the formato e ships the canonical reader.
Modern office suites — Microsoft Word, Google Docs, LibreOffice Writer, Apple Pages — abrir most ADOC arquivos com reasonable fidelity. If your installed software does not support ADOC, converter to DOCX ou PDF first usando KaijuConverter; both abrir in virtually every reader, including grátis online viewers.
Upload the ADOC to KaijuConverter e pick DOCX, PDF, ODT, RTF, HTML, Markdown, ou plain text. Our pipeline runs LibreOffice headlessly plus pandoc para text formatoos — the same engines behind profissional document pipelines. Styles, tables, images, e hyperlinks survive the conversion intact.
Sim, para um alta degree. padrão fonts, headings, lists, tables, images, hyperlinks e page structure transfer cleanly. Custom fonts substitute para o closest match if not embedded; obscure layout features unique to ADOC (frames, legacy macros) may flatten to static content no target formato.