# sample makefile, run all examples

all:

test:
	cd dumper && dotnet run TET-datasheet.pdf
	cd extractor && dotnet run TET-datasheet.pdf TET-datasheet.txt
	cd fontfilter && dotnet run TET-datasheet.pdf
	cd get_attachments && dotnet run Portfolio_sample.pdf attachments.txt
	cd glyphinfo && dotnet run TET-datasheet.pdf TET-datasheet.info.txt
	cd images_per_page && dotnet run TET-datasheet.pdf
	cd image_resources && dotnet run TET-datasheet.pdf
	cd tetml && dotnet run TET-datasheet.pdf TET-datasheet.tetml
