Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello Pro Users
Has anyone had issues opening PDF files created from ProE? My boss who has administrative type rights has created some PDF files recently that I and others can not open giving us a message, " there was an error opening the file. Access denied". This started happening out of the blue in mid March some time, but I just stumbled across this yesterday. We are currently on WF5 M30. Our IT department thinks its a Pro/E issue, but we are still checking things out. Some how in these PDF files the permissions for who can read/open them are different from earlier in the year. Was there some changes in build 30 that could have made these PDF "settings" change? In the PDF settings dialog box everything is grayed out in the Securities tab. Please advise if you can.
Thanks!
Mark A. Peterson
Sr Design Engineer
Igloo Products Corp
That's why we use a mapkey forwarding a standard ProE postscript plot to Ghostscript for the conversion. This even allows tweaking the plot to add watermarks, logos etc. (and it works already on earlier ProE versions...)
Well...
There are tomes around explaining the syntax of Postscript. Fortunately, the principle is simple:
Use Your favorite script language to insert a sequence of Postscript commands into the ps (plot) file at the proper location. I added an example, which explains the basic commands:For a ProE plot, insert these lines after the %%EndPageSetup line in the file.
Then, call Ghostscript to do the conversion to PDF.
With some testing, the method can also be used for Postscript files created by Word or anything else.