Question
Out-of-Range, Truncated
Is this a new bug?
I created a html page, previewed it in a browser, then saved it as a PDF. When I open the PDF, it clips off half the file. It then displays an ereror message saying the document is "out of rnge" and is truncated.
Below is the head section from my html file. What's going on?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Propaganda</title>
<link href="main.css" rel="stylesheet" type="text/css"/>
</head>
