Document pdfdoc new document pagesize.a2 10f 10f 10f 0f
It looks like you're trying to create a new PDF document using the pdfdoc
command!
Here's a breakdown of the options you're using:
new document
: This creates a new PDF document.pagesize.a2
: This sets the page size to A2 (59.4 mm x 84.1 mm or 11.69 in x 3.34 in).10f
: This sets the font size to 10 points (a common font size for body text).10f
: This sets the font size to 10 points again (you can use this option multiple times to set different font sizes for different parts of the document).10f
: This sets the font size to 10 points again (you can use this option multiple times to set different font sizes for different parts of the document).0f
: This sets the font size to 0 points (which is equivalent to no font size, or "no font" in PDF terminology).
So, in summary, this command creates a new PDF document with an A2 page size, using font size 10 points for most of the document, and no font size for any parts of the document that don't require a font.
Here's the full command again:
document pdfdoc new document pagesize.a2 10f 10f 10f 0f