KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

PDF Text size change. #1060

Open najam opened this topic on on Aug 26, 2019 - 2 comments

najam commented on Aug 26, 2019

Hi Everyone,

Is there some way to control font-size in exported PDF?

I am using the following code to generate PDF successfully, Just want to change font-size of main content of pdf.

<?php
				$dataStore = $this->dataStore('grid');
				PivotTable::create(array(
					"dataStore"=>$dataStore,
					"rowDimension"=>"row",
					"columnDimension"=>"column",
					'headerMap' => array(
					'order_yr - count' => 'Order Type / Year',
                    ),
				));
			?>

Please let me now how to control font size in PDF export. Thanks

David Winterburn commented on Aug 27, 2019

Hi Najam,

Would you please let us know if you used export or cloudexport package? Thanks!

najam commented on Aug 27, 2019

I am using export package.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Export