Test HTML Document for Convert Tool

This is a test HTML file for testing the HTML to PDF conversion functionality. It contains various HTML elements to ensure proper conversion.

Text Formatting

This paragraph contains bold text, italic text, and inline code.

Important: This is a highlighted section that should be preserved in the PDF output.

Lists

Unordered List

Ordered List

  1. Primary point
  2. Secondary point
  3. Tertiary point

Table

Column 1 Column 2 Column 3
Data A Data B Data C
Test 1 Test 2 Test 3
Sample X Sample Y Sample Z

Code Block

function testFunction() {
    console.log("This is a test function");
    return "Hello from HTML to PDF conversion";
}

Final Notes

This HTML document should convert to a well-formatted PDF that preserves:

Generated for Stirling PDF Convert Tool testing purposes.