VB.Net plot to PDF file using anything other than 'DWG to PDF.pc3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Has anyone had any luck doing this. I posted here awhile ago and didn't really get any help
Plotting in VB.net using Bluebeam PDF.pc3 - Autodesk Community - AutoCAD
I ended up giving up and using 'DWG to PDF.pc3' but there are a few reasons I want to use Bluebeam (SHX Fonts removed and Page Orientation issues) but I am having no luck at all.
I have tried all variations of CanonicalMediaName ("User135", "135 595 842" which is name returned if you print it) and nothing works. I can get a PDF using "135 595 842" but it is corrupted and won't open in Bluebeam or Adobe.
I also tried using the default installed 'PDF Report Writer' and 'A1' in the
my_plotsetvalidate.SetPlotConfigurationName(my_plotset, "PDF Report Writer", "A1")
Tried different PC3 files, PMP files, Page sizes etc and nothing is working.
Any help appreciated.