quote:
Originally posted by lkb0221
Hi,
You can open the expGraph dialog,.....
- It's great, thanks for making me know that it has the function.
- open the document means: I want to open several ".opj" files as follows:
1. open 1.opj
2. run the command
3. open 2.opj (close the 1.opj)
4. run the command
.
.
.
And I found the code:
%A=E:\Sudy\test\3d111.opj;
doc -ss 1;
doc -o %A;
doc -ss 0;
expGraph type:=jpg export:=project filename:=3d<short name> path:="E:\Sudy\test" overwrite:=rename theme:=<Original> tr.Margin:=2;
%A=E:\Sudy\test\3d089.opj;
doc -ss 1;
doc -o %A;
doc -ss 0;
expGraph type:=jpg export:=project filename:=3d<short name> path:="E:\Sudy\test" overwrite:=rename theme:=<Original> tr.Margin:=2;
it is Ok in this request. But it turn off the save flag. Is there better way to do it?
quote:
Originally posted by greg
You can export only .....
Yes, hidden layer is a good idea, I have not imagined. But can I make some command to batchly hide the 1st layer in each graph?