I am using "Microsoft Print to PDF" driver to output PDF documents. The problem however is that it does not support custom page sizes.There is a hack (I had to remove the link because the system does not allow me to add links) that I can do manually to make it print custom pages. It works well and I only need to add one section into
the gpd file, but it requires manual work. I would like to add custom page size capability during setup using custom actions mechanism. How can I do it using C# system libraries?
↧