Drawing layout is not matching with PDF after conversion using API objAcadDoc.Plot.PlotToFile

Drawing layout is not matching with PDF after conversion using API objAcadDoc.Plot.PlotToFile

kavibharathi_ravy
Community Visitor Community Visitor
305 Views
1 Reply
Message 1 of 2

Drawing layout is not matching with PDF after conversion using API objAcadDoc.Plot.PlotToFile

kavibharathi_ravy
Community Visitor
Community Visitor

Drawing layout is not matching with PDF after conversion using API objAcadDoc.Plot.PlotToFile where i am giving correct paper size.  Please suggest. I am using VB.Net 

 

Here is my code , what I am using

 

objAcadPlotConfig.CanonicalMediaName = landscapePaperSize

where landscapePaperSize = ARCH_D_(36.00_x_24.00_Inches)

objAcadPlotConfig.ConfigName = DWG To PDF.pc3

objAcadDoc.Plot.PlotToFile(pdfOutFilePath, objAcadPlotConfig.ConfigName)

 

Drawing Layout Details:

 

Layout-Details.png

Output as PDF is attached.

 

 

 

0 Likes
306 Views
1 Reply
Reply (1)
Message 2 of 2

Ed__Jobe
Mentor
Mentor

Since you didn't show any of your code, I have to ask, Did you tell it what area to plot?

 

BTW, if you post your code, use the code window by clicking on the </> button.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes