Is it possible to have a table inside another table in PDF.
···
--
Posted via http://www.ruby-forum.com/.
Is it possible to have a table inside another table in PDF.
--
Posted via http://www.ruby-forum.com/.
Not using PDF::SimpleTable.
-austin
On 10/4/07, Neha Chopra <neha.chopra@pontusglobal.com> wrote:
Is it possible to have a table inside another table in PDF.
--
Austin Ziegler * halostatue@gmail.com * http://www.halostatue.ca/
* austin@halostatue.ca * You are in a maze of twisty little passages, all alike. // halo • statue
* austin@zieglers.ca
Austin Ziegler wrote:
On 10/4/07, Neha Chopra <neha.chopra@pontusglobal.com> 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/\.
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
On 10/4/07, Neha Chopra <neha.chopra@pontusglobal.com> wrote:
Austin Ziegler wrote:
> On 10/4/07, Neha Chopra <neha.chopra@pontusglobal.com> 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.
--
Austin Ziegler * halostatue@gmail.com * http://www.halostatue.ca/
* austin@halostatue.ca * You are in a maze of twisty little passages, all alike. // halo • statue
* austin@zieglers.ca
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.
On Oct 4, 2007, at 6:29 AM, Neha Chopra wrote:
Austin Ziegler wrote:
On 10/4/07, Neha Chopra <neha.chopra@pontusglobal.com> 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/\.
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
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
On 10/4/07, John Joyce <dangerwillrobinsondanger@gmail.com> 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.