I am making a PDF , which using PDF::Table I am making a table inside
that PDF.
What I am trying to do is make the table dynamic, cause I am passing
variables and I do not want a blank table row if the variable is empty.
This is what I have tried so far:
my $some_data =[
["HP Hardware"
I am making a PDF , which using PDF::Table I am making a table inside
that PDF.
What I am trying to do is make the table dynamic, cause I am passing
variables and I do not want a blank table row if the variable is empty.
This is what I have tried so far:
my $some_data =[
["HP Hardware"
Using PDF::API2, I am trying to build a pdf straight to the browser
without having to save it to the server.
I am using:
print $q->header( "application/pdf" );
print $pdf->stringify;
$pdf->end;
but its not working all I get is garble its not opening the pdf just
spitting the enc
I have been trying (unsuccessfully I m ight add) to create paragraphs, I
know it can be done but I have yet to get it to work, here are a few
snippets trying to create it neither work
use PDF::API2;
use perlchartdir;
use strict;
use warnings;
use constant mm => 25.4/72;
use constant in
One of the last problems I am having,
I need to make paragraphs in PDF API2, I have yet been able to get
anything to work. Nor is there any good documentation anywhere on it,
and the ones that there is do not work.
Has anyone got this feature to work and if so and you please shed some
light
I am using a developed module called per ChartDirector, which creates
png charts I use to add to a pdf file.
The pdf was not being created, and I found out that when I add 'use
perchartdirector;' the script bombs but only from the browser, in the
shell prompt it runs just fine, this is a proble
rsday, February 08, 2007 11:04 AM
To: Ben Eagle; perl-unix-users@listserv.ActiveState.com
Subject: RE: [Perl-unix-users] Perl module stopping script from
running??
The path variable is probably different for the anonymous web user on
Solaris. Can you add make it work by adding a use lib statement
I am trying to save parameters being passed from Flash, Flash is sending
parameters using GET and there are too many to send all of them so I
must split them into 3 different GET. so I am using perl and
CGI::Session to save the parameters, and then loading back up and saving
all of the parameters
Whats the best way to parse CSS,
I am trying to make a Perl form that will allow users to edit a current CSS file
I looked at the CSS module on CPAN but the document tation is vague,
does aqny one have an example of this??
Thanks
Ben
<>___
Perl-Unix-U
Bill,
That deffently would be a option for more advanced users but I was
trying to make it some what easier for the beginner.
I made a form that passes all the values to a Perl script and the Perl
script places the values in a css string and then prints it into a css
file.
But with that I need to
10 matches
Mail list logo