The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Exporting multiple PDFs

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
dntsmzns Posted - 11/10/2010 : 07:57:17 AM
Origin Ver. and Service Release: OriginPro 8 SR0 / v8.0724 (B724)
Operating System: Win7 64-bit

Hello :)

Is there a command or a pre-written script to export all the graphs from a project as PDF files?

In my project, I have four folders, each containing another four, in which there are several tables and a graph.

Thanks

*******
* astro *
*******
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 11/10/2010 : 10:47:38 AM
This script works in 8.0SR6 which is the last patch for 8.0.

doc -e P {
expGraph type:=pdf path:="D:" filename:="<Long Name>";
}

You may need to patch your SR0 to get it working.

The expGraph dialog allows you to do the same thing since one of the Export options is "All in Project".

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000