Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > PDF::SimpleTable

Reply
Thread Tools

PDF::SimpleTable

 
 
Neha Chopra
Guest
Posts: n/a
 
      10-04-2007
Is it possible to have a table inside another table in PDF.
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Austin Ziegler
Guest
Posts: n/a
 
      10-04-2007
On 10/4/07, Neha Chopra <> wrote:
> Is it possible to have a table inside another table in PDF.


Not using PDF::SimpleTable.

-austin
--
Austin Ziegler * * http://www.halostatue.ca/
* * http://www.halostatue.ca/feed/
*

 
Reply With Quote
 
 
 
 
Neha Chopra
Guest
Posts: n/a
 
      10-04-2007
Austin Ziegler wrote:
> On 10/4/07, Neha Chopra <> wrote:
>> Is it possible to have a table inside another table in PDF.

>
> Not using PDF::SimpleTable.
>
> -austin


then what can be another way of generating pdf in ruby and having a
table inside another table.
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Austin Ziegler
Guest
Posts: n/a
 
      10-04-2007
On 10/4/07, Neha Chopra <> wrote:
> Austin Ziegler wrote:
> > On 10/4/07, Neha Chopra <> wrote:
> >> Is it possible to have a table inside another table in PDF.

> > Not using PDF::SimpleTable.

> then what can be another way of generating pdf in ruby and having a
> table inside another table.


Find a formatter that can do that. Tables aren't a basic feature of
PDFs. SimpleTable is a simplified way of looking at a table and
drawing it on the page.

(Layout in general isn't a basic feature of PDFs. PDF documents are
just canvases linked together. Any meaning is provided by the reader.)

-austin
--
Austin Ziegler * * http://www.halostatue.ca/
* * http://www.halostatue.ca/feed/
*

 
Reply With Quote
 
John Joyce
Guest
Posts: n/a
 
      10-04-2007

On Oct 4, 2007, at 6:29 AM, Neha Chopra wrote:

> Austin Ziegler wrote:
>> On 10/4/07, Neha Chopra <> wrote:
>>> Is it possible to have a table inside another table in PDF.

>>
>> Not using PDF::SimpleTable.
>>
>> -austin

>
> then what can be another way of generating pdf in ruby and having a
> table inside another table.
> --
> Posted via http://www.ruby-forum.com/.
>

You might consider scripting an app that is a page layout or design
app which can write pdf or print to pdf. You'll get more features.

 
Reply With Quote
 
Andrea Fazzi
Guest
Posts: n/a
 
      10-09-2007
Neha Chopra ha scritto:
>
> then what can be another way of generating pdf in ruby and having a
> table inside another table.
>



Please see:

* http://deplate.sourceforge.net/
* http://dokkit.rubyforge.org/ (a new release will be soon available)

With the two applications above you can get a pdf from a tex file. The
tex file is generated from an emacs-wiki formatted source file.

Hope this help,
Andrea


 
Reply With Quote
 
Martin DeMello
Guest
Posts: n/a
 
      10-09-2007
On 10/4/07, John Joyce <> wrote:
> >

> You might consider scripting an app that is a page layout or design
> app which can write pdf or print to pdf. You'll get more features.


I've had good results using ruby to generate lout
[http://lout.sourceforge.net/] and then scripting the lout -> ps ->
pdf toolchain with system calls.

martin

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57