Hello:
On Sun, Dec 04, 2011 at 10:22:26AM +, Huub van Niekerk wrote:
> Thank you for your response. The variable is defined as:
>
> my $ps = new PostScript::Simple(papersize => "A4",
> colour => 0,
> eps => 0,
>
On Sun, 04 Dec 2011 10:21:37 +, Huub van Niekerk wrote:
> On Sun, 04 Dec 2011 14:15:44 +0530, Saravanan Murugaiah wrote:
>
>> Hi,
>>
>> Yes, the problem with the eps file, in general, if you open the .eps
>> file in notepad, you can see the below things:
>>
>> %
>>
>> %%Creator: Adobe
On Sat, 03 Dec 2011 23:22:12 -0800, Jim Gibson wrote:
> At 7:05 AM + 12/4/11, Huub van Niekerk wrote:
>>Hi,
>>
>>I'm trying to import an eps file but I get errors. Can somebody tell how
>>I can solve either of these 2 errors. BTW, I'm not using them at the
>>same time.
>>
>>$ps->importepsfile(
On Sun, 04 Dec 2011 14:15:44 +0530, Saravanan Murugaiah wrote:
> Hi,
>
> Yes, the problem with the eps file, in general, if you open the .eps
> file in notepad, you can see the below things:
>
> %
>
> %%Creator: Adobe Illustrator(R) 15.0
> %%For: welcome
> %%CreationDate: 9/7/2011
> %%Bound
Hi,
Yes, the problem with the eps file, in general, if you open the .eps file
in notepad, you can see the below things:
%
%%Creator: Adobe Illustrator(R) 15.0
%%For: welcome
%%CreationDate: 9/7/2011
%%BoundingBox: 0 0 367 321
%%HiResBoundingBox: 0 0 366.7198 320.6792
%%CropBox: 0 0 366.7198
At 7:05 AM + 12/4/11, Huub van Niekerk wrote:
Hi,
I'm trying to import an eps file but I get errors. Can somebody tell how
I can solve either of these 2 errors. BTW, I'm not using them at the same
time.
$ps->importepsfile("/mnt/Kaapstadadmin/HVW/logo-2-gemeentekleuren.eps",
0,0, 151,90);
E