Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I used this as a example. I am needing a better quality pdf and am getting it using the PDFCreator driver. However I am needing to control the name and location of the pdf in code. I can do this with the standard dwg to pdf driver from autoCad but the quality stinks. If I replce the name "PDF to DWG .pc3"with "PDFCreator" the program finishes but it can't be opened because of an error. The file appears to be the correct size so the data is there. Any ideas?
acPlSetVdr.SetPlotConfigurationName(acPlSet, "PDFCreator", "Tabloid");
Solved! Go to Solution.