create tables in pdf using perl

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default create tables in pdf using perl

    Hello All,

    Is there any perl module that will let me create tables inside pdf
    document?

    I need to create reports in table format in a pdf file. I am not
    talking of table of contents.
    Just normal table with some rows and columns

    If some examples can be provided it will be great

    Thanks/Regards,
    Parvez
    Mohamed Parvez Guest

  2. Similar Questions and Discussions

    1. Create tables with 'drag-to-resize' columns
      I'm new to Dreamweaver and just getting familiar with all the resources. Does anyone know of discussions, tutorials, extensions, etc., about...
    2. Create liquid window between 2 tables?
      The page contains 2 tables. One at the top and one at the bottom. The tables are measured in pixels. Top one is 20 high and the bottom one is 59...
    3. Create and Drop tables in a linked server
      Hi, I have a linked server admin-new, is there a way to create and tables in the linked servers? I tried: drop table .master.dbo.tempIDs ...
    4. How to create tables referenced each other
      I had 'SQL the complete reference' authored by James R. Groff. I can not believe it I can not find email or home page for this book or authors. Now...
    5. Returning tables from PL/SQL function to DBI-perl script
      Hello, My problem is that I've a PL/SQL procedure, returning a table of float. I'd like to map the Oracle "TABLE OF FLOAT" to a perl array. Any...
  3. #2

    Default Re: create tables in pdf using perl

    "Mohamed Parvez" <parvez@gmail.com> wrote in message
    news:f86738db.0405200801.1493d460@posting.google.c om...
    > Hello All,
    >
    > Is there any perl module that will let me create tables inside pdf
    > document?
    >
    > I need to create reports in table format in a pdf file. I am not
    > talking of table of contents.
    > Just normal table with some rows and columns
    >
    > If some examples can be provided it will be great
    >
    > Thanks/Regards,
    > Parvez
    Hi

    I remember a module being posted at
    [url]http://groups.yahoo.com/group/perl-text-pdf-modules[/url] but its down right now,
    try and look for one when its up.

    Peter


    Peter Wilson Guest

  4. #3

    Default Re: create tables in pdf using perl

    Hello Guys,

    I searched the archives there but I could not pin point any
    article on this
    (If u could remember any key words from that article do let me know,
    Please)

    After many days of R&D and many suggestions, I have come to
    conclusion to develop tables inside PDF, using
    [url]http://denature.sourceforge.net[/url]. That is I will create HTML files and
    make tables inside it (I know HTML well compared PS and LaTeX). Then
    using denaute I will convert that document to pdf.

    Do let me know if you don't think this is a good approach

    Thanks for all your valuable suggestions

    Regards,
    Mohamed Parvez
    >
    > I remember a module being posted at
    > [url]http://groups.yahoo.com/group/perl-text-pdf-modules[/url] but its down right now,
    > try and look for one when its up.
    >
    > Peter
    Mohamed Parvez Guest

  5. #4

    Default Re: create tables in pdf using perl

    Try :

    PDF::ReportWriter from search.cpan.org



    Quote Originally Posted by Mohamed Parvez View Post
    Hello Guys,

    I searched the archives there but I could not pin point any
    article on this
    (If u could remember any key words from that article do let me know,
    Please)

    After many days of R&D and many suggestions, I have come to
    conclusion to develop tables inside PDF, using
    [url]http://denature.sourceforge.net[/url]. That is I will create HTML files and
    make tables inside it (I know HTML well compared PS and LaTeX). Then
    using denaute I will convert that document to pdf.

    Do let me know if you don't think this is a good approach

    Thanks for all your valuable suggestions

    Regards,
    Mohamed Parvez
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139