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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 #7483 of 7584 |
Re: [DxDesigner_Users] PDF issues in 9.0

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 me running again.

Thanks for the try though.

-Olav

Vernon Wnek wrote:
>
>
>
> 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.GetProjectData()
>
> m_projpath = projData.GetProjectPath()
>
>
>
> Set blk = ActiveView.ActiveBlock
> SchematicName = blk.GetName(SHORT_NAME)
>
> Set objDialog = CreateObject("UserAccounts.CommonDialog")
> objDialog.Filter = "pdf Files|*.pdf"
> objDialog.FilterIndex = 1
> objDialog.InitialDir = Application.PrimaryDirectory
> objDialog.FileName = SchematicName
>
> ProjectFile = projData.GetProjectFilePath
> 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.WorkingDirectory = 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.WorkingDirectory = 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@... <mailto:vwnek@...>
> ------------------------------------------------------------------------
> *From:* DxDesigner_Users@yahoogroups.com
> [mailto:DxDesigner_Users@yahoogroups.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/
> <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@yahoogroups.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.
>
>




Thu Jun 25, 2009 11:35 pm

olav_folland
Offline Offline
Send Email Send Email

Forward
Message #7483 of 7584 |
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