Conversor FDX a PDF
Abre archivos de Final Draft sin Final Draft
Este conversor gratuito transforma un archivo de Final Draft (.fdx) en un PDF de guion correctamente formateado, directamente en tu navegador. Suelta el archivo, revisa la vista previa, descarga el PDF. Sin licencia de Final Draft, sin registro y sin subir nada: tu guion nunca sale de tu máquina.
Un archivo .fdx no es más que XML. Cada elemento del guion está dentro de una etiqueta Paragraph con un atributo Type (encabezado de escena, acción, personaje, diálogo, acotación, transición), y por eso los conversores genéricos destrozan los guiones: ignoran esos tipos y aplastan todo contra el margen izquierdo. Esta herramienta lee los tipos y reconstruye la maquetación profesional: Courier 12 puntos en US Letter, margen izquierdo de 3,8 cm, diálogo a 6,3 cm, nombres de personaje a 9,4 cm, transiciones alineadas a la derecha, 55 líneas por página.
El análisis y la generación del PDF funcionan enteramente en tu navegador. El archivo se lee en local y no se envía nada a un servidor. El diálogo simultáneo se aplana en intervenciones sucesivas en esta versión.
Suelta aquí tu archivo .fdx
O usa el botón para elegir un archivo de tu ordenador.
Totalmente privado: el archivo se procesa en esta pestaña y nunca se sube.
Carga un archivo .fdx o pega su XML para obtener una vista previa formateada y un PDF descargable.
Cómo funciona
El conversor analiza tu .fdx con el analizador XML integrado del navegador, lee el atributo Type de cada Paragraph, une los fragmentos de texto que Final Draft había separado para el formato, y maqueta después el guion con jsPDF según la hoja estándar: Courier 12 puntos, US Letter, margen izquierdo de 3,8 cm y 2,5 cm en el resto, diálogo en una columna de 8,9 cm que empieza a 6,3 cm del borde, nombres de personaje a 9,4 cm, y números de página arriba a la derecha seguidos de un punto. Los tipos de elemento que la herramienta no reconoce se imprimen como líneas de acción, para que nada de tu guion desaparezca.
Cómo convertir un archivo FDX en PDF sin Final Draft
La situación clásica: alguien con quien coescribes, una producción o un concurso te envía un archivo .fdx y no tienes Final Draft, que hoy cuesta unos 200 dólares. No lo necesitas solo para leer o compartir el guion. Un conversor FDX a PDF en línea resuelve lo único que te interesa: un PDF limpio e imprimible, tal como lo formateó quien lo escribió. Este convierte tus archivos fdx gratis, sin cuenta y sin marca de agua.
Los conversores de documentos genéricos fallan aquí de una forma muy concreta. El FDX guarda el papel de cada línea en un atributo Type, y la maquetación (el margen de encuadernación de 3,8 cm, la columna de diálogo, los nombres de personaje que parecen centrados) solo existe si el conversor aplica esos papeles. Las herramientas que tratan el archivo como XML o texto enriquecido producen un muro de Courier alineado a la izquierda que nadie se tomará en serio. Un conversor fdx de verdad reconstruye la retícula del guion elemento a elemento.
Está además el problema de la privacidad: la mayoría de los sitios que ofrecen la conversión de Final Draft a PDF te hacen subir el archivo a su servidor. Para un guion no producido eso es un riesgo real, y además innecesario. Como el FDX solo es XML, tu navegador puede analizarlo en local. Esta página funciona como visor de archivos fdx en línea y como vía de exportación de Final Draft a PDF, sin registro y sin que un solo byte salga de tu máquina.
A quién sirve
- Quien recibe un .fdx: abre el archivo de Final Draft de tu coguionista, revisa el formato y produce un PDF que puedas compartir sin comprar el software.
- Envíos a concursos y becas: la mayoría de los concursos quieren PDF. Convierte tu .fdx definitivo en un PDF listo para enviar y conserva la maquetación estándar que espera quien lee.
- Producción y lectura: consigue una copia imprimible de un borrador en cualquier máquina, incluidas aquellas donde instalar software de guion es imposible.
FDX to PDF Converter: the complete guide
It parses the .fdx XML locally, reads each paragraph's element type, and rebuilds the industry layout in a downloadable PDF: Courier 12 point, US Letter, 1.5 inch left margin, proper dialogue and character indents, right-aligned transitions, and numbered pages.
For this workflow, the central problem is clear: an .fdx file is useless to anyone without Final Draft, and generic converters destroy screenplay formatting because they ignore the element types stored in the XML. Left unresolved, this creates downstream friction and slower decisions. The practical target is a correctly formatted, submission-ready screenplay PDF produced in the browser, with no Final Draft license and no upload.
Limitation to keep in mind: It converts for reading, printing, and submission, not for editing: dual dialogue is flattened to sequential speeches, and revision colors, scene numbers, and script notes are not carried into the PDF.
Advanced workflow: Teams exchanging drafts keep .fdx as the editable master and use this converter to cut reader PDFs at each milestone, comparing estimated page counts between versions to catch formatting drift before a submission deadline.
Step-by-Step Workflow
- Drop the .fdx file into the converter, or open it in a text editor and paste the XML if the file arrived in a zip or email preview.
- Check the formatted preview: scene headings, indents, and transitions should match what the writer built in Final Draft.
- Review the parse summary (scene count, dialogue blocks, estimated pages) to confirm nothing obvious is missing.
- Download the PDF and archive it next to the source .fdx so the readable copy and the editable master stay paired.
Use Cases By Profile
- Writer: open a collaborator's Final Draft file and produce a clean shareable PDF without buying the software.
- Contest submitter: convert the final .fdx to the PDF upload every major contest requires, keeping the standard layout intact.
- Producer or reader: get a printable copy of a draft on any machine, with the script never leaving the browser.
Common Mistakes To Avoid
- Running an .fdx through a generic document converter and sending out the left-aligned wall of text it produces.
- Uploading an unproduced script to an unknown conversion site when the format is plain XML a browser can parse locally.
- Assuming the PDF page count matches Final Draft exactly and quoting it in a submission form without checking the file.
Professional Best Practices
- Keep the .fdx as your editable master; the PDF is a delivery format, not a working file.
- If a file refuses to parse, open it in a text editor: a real .fdx starts with an XML declaration and a FinalDraft root tag.
- For contests, convert and then open the PDF once before uploading; thirty seconds of checking beats a formatting disqualification.
Treat this tool output as a decision support layer, not a replacement for authorship. Great scripts are remembered for specific choices, emotional precision, and clarity of dramatic movement. Tools help by removing noise so your energy can go where it matters: character, conflict, escalation, and payoff. If you review outcomes after each pass and keep an explicit log of accepted changes, your workflow becomes faster and more predictable from draft to draft. That consistency is exactly what professional collaborators value: fewer surprises, clearer rationale, and a script that evolves with intent.
Extended FAQ
What is an FDX file?
It is Final Draft's native document format, and under the hood it is plain XML: paragraphs tagged with element types like Scene Heading, Character, and Dialogue. That is why a converter that respects those tags can rebuild the script layout perfectly.
Can I convert FDX to PDF on my phone or tablet?
Yes. The converter runs in any modern browser, so a phone or tablet works. Pasting the XML is often easier than the file picker on mobile if the .fdx arrived inside an email.
Will the PDF page count match Final Draft exactly?
It will be close but not guaranteed identical. Line breaking and widow control differ slightly between engines, so a 100 page script may land within a page or two. Check the output before quoting a page count.
Can I edit the script after converting it to PDF?
Not in the PDF itself. Keep the .fdx as your editable master and re-convert after changes. If you need to edit without Final Draft, import the .fdx into a free screenwriting app, then export a fresh file.
Does the converter handle revision marks and colored pages?
No. Production features like revision asterisks, colored revision pages, and locked scene numbers are not reproduced. The output is a clean reading and submission copy of the current text.
Is FDX to PDF conversion safe for an unproduced script?
Here, yes: parsing and PDF generation happen in your browser and the file is never uploaded. Avoid converter sites that process scripts server-side; an unreleased screenplay should not sit in a stranger's storage.
Preguntas frecuentes
Suelta el archivo .fdx en este conversor. Analiza el XML en tu navegador, muestra una vista previa formateada y te da un PDF. Para editar en vez de leer también existen aplicaciones gratuitas que importan FDX, pero para compartir e imprimir suele bastar un PDF.
Sí. Sin registro, sin marca de agua en el resultado, sin límite de páginas, sin periodo de prueba. Es una herramienta gratuita de ScreenWeaver, y la conversión funciona en tu propia máquina.
No. El archivo se lee en local con el analizador XML de tu navegador, y el PDF se genera también en local. Puedes cargar esta página, desconectarte de internet, y la conversión sigue funcionando.
La hoja estándar del oficio: Courier 12 puntos en US Letter, margen izquierdo de 3,8 cm, 2,5 cm arriba, a la derecha y abajo, diálogo en una columna de 8,9 cm a 6,3 cm del borde, nombres de personaje a 9,4 cm, transiciones alineadas a la derecha, unas 55 líneas por página, números de página arriba a la derecha seguidos de un punto.
El diálogo simultáneo en paralelo exige una maquetación a dos columnas que esta versión no representa. Ambas intervenciones se conservan, impresas una tras otra en el orden del guion, así que no se pierde ningún diálogo. El número de páginas puede aumentar ligeramente por ello.

Convierte ese guion en storyboards y planos
ScreenWeaver lee tu guion y te ayuda a dividirlo en escenas, storyboards y planos generados con IA, para que el PDF que acabas de crear sea el comienzo de la preparación. Gratis para empezar.
Probar ScreenWeaver gratis









