Message 1 of 2
Drawing layout is not matching with PDF after conversion using API objAcadDoc.Plot.PlotToFile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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:
Output as PDF is attached.