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
 Export 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
sebbey Posted - 05/14/2012 : 09:58:45 AM
OriginPro 8.6.0G
Windows 7 Professional

Hi Guys,

I have a question concerning the export of a worksheet to a PDF file. When I export my worksheet and open the PDF, the Data in a few cells is missing.
I used this code, to fill the cells with information:

string str1$="%([mergebook]Information,2,4)"; //Remember Tr_Number and use first six characters
str2$=str1.left(6)$;
cell(45,2)$=%(str2$);



I also colored in some cells, using this code:

wcellcolor 1[45]:1[45] color(blue);


But the color is not shown in the pdf as well.

Can you tell me, what the Problem is?

Thank you in advance,
sebbey
3   L A T E S T    R E P L I E S    (Newest First)
sebbey Posted - 05/16/2012 : 05:40:02 AM
Hi Penn,

here's some news about my problem. Since my admin didn't have the time to update my version I decided to search for an error in my script again. As it turns out I had a little mistake in there. After I corrected it, I was able to export my sheet to a pdf file without any problems.

Long story short, exporting to pdf shouldn't be a problem with my current version OriginPro 8.6.0G.

sebbey
sebbey Posted - 05/15/2012 : 10:44:53 AM
Hi Penn,

ok, I'll try to update my version.

Thanks for your help!
Sebbey
Penn Posted - 05/14/2012 : 11:04:35 PM
Hi sebbey,

I cannot see such problem in OriginPro 8.6.0G SR3, either 32-bit or 64-bit. Please make sure that you are using the latest SR (SR3) of 8.6 (check by menu Help: About Origin), if not, please try to upgrade to SR first, by menu Help: Check for Updates, or from this page.

If you are using SR3 of 8.6 and the problem is still there, could you please send your project to technical support (you can click the Send File to Tech support link in the top-right corner of the forum)? And then we can have a try to see whether we can reproduce the problem.

Penn

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