Hello, I'm new and this is my first post in perlmonks, i hope make it good :D. I've made a program that generates some HTML pages with SVG graphics incrusted on it. I want to convert the HTML pages to a PDF solid file to make it easier to distribute, but i haven't found a perl module in cpan that could make what i want. I'm disposed to rewrite the code of the functions to generate a PDF-object instead of the SVG files but i don't know how can i do that. The HTML pages are not very complicated, only a few tables with data, and one HTML index page. I've think that i could mix all the HTML pages into a only one bigger HTML page and convert these one. I can't use any external application, (html2ps or something like that) because the pdf has to be the output of my program. Thank you

In reply to HTML and SVG to PDF by josera

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.