crackmass Posted February 2, 2016 Share Posted February 2, 2016 Merhaba, Siparişin çıktısını yazıcıdan aldığımızda A4 boyutunda yazıyor. Biz yazıcı ayarlarından A5 seçtiğimizde A5 olarak yazdırıyor ancak biz mesela bu çıktıları daha küçük hale yani mesela A6 boyutunda almak istiyoruz. Yani etiket boyutu. Bazı ücretli modüller var ama bunu ücretsiz olarak yapmak mümkün mü acaba. Link to comment Share on other sites More sharing options...
MahmutGulerce Posted February 2, 2016 Share Posted February 2, 2016 Merhaba PDF class için override ile a6 yapılabilir. Link to comment Share on other sites More sharing options...
crackmass Posted February 2, 2016 Author Share Posted February 2, 2016 Merhaba, bunu nereden yapabiliriz acaba biraz detaylı bilgi verebilir misiniz. Teşekkürler Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted February 2, 2016 Share Posted February 2, 2016 /classes/pdf/PDFgenerator.php Boyutlandırma alanı parent::__construct($orientation, 'mm', 'A4', true, 'UTF-8', Hizalama ve boşluk ayarları public function writePage() { $this->SetHeaderMargin(5); $this->SetFooterMargin(18); $this->setMargins(10, 40, 10); $this->AddPage(); $this->writeHTML($this->content, true, false, true, false, ''); } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now