Joined: Sat Dec 21, 2013 6:43 am Posts: 1
|
Hi guys. I want to save my database data as pdf file but it depends on page setup and print preview. I mean page setup defines what kind of paper it would use right. I use Print preview to count all data displayed on 1 page before getting printed. Example I have 20 pages and set up on paper: A3 standard. I call a module to save as pdf file. Which data should I pass to module? 1. paper size and margin 2. record from database I know that pdfSharp use point not pixel, so could someone at least guide me what code should I write in module? As you know I have to put the pdf into 20 pages exactly the same with print preview.
|
|