Output pdf using Iplot
Output pdf using Iplot
(OP)
I work for a large corporation that uses Microstation as it's design/drafting software. Sometimes there is a need to circualte designs for approval, elecronically. But, since everyone doesn't have Microstation, is thier a way to output the design file into a pdf format, using Iplot.





RE: Output pdf using Iplot
This problem can be nicely solved - but only with money.
Firstly, if you own the full-blown version of Acrobat, you can print .pdf versions of Microstation files from IPLOT, simply selecting Acrobat Distiller as the printer. I've done it and the results are, provided you're very careful with fonts, not too bad.
Secondly, you can print image file (JPEG, PNG, etc.) directly from Microstion's Utilities>Image>Save... menu command. The output is worse than Acrobat's though.
Thirdly, and this is expensive, but will give you exactly what you want. You need an archiving option from the IPLOT server that will virtually plot files in the CAL format. CAL is a black-and-white (sometimes blue and white) raster format, "CAL" stands for Continuous Acquisition and Life-cycle. The MaxView Corporation (www.maxview.com) sells a program (called, incidentally "MaxView") that reads CALS files. There are other companies springing up with CAL readers and authoring tools, so a web search might get you a more competitively priced piece of software. You can install the FREE MaxView reader on everyone's computer, install the MaxView author on a single computer from where the documents originate. Send everyone a CAL version that is full-scale and annotatable, etc.
Hope that round-about story helps you!
RE: Output pdf using Iplot
good luck
RE: Output pdf using Iplot
You install a little program on the server called Redmon that gives you another port type to set up as a printer. The port redirects the data to a program, which you will set to Ghostscript. You use any PS print driver, set an output directory and share the printer.
Users don't use IPLOT, they use Print/plot and you set up a .plt file that directs the plot to the print queue.
The user hits print/plot, chooses your .plt file, and hits print. The .PDF file turns up in the destination directory. See also http://www.pdflib.com/gsmanual/gs5man_e.pdf for a helpful manual.
NOTES:
The destination folder must be on the same machine as the print queue.
The tricky lines in the print properties>ports tag are:
f:\gs\gs6.52\bin\gswin32.exe
@F:\gs\pdfwrite.rsp -sOutputfile="G:\ngl\pdf\%d.pdf" -c .setpdfwrite -f -
Program handles output
Hidden
(change the paths etc. to suit your server)
There's lots of documentation with the product.
Good luck
alasdair_tennant@hotmail.com
RE: Output pdf using Iplot
I am of course assuming being a large corporation that all of your CAD drawings are on the network? Then when you want someone to review a drawing just send them a link to it. When they click the link and if the associativity is correct it will go directly to the drawing and open it for viewing......and more.
Mark
RE: Output pdf using Iplot