Author Topic: .NET-print to bluebeam  (Read 1695 times)

0 Members and 1 Guest are viewing this topic.

Bryco

  • Water Moccasin
  • Posts: 1882
.NET-print to bluebeam
« 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)

Bryco

  • Water Moccasin
  • Posts: 1882
Re: .NET-print to bluebeam
« Reply #1 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);

MickD

  • King Gator
  • Posts: 3619
  • (x-in)->[process]->(y-out) ... simples!
Re: .NET-print to bluebeam
« Reply #2 on: July 17, 2017, 08:32:38 PM »
when you don't have a duck, talk to the Swamp :)
"Short cuts make long delays,' argued Pippin.”
J.R.R. Tolkien

Bryco

  • Water Moccasin
  • Posts: 1882
Re: .NET-print to bluebeam
« Reply #3 on: July 18, 2017, 11:20:54 AM »
Good point Mick