Font Style of Aspose "Evaluation only" message

Dear Supports,

Could I know the font style of " Aspose “Evaluation only” message"?

@Kolo_yiu,

For which API (e.g., Aspose.Words for .NET/Java, Aspose.PDF for .NET/Java, Aspose.Cells for .NET/Java, Aspose.Slides for .NET/Java, Aspose.Email for .NET/Java, etc.) you need font style details of evaluation watermark? We will then provide details accordingly.

May I know font style details of evaluation watermark on both Aspose.Words ,Aspose.PDF for Java version ?

@Kolo_yiu Aspose.Words inserts a watermark using the default document font, with red color, 12pt size and bold formatting:

<w:p>
	<w:r>
		<w:rPr>
			<w:b />
			<w:color w:val="FF0000" />
			<w:sz w:val="24" />
		</w:rPr>
		<w:t>Evaluation Only. Created with Aspose.Words. Copyright 2003-2023 Aspose Pty Ltd.</w:t>
	</w:r>
</w:p>

You can easily check this yourself by generation or converting document using an evaluation version of Aspose.Words.

As we found some kind of word that generated by evaluation version whiCapture.PNG (42.7 KB)
ch returned ??? font style in document, we hope to know what should the default document font be

@Kolo_yiu You can check default document font using Styles.DefaultFont property.

@Kolo_yiu

Aspose.PDF uses following styles for evaluation message in the PDF:

Font = Arial, Font size = 8, Color = Red