Search the web
Sign In
New User? Sign Up
DxDesigner_Users · Mentor Graphics DxDesigner user group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
PDF issues in 9.0   Message List  
Reply | Forward Message #7485 of 7592 |
RE: [DxDesigner_Users] PDF issues in 9.0

Lakshmi,
 
Please feel free to add me to your list, any other may also reading this.
 
I try to respond in this forum when I can, as long as it does not get in the way of internal business.
 
I try to do my part for the community whenever possible.
 
Thanks,
Vern Wnek, C.I.D.
Manager, PCB Layout, ENG BU / Central Library
Office: 949-926-6418 x66418
Email: vwnek@...
Web: http://opsbu.broadcom.com/pcbdesign/default.aspx
 


From: DxDesigner_Users@yahoogroups.com [mailto:DxDesigner_Users@yahoogroups.com] On Behalf Of LakshmiNarayanan
Sent: Friday, June 26, 2009 9:47 AM
To: DxDesigner_Users@yahoogroups.com
Subject: RE: [DxDesigner_Users] PDF issues in 9.0

Hi Vernon Wnek
 
This is Lakshminarayanan, presently which version of Dxdesigner you are using.
Can I have add you in my industry contact list, for sharing the techincal informations in
DXDesigner.
 
Regards,LakshmiNarayanan R.


--- On Fri, 6/26/09, Vernon Wnek <vwnek@broadcom.com> wrote:

From: Vernon Wnek <vwnek@broadcom.com>
Subject: RE: [DxDesigner_Users] PDF issues in 9.0
To: "DxDesigner_Users@yahoogroups.com" <DxDesigner_Users@yahoogroups.com>
Date: Friday, June 26, 2009, 4:24 AM

All,
 
There is a reported SR/DR by me on the support site. Make sure your dxpdf.ini file is local to your DxDesigner Project directory, not in the WDIR - it no longer is able to read it from there.
 
I have included my INI file info and I get perfect PDFs through DxDesigner. I have also included a script we use to cut pdfs from a menu button on a custom menu. It will copy the file from your WDIR to the Project Directory, then delete it afterwards. Edit paths as needed for your configuration.
 
DXPDF.INI:
 
AddPopup 1
Color 3
DisableMappedFonts 0
Font_0 Arial
Font_1
Font_10
Font_11
Font_2
Font_3
Font_4
Font_5
Font_6
Font_7
Font_8
Font_9
MaxAnnos 100000
MaxObjs 100000
MaxPages 1024
SheetOrder
StartAcrobat 1
UrlProperties
VisibleHLs 0
disablemappedfonts False
font_0 @Arial Unicode MS
 
Script:
 
' This script is for use with the Broadcom custom DxD menu
'It creates a PDF for engineering review
 
set DxDApp = GetObject(," viewdraw. Application" )
set projData = DxDApp.GetProjectDa ta()
 
m_projpath = projData.GetProject Path()
 
 
 
Set blk = ActiveView.ActiveBl ock
SchematicName = blk.GetName( SHORT_NAME)
 
Set objDialog = CreateObject( "UserAccounts. CommonDialog" )
objDialog.Filter = "pdf Files|*.pdf"
objDialog.FilterInd ex = 1
objDialog.InitialDi r = Application. PrimaryDirectory
objDialog.FileName = SchematicName
 
ProjectFile = projData.GetProject FilePath
Set fs = CreateObject( "Scripting. FileSystemObject ")
 

intResult = objDialog.ShowOpen
 
If intResult <> 0 Then
 
 pdfname= objDialog.FileName
 
 fs.CopyFile "K:\mentor_env\ BRCM_WDIR_ 2007\dxpdf. ini", m_projpath & "\dxpdf.ini"
'msgbox SchematicName
'msgbox ProjectFile
 
 Set shell = Application. ShellCmd
 'shell.Run "copy K:\mentor_env\ BRCM_WDIR_ 2007\dxpdf. ini " & m_projpath & "\dxpdf.ini" ,0,1
 
 cmd = "sch2pdf -project " & ProjectFile & " -schematic " & SchematicName & " -a " & pdfname & "_bw.pdf -c 3 -p -l STD"
 
'msgbox cmd
 
 shell.WorkingDirect ory = Application. PrimaryDirectory
 shell.Run cmd,1,1
 
 cmd = "sch2pdf -project " & ProjectFile & " -schematic " & SchematicName & " -a " & pdfname & "_color.pdf -c 2 -p -l STD -dxpdf.Font_ 0 Arial"
 
