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 to PDF

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
AtiLaw Posted - 01/07/2004 : 09:44:18 AM
Im having difficulty finding the labtalk command to allow me to export/saving a layout to a PDF file format.
I have read through the help and so on but still cant find a command that works. Anyone know the command??
2   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 01/09/2004 : 10:26:49 AM
The IMAGE method of the EXPORT object uses the old ImageStream library for exporting PDF files. We were not happy with the results of this third-party export, so we developed our own PDF export filter which you can use if you have 7.0 SR1 or later:

image.filename $= D:\TEST2.PDF; // Assign path & filename
image.ShowOptions = 0; // Don't display Options dialog
image.export.pagedpi(PDF, 96, 24, 0); // FileType , DPI , ColorBits , 0


AtiLaw Posted - 01/07/2004 : 10:07:01 AM
OK, so panic over now... I managed to figure it out!!

If anyone wants to know the answer it is:

export.image(filename, filetype);

So for me it was something like export.image(file.pdf, pdf);

Thanks anyway people.


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