• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

configuration parameters pdf

  • Thread starter Thread starter trally
  • Start date Start date

trally

Guest
Hi.
I'm trying to automatically configure the pdf export parameters of wildfire 4.0 but I don't touch all those that interest me.
by clicking on the icon (or saving with the name of a drw in pdf) a pdf export settings configuration window appears.
the only parameters I managed to set in the config are the following:

pdf_use_pentable yes (use pens table)
pdf_linecap round (round the end of the lines)
pdf_linejoin round (arrotonda gli spigoli)

I still want to autoset the monochrome print and I want to convert the fonts to curves.

Would someone help me?
Thank you so much!
 
I'm sorry I can't give you exhaustive information because I'm not very experienced, I just try to advise you at least one possible way.. .
If I didn't understand correctly, don't find all the settings that interest you in the configuration file in the pdf export drawing environment, but to what I understand it is not said that all possible settings are only those listed in the config but you also have the possibility to find others with a simple search.
a demonstration of this puts you a video that apparently does not center anything with what you ask in the post, but shows you how you can search for a possible setting in the config beyond those listed.
http://www.e-cognition.net/pages/change_color.htmlI hope you can help... otherwise we will have to wait for someone more experienced... :redface:
 
Thanks for the answer. In fact the search function I knew her and it is precisely thanks to this that I found the three parameters above.
even in the "hidden" parameters it seems that there is no possibility to set the other export options directly in the config.pro.
What do you use to export in pdf?
This automatic setting would serve me a lot since through another command I can export to pdf in one shot only all the drawings of a project.
I look confident. .
Thank you.
 
allora ho trovato una soluzione: tramite una macro in automatico genera un pdf nella cartella temporanea che ho creato sul c:\export_pdf_temp.

i parametri per settare i font ed il resto sono questi ma non sono riconosciuti dal config:

pdf_font_stroke pdf_stroke_all
pdf_color_depth pdf_mono

se vi interessa aggiungete questo al vostro config.pro per ottenere i pdf monocromatici nella cartella di cui sopra:

pdf_use_pentable yes
pdf_linecap round
pdf_linejoin round
!pdf_font_stroke pdf_stroke_all
!pdf_color_depth pdf_mono

mapkey 5 @mapkey_nameesporta i file drw in pdf;@mapkey_labelexport pdf;\
mapkey(continued) ~ command `procmdmodelsaveas` ;~ open `file_saveas` `type_option`;\
mapkey(continued) ~ close `file_saveas` `type_option`;\
mapkey(continued) ~ select `file_saveas` `type_option`1 `db_617`;\
mapkey(continued) ~ activate `file_saveas` `sab_pfafs:drives`;\
mapkey(continued) ~ select `file_saveas` `ph_list.filelist`1 `c:`;\
mapkey(continued) ~ activate `file_saveas` `ph_list.filelist`1 `c:`;\
mapkey(continued) ~ select `file_saveas` `ph_list.filelist`1 `export_pdf_temp`;\
mapkey(continued) ~ activate `file_saveas` `ph_list.filelist`1 `export_pdf_temp`;\
mapkey(continued) ~ activate `file_saveas` `ok`;\
mapkey(continued) ~ select `intf_pdf` `pdf_color_depth`1 `pdf_mono`;\
mapkey(continued) ~ select `intf_pdf` `pdfmaintab`1 `pdfcontent`;\
mapkey(continued) ~ select `intf_pdf` `pdf_font_stroke`1 `pdf_stroke_all`;\
mapkey(continued) ~ select `intf_pdf` `pdfmaintab`1 `pdfformat`;;


premendo 5 si ottiene la conversione in pdf.

ciao.
 
Excuse me... but if I'm not recognized by the config... how do I set them up? ?

to create a macro without registration keys,how do you do?? what do I have to do to learn the language? ?
 
Hello, trally,

it works!!! Thank you very much. very useful utility.:biggrin::biggrin:

but I have poblems to make it work with intralink, because pdf does not fit it in the dir (c:\export....), but I find it in the workspace.

How can I make it work? ? :confused::confused

thanks to all

greetings
disability
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top