TheSwamp

Code Red => .NET => Topic started by: Bryco on July 17, 2017, 05:52:42 PM

Title: .NET-print to bluebeam
Post by: Bryco on July 17, 2017, 05:52:42 PM
I have bluebeam revu 64 standard and am having problems using .net and the bluebeam driver to create a usable pdf (Error opening file).
Had no problems with adobe, and no problems with the acad dwg to pdf driver  (That is until acad made every txt and mtext that uses .shx fonts a comment w/ a box around it).

So I am basically using Kean's MultiSheetPlot(). But something is missing on bluebeam side and it (corrupt file)
Title: Re: .NET-print to bluebeam
Post by: Bryco on July 17, 2017, 08:27:24 PM
made a mess of that.
Since it needed  FILE NAME I thought print to file had to be true. When true it only makes .plt files
 pe.BeginDocument(pi, doc.Name, null, 1,false, sFile);
                                //pe.BeginDocument(pi, doc.Name, null, 1, true, sFile);
Title: Re: .NET-print to bluebeam
Post by: MickD on July 17, 2017, 08:32:38 PM
when you don't have a duck, talk to the Swamp :)
Title: Re: .NET-print to bluebeam
Post by: Bryco on July 18, 2017, 11:20:54 AM
Good point Mick