TheSwamp

Code Red => .NET => Topic started by: Danius87 on August 02, 2012, 09:09:28 AM

Title: Paper Size with variable length
Post by: Danius87 on August 02, 2012, 09:09:28 AM
Hi, my name is Daniele.
I'm trying to plot in pdf many dwg file. I have three height (30, 60 and 90 centimeter) and a width that start from 1 meter to 5 meter according to the design.
So i want to create a paper size with a specific dimension.

psv.SetPlotConfigurationName(ps, "DWG To PDF.pc3", "Name of the paper");

How can i create the paper size with a specific dimension in accordance to design?
it is possible modified the pc3 file with a new lenght and width?

Thanks