Thank you everybody for your input and advice.

Already spent a good few hours working out how to get data from a HTML Webform into the CGI script then getting that info into a simple unstructured / formatted PDF document and then attaching the PDF document to an email using user info such as the persons name and email address and all's working a treat so far.

The mail recipient is recieving the email and the attachment with the data i put into the PDF document.

Very Happy So Far

I've decided that i will need to get roughly a minimum of 43 bits of data into the PDF document and upto a maximum of 53 parts of info, this includes one perhaps two images / logo's. Some of the data is blocks of text. I haven't tried to get an image in yet, that's todays task

Today's task is also to find out how to get clickable links in there, "Go to MyWebsite" "send MeAnEmail"

Today's task is also to work out / research how to position this data in a specific location on the page

Wish me luck!


In reply to Re^2: PDF::API2 Questions by akwe-xavante
in thread PDF::API2 Questions by akwe-xavante

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.