I am trying to print a PFD file from AutoCAD. But instead it prints a postscript file. I am trying to automate this with VBA and I don't understand this problem.
Thanks,
David
I am trying to print a PFD file from AutoCAD. But instead it prints a postscript file. I am trying to automate this with VBA and I don't understand this problem.
Thanks,
David
Plotting to what driver to get a PDF?
Do you have a PDF driver to plot to?
--
Dean Saadallah
Add-on products for LT
http://www.pendean.com/lt
--
My PDF driver is just called Adobe PDF.
I have Adobe 6.0 Pro.
David
That happens when you plot to file. So don't do that and the Adobe PDF
driver will create the final PDF file for you.
Govert
dlinford wrote:
My PDF driver is just called Adobe PDF.
I have Adobe 6.0 Pro.
David
So as you understand it when you plot to file the Adobe PDF plotter plots a postscript file. Why does it do that?
I am trying to get away from the Adobe Printer filename dialog box and have VBA set filename & path for me.
Any ideas.
David
Ever watch Acrobat in action? If you pay attention to the destination
location and watch all the action on screen, you first notice a postscript
file appear, then a pdf, then the postscript goes away.
--
Dean Saadallah
Add-on products for LT
http://www.pendean.com/lt
--
That's how many PDF creators work - including Adobe PDF. They contain two
components, a PostScript (printer) driver and a converter ("distiller") for
converting PostScript to PDF. Adobe uses their own Distiller application for
the second step, GhostScript is popular in the world of free or cheap PDF
creators. Normally the two steps are linked and the PDF is created on the
fly..... except when a user decides to plot to file (or print to file from
any other application).
Govert
"dlinford" <nospam@address.withheld> schreef in bericht
news:24379739.1103071827919.JavaMail.jive@jiveforu m2.autodesk.com...
So as you understand it when you plot to file the Adobe PDF plotter plots
a postscript file. Why does it do that?
I am trying to get away from the Adobe Printer filename dialog box and
have VBA set filename & path for me.
Any ideas.
David
Plotters with PostScript??
PostScript PLT File