<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Nachricht</TITLE>

<META content="MSHTML 6.00.2900.2149" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Hallo,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Folgendes Invironment:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>os:<BR>--------------------------------------------------------------------------<BR>$ 
ver</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Microsoft Windows XP [Version 
5.1.2600]<BR>--------------------------------------------------------------------------</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><FONT face=Arial size=2>perl:<BR>This is perl, v5.8.8 built for 
MSWin32-x86-multi-thread<BR>(with 50 registered patches, see perl -V for more 
detail)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------------------------------<BR>PAR:<BR>C:\temp\PDF_SIMPLE&gt;pp 
--help<BR>Perl Packager, version 0.12 (PAR version 0.90)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>wenn ich das Skript </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------------------------------<BR># 
#############################<BR># perl pdf<BR>#<BR>#<BR>#<BR>use 
PDF::API2::Simple;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>my $pdf = PDF::API2::Simple-&gt;new( 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
file =&gt; 
'c:\\temp\\output.pdf'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>$pdf-&gt;add_font('Verdana');<BR>$pdf-&gt;add_page();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>for (my $i = 0; $i &lt; 250; $i++) 
{<BR>&nbsp;&nbsp; my $text = "$i - All work and no play makes Jack a dull 
boy";</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; $pdf-&gt;text($text, autoflow =&gt; 
'on');<BR>&nbsp;&nbsp; }</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>$pdf-&gt;save();<BR>--------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><BR><FONT face=Arial size=2>(Mehr oder minder eine Kopie aus der 
Doku)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>mit folgenden Makefile kompeliere</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------------------------------<BR>CC 
= pp<BR>FNAME =&nbsp; 
test.perl.pdf<BR>GOAL=c:\temp\PDF_SIMPLE<BR>&nbsp;<BR>$(FNAME).exe : 
$(FNAME).pl<BR>&nbsp;call $(CC) --module="XML::SAX::PurePerl" -module=PerlIO 
--output=$(FNAME).exe&nbsp; $(FNAME).pl</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>clear:<BR>&nbsp;del $(FNAME).exe</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>install:<BR>&nbsp;echo TBD</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>run:<BR>&nbsp;call 
$(GOAL)\$(FNAME).exe<BR>--------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><BR><FONT face=Arial size=2>und starte&nbsp; <BR>kommt folgende 
Fehlermeldung</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------------------------------<BR>C:\temp\PDF_SIMPLE&gt;make 
run</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><BR><FONT face=Arial size=2>call 
c:\temp\PDF_SIMPLE\test.perl.pdf.exe<BR>Can't load 
'C:\DOKUME~1\Nagy\LOKALE~1\Temp\par-Nagy\cache-1174550034\4d1a52cb.dl<BR>l' for 
module Storable: load_file:Die angegebene Prozedur wurde nicht gefunden a<BR>t 
D:/cpanrun/build/5-8-0/lib/DynaLoader.pm line 229.<BR>&nbsp;at 
../blib/lib/PAR/Heavy.pm line 107<BR>Compilation failed in require at 
Unicode/UCD.pm line 8.<BR>BEGIN failed--compilation aborted at Unicode/UCD.pm 
line 8.<BR>Compilation failed in require at PDF/API2/Resource/Font/BdFont.pm 
line 45.<BR>BEGIN failed--compilation aborted at 
PDF/API2/Resource/Font/BdFont.pm line 45.<BR>Compilation failed in require at 
PDF/API2.pm line 68.<BR>BEGIN failed--compilation aborted at PDF/API2.pm line 
68.<BR>Compilation failed in require at PDF/API2/Simple.pm line 46.<BR>BEGIN 
failed--compilation aborted at PDF/API2/Simple.pm line 46.<BR>Compilation failed 
in require at script/test.perl.pdf.pl line 6.<BR>BEGIN failed--compilation 
aborted at script/test.perl.pdf.pl line 6.<BR>make: *** [run] Error 
2</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------------------------------<BR>4d1a52cb.dll 
existiert.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------------------------------<BR>$ 
dir 
C:\DOKUME~1\Nagy\LOKALE~1\Temp\par-Nagy\cache-1174550034\4d1a52cb.dll<BR>&nbsp;Volume 
in Laufwerk C: hat keine Bezeichnung.<BR>&nbsp;Volumeseriennummer: 
D0F9-0549</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;Verzeichnis von 
C:\DOKUME~1\Nagy\LOKALE~1\Temp\par-Nagy\cache-1174550034</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>22.03.2007&nbsp; 
08:55&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 65.642 
4d1a52cb.dll<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1 Datei(en)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 65.642 
Bytes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0 Verzeichnis(se), 18.112.118.784 Bytes 
frei<BR>--------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=937564109-22032007><FONT face=Arial size=2>Ich habe schon 
einige versuche mit --modul und -I... hinter mit.</FONT></SPAN></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=937564109-22032007>H</SPAN>abe 
schon so manches mit PP zu laufen gebracht aber da stehe ich völlig 
an.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Für jede Hilfe waehre ich dankbar</FONT></DIV>
<DIV><SPAN class=937564109-22032007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>\^/ili<BR></FONT></DIV></BODY></HTML>