pdfpage = PAGE
pdfpage {
	10 = FLUIDTEMPLATE
	10 {
		file = EXT:pdfviewhelpers/Resources/Public/Examples/BasicUsage/Template.html
	}
	# ensure there is no other output apart from the pdf
	# take a look at the generated pdf file (end!) in a text editor to verify there is no other output
	# like warnings, error messages or html code
	config {
		disableAllHeaderCode = 1
		xhtml_cleaning = 0
		admPanel = 0
	}
}

plugin.tx_pdfviewhelpers.settings {
	config {
		language = eng
	}
	document {
		title = Bithost document
		subject = Autogenerated PDF, By Bithost GmbH
		author = Bithost GmbH
		keywords = Example, Test, Just to show how it works
		creator = TYPO3 pdfviewhelpers
		outputPath = bithost_example.pdf
	}
	header {
		posY = 15
	}
	footer {
		posY = -15
	}
	page {
		margin {
			top = 65
			bottom = 25
		}
	}
	graphics {
		line {
			padding {
				top = 0
				bottom = 1.5
			}
		}
	}
}

module.tx_pdfviewhelpers < plugin.tx_pdfviewhelpers
