CoCreate User Forum  

Go Back   CoCreate User Forum > Applications > CoCreate Drafting

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #16  
Old 09-05-2008, 12:32 AM
Shaba's Avatar
Shaba Shaba is offline
Registered User
 
Join Date: Nov 2006
Location: Italy
Posts: 215
Smile Re: [Me10] Print PDF -> Always Me10.pdf

I trye whitout display_no_wait but it seems doesnt work
Here is image


Reply With Quote
  #17  
Old 09-29-2008, 07:13 AM
Peter Boks Peter Boks is offline
Registered User
 
Join Date: Oct 2002
Location: Rotterdam, The Netherlands
Posts: 37
Re: [Me10] Print PDF -> Always Me10.pdf

Hello Shaba,

If you are still looking for a way to create pdf files in ME10 then maybe the macro I use can help you. I have traced the plotting process and edited a macro to create a pdf file with the name of the top part. Maybe you can edit the macro to your wishes.
It uses standard ME10 funtionality only. This works in the Classic UI but I don't know if it will work in the Windows UI.
Please let me know if you are still interested.
Reply With Quote
  #18  
Old 09-30-2008, 07:44 AM
Shaba's Avatar
Shaba Shaba is offline
Registered User
 
Join Date: Nov 2006
Location: Italy
Posts: 215
Cool Re: [Me10] Print PDF -> Always Me10.pdf

Yesss i'm still interested
I use only Classic UI
If you can pass it to me
TNX
Reply With Quote
  #19  
Old 10-01-2008, 12:29 AM
Peter Boks Peter Boks is offline
Registered User
 
Join Date: Oct 2002
Location: Rotterdam, The Netherlands
Posts: 37
Re: [Me10] Print PDF -> Always Me10.pdf

OK,

This macro is a ME10 system macro that has been edited to generate a "name_toppart.pdf" file.
With a little customisation it's possible to let it create a "current_filename.pdf".
If you pick "PDF_GENERIC" in the plot config menu, you can create the file in the current directory, the same way as you would plot a drawing.
So, pick POSITION, SCALE, OUTPUT, PAPER SIZE etc. etc. and then click START PLOT.

Code:
DEFINE Select_plot_destination
  LOCAL File_name
  LOCAL File_delold
  LOCAL Name_toppart

  EDIT_PART TOP
  INQ_ENV 7
  LET Name_toppart (INQ 301)
  Plot_check_plotter
  IF (Is_clipboard)
    LET File_name ('')
    LET File_delold TRUE
  ELSE
    Generate_plot_filename_postfix
    IF (Is_pdf)
      LET Sys_plot_filename_delold 1
      LET File_name (Name_toppart + '.pdf')
      ELSE
      LET File_name (Sys_plot_filename_prefix+Sys_plot_filename_postfix)
    END_IF
    LET File_delold Sys_plot_filename_delold
  END_IF
  PLOT_DESTINATION
  IF (File_delold)
    DEL_OLD
  END_IF
  File_name
END_DEFINE
Reply With Quote
  #20  
Old 10-01-2008, 10:51 PM
Shaba's Avatar
Shaba Shaba is offline
Registered User
 
Join Date: Nov 2006
Location: Italy
Posts: 215
Re: [Me10] Print PDF -> Always Me10.pdf

TNX U!
I'll trye it
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 08:19 AM.



Hosted by SureServer    Forums   Modeling FAQ   Macro Site   Vendor/Contractors   Software Resellers   CoCreate   Gallery   Home   Board Members   Regional User Groups  By-Laws  

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
You Rated this Thread: