Upload File example:
Input: A 48 KB HTML document containing a styled article with headings, paragraphs, a table with data, a bulleted list, inline CSS styling (fonts, colors, margins), and a footer section. The HTML file uses semantic tags like <article>, <h1> through <h3>, <table>, <ul>, and <footer> with embedded CSS in a <style> tag.
Output: A multi-page PDF document (2-3 pages) displaying the raw HTML source code in 8pt Courier monospace font. All lines are preserved with original indentation and formatting. The PDF uses A4 pages with 40pt margins, and the code is ready for review, documentation, or archival.
Paste Code example:
Input: 240 lines of HTML source code pasted into the textarea, containing a complete web page structure with <!DOCTYPE html> declaration, <head> with meta tags and embedded CSS, <body> with navigation, main content sections, and a footer. The code includes proper indentation, comments, and self-closing tags.
Output: A 3-page PDF document displaying the raw HTML source code in 8pt Courier monospace font. All lines are preserved with original indentation, no syntax is interpreted or executed. Long lines are automatically wrapped to fit within the page margins. Each page has consistent 40pt margins, and the document is ready for code review, documentation, or archival purposes.