'msgbox cmd
 
'shell.WorkingDirec tory = Application. PrimaryDirectory
 shell.Run cmd,1,1
 fs.DeleteFile m_projpath & "\dxpdf.ini"
End If
 

 
I Hope this helps.
 
Thanks,
Vern Wnek, C.I.D.
Manager, PCB Layout, ENG BU / Central Library
Email: vwnek@broadcom. com

From: DxDesigner_Users@ yahoogroups. com [mailto:DxDesigner_ Users@yahoogroup s.com] On Behalf Of Bowden, Ivor
Sent: Thursday, June 25, 2009 3:42 PM
To: DxDesigner_Users@ yahoogroups. com
Subject: RE: [DxDesigner_ Users] PDF issues in 9.0

I use the free PDF Creator http://www.pdfforge .org/ as a print driver, and with DxDesigner 2005 the schematic PDF looks good and is searchable.

From: DxDesigner_Users@ yahoogroups. com [mailto:DxDesigner_ Users@yahoogroup s.com] On Behalf Of Olav Folland
Sent: Thursday, June 25, 2009 3:07 PM
To: DxDesigner_Users@ yahoogroups. com
Subject: [DxDesigner_ Users] PDF issues in 9.0

So, my system crashed the other day and I bit the bullet and upgraded to
9.0. For the most part, it all seems to be okay, except I can't seem to
make a PDF of a design for the life of me.

Export->PDF with a fixed font override to Arial (same as the screen
override) offsets the text vertically such that it's touching the line
above (.100" spacing). Trying any other font just seems to make it worse.

I'd be okay with just using the Print function - I think I'm the only
one in the company that uses searchable text, except that if I try and
output to anything other than an 'A' sized sheet, I start getting
components dropping out all over the place. Every design I've done in
the last six years has been 'B' size, so that's not cool.

Anyone else see this? Ideas?

TIA,
Olav


____________ _________ _________ _________ _________ _________ _________ _____
This e-mail and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom they are addressed. If you have reason to believe that you have received this e-mail in error, please notify the sender and destroy this email and any attached files. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the Curtiss-Wright Corporation or any of its subsidiaries. Documents attached hereto may contain technology subject to government export regulations. Recipient is solely responsible for ensuring that any re-export, transfer or disclosure of this information is in accordance with applicable government export regulations. The recipient should check this e-mail and any attachments for the presence of viruses. Curtiss-Wright Corporation and its subsidiaries accept no liability for any damage caused by any virus transmitted by this e-mail.



Fri Jun 26, 2009 5:13 pm

vmwnek
Offline Offline
Send Email Send Email

Forward
Message #7485 of 7592 |
Expand Messages Author Sort by Date

So, my system crashed the other day and I bit the bullet and upgraded to 9.0. For the most part, it all seems to be okay, except I can't seem to make a PDF of...
Olav Folland
olav_folland
Offline Send Email
Jun 25, 2009
10:07 pm

I use the free PDF Creator http://www.pdfforge.org/ as a print driver, and with DxDesigner 2005 the schematic PDF looks good and is searchable. From:...
Bowden, Ivor
bowdenivor
Offline Send Email
Jun 25, 2009
10:43 pm

All, There is a reported SR/DR by me on the support site. Make sure your dxpdf.ini file is local to your DxDesigner Project directory, not in the WDIR - it no...
Vernon Wnek
vmwnek
Offline Send Email
Jun 25, 2009
10:55 pm

I replaced the contents of the .ini file with your settings and it's still offsetting the text vertically. Not sure what the issue is, but Ivor's solution has...
Olav Folland
olav_folland
Offline Send Email
Jun 25, 2009
11:36 pm

Hi Vernon Wnek   This is Lakshminarayanan, presently which version of Dxdesigner you are using. Can I have add you in my industry contact list, for sharing...
LakshmiNarayanan
crlakshminar...
Offline Send Email
Jun 26, 2009
4:47 pm

Lakshmi, Please feel free to add me to your list, any other may also reading this. I try to respond in this forum when I can, as long as it does not get in the...
Vernon Wnek
vmwnek
Offline Send Email
Jun 26, 2009
5:14 pm

Awesome. I can get some work done today. Thanks! -Olav...
Olav Folland
olav_folland
Offline Send Email
Jun 25, 2009
11:33 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help