Oct 28
Gunther Bohnert Adding pdf_text to pdf_table
Oct 28, 2015; 08:51
Gunther Bohnert
Adding pdf_text to pdf_table
Hi there,
I’m trying to migrate a PDF generating process from Lasso 8.5 to 9.3. Much fun.
Although documented it doesn’t seem to be possible to add a pdf_text variable to a pdf_table. Following code prints out the pdf_text variable in the document’s text flow but does not fill the table cell.
[Var:'MyFile'=(PDF_Doc: -File='test/test.pdf',-Size='A4')]
[Var:'text'=pdf_text('hi')]
[Var:'table'=pdf_table(2,1,-colWidth=(:'20.0'))]
[$table->add($text,0,0)]
[$table->add('test2',1,0)]
[$MyFile->Add: $text]
[$MyFile->Add: $table]
[$MyFile->Close]
Regards
Gunther
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Oct 28
Jolle Carlestam Re: Adding pdf_text to pdf_table
Oct 28, 2015; 09:02
Jolle Carlestam
Re: Adding pdf_text to pdf_table
Oct 28
Gunther Bohnert Re: Adding pdf_text to pdf_table
Oct 28, 2015; 09:37
Gunther Bohnert
Re: Adding pdf_text to pdf_table
Oct 28
Jolle Carlestam Re: Adding pdf_text to pdf_table
Oct 28, 2015; 10:12
Jolle Carlestam
Re: Adding pdf_text to pdf_table
Oct 28
Jolle Carlestam Re: Adding pdf_text to pdf_table
Oct 28, 2015; 10:20
Jolle Carlestam
Re: Adding pdf_text to pdf_table
Oct 28
Jolle Carlestam Re: Adding pdf_text to pdf_table
Oct 28, 2015; 10:34
Jolle Carlestam
Re: Adding pdf_text to pdf_table
Oct 28
Gunther Bohnert Re: Adding pdf_text to pdf_table
Oct 28, 2015; 10:42
Gunther Bohnert
Re: Adding pdf_text to pdf_table
Oct 28
Gunther Bohnert Re: Adding pdf_text to pdf_table
Oct 28, 2015; 11:05
Gunther Bohnert
Re: Adding pdf_text to pdf_table
Oct 28
Jolle Carlestam Re: Adding pdf_text to pdf_table
Oct 28, 2015; 11:10
Jolle Carlestam
Re: Adding pdf_text to pdf_table