Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

journal for printing drawing

Status
Not open for further replies.

dadamsws

Mechanical
Joined
Jan 20, 2015
Messages
2
Location
US
Has anyone figured out how to print to a paper size other than Letter. I would like to be able to print 11 x 17 paper. I tried to change to Ledger and Ledge (11 x 17). Here is the line I am trying to change "printBuilder1.Paper = PrintBuilder.PaperSize.Letter"

Thanks
 
I'd suggest recording a journal when doing a "print" operation. I just tried it with NX 8.5, and the results are recorded to a journal. On my system, I specified a paper size of "ledger", but it was recorded in the journal as:

Code:
printBuilder1.Orientation = PrintBuilder.OrientationOption.Landscape
printBuilder1.Paper = PrintBuilder.PaperSize.Tabloid

Your mileage may vary...

www.nxjournaling.com
 
The Tabloid setting work perfectly. Thank You.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top