- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Brief background...
I have a routine to update the revision area of our standard titleblocks. Previously, each autocad user had their "plotter support" path to a local folder on their workstation, which results in the obvious problems.
I have added code to change the printer support paths to a network location using the vlax-put-property method followed by using command-s, "-plot" to set each layout tabs plot configuration to the correct pc3, paper size, plot scale, etc.
When that routine finishes, each layout tab looks great and if you do a plot preview of the tabs, it's perfect.
HOWEVER...when you then select multiple layout tabs, right-click and "publish selected layouts", the pdf that is created has the correct paper size, but the content of each page is scaled down to roughly 25% and it's pushed down to the lower right corner of the page.
I can "manually" create pdf's of each layout and they are perfect, but Publisher screws it all up.
Has anyone else run across this problem? Thanks in advance...
Solved! Go to Solution.