Sample Document for PDF Conversion

This document demonstrates various HTML5 elements and their appearance when converted to PDF.

Text Elements

This is a standard paragraph. It can contain strong text, emphasized text, and marked text. Here is a hyperlink. We can also have inline code snippets.

This is a blockquote, often used for long quotations. It is indented from the surrounding text.

—A wise person

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}
        

Lists

Unordered List

Ordered List

  1. First step
  2. Second step
  3. Third step

Table

Sample Table
Header 1 Header 2 Header 3
Data 1.1 Data 1.2 Data 1.3
Data 2.1 Data 2.2 Data 2.3
Data 3.1 Data 3.2 Data 3.3

Image

An image is included below. It should be properly scaled.

A sample image