Consecutive Plotting

Consecutive Plotting

Anonymous
Not applicable
343 Views
2 Replies
Message 1 of 3

Consecutive Plotting

Anonymous
Not applicable
Hi,

Our company has drawings in the Model space that have 1 or more 8.5 x 14 sheets side by side. I am modifying an existing PDF creation routine to run through these 8.5 x 14 portions, and create one multi - page PDF.

I have been successful with 1 or 2 pages but after that it fails. I am simply taking the lower left coordinate and the number of pages as input and then I run through a for loop setting the plot window and using the plottodevice method to plot each page.

After the second page the PlotToDevice method fails.

If anyone has some insight or ideas or, even better, has done this before I would really appreciate your help.

Denis Crotty
0 Likes
344 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
try to set the system variable "BACKGROUNDPLOT" to 0.
In situation like you i have resolve in this way.
Ciao
GPaolo

ha scritto nel messaggio news:4846767@discussion.autodesk.com...
Hi,

Our company has drawings in the Model space that have 1 or more 8.5 x 14
sheets side by side. I am modifying an existing PDF creation routine to run
through these 8.5 x 14 portions, and create one multi - page PDF.

I have been successful with 1 or 2 pages but after that it fails. I am
simply taking the lower left coordinate and the number of pages as input and
then I run through a for loop setting the plot window and using the
plottodevice method to plot each page.

After the second page the PlotToDevice method fails.

If anyone has some insight or ideas or, even better, has done this before I
would really appreciate your help.

Denis Crotty
0 Likes
Message 3 of 3

Anonymous
Not applicable
That worked perfectly!! Thanks so much.

Denis Crotty
0 Likes