Okay, I made a couple changes to the Makefile.PL and moved the .pm's into the lib dir and the script into the scripts/ dir, where they should go. Also I fixed up the authors list (good of you to include all of them!)
This package installs ok on my machine. I had installed all my prerequisites like this:
# cpan -i Math::Matrix # cpan -i Text::PDF::File # cpan -i PDF::API2
Then I could run pdf2svg.
Again though, my results with it were not very good. Probably these issues could be fixed, however it would require knowledge of Perl to do so. I think it may be better to focus on using Scribus for PDF import instead though. What do you think?
Bryce
On Sun, Sep 25, 2005 at 07:47:39AM +0400, Alexandre Prokoudine wrote:
Here it is
Alexandre
On 9/25/05, Bryce Harrington <bryce@...961...> wrote:
On Sun, Sep 25, 2005 at 06:44:06AM +0400, Alexandre Prokoudine wrote:
On 9/24/05, Bryce Harrington <bryce@...961...> wrote:
On Sat, Sep 24, 2005 at 05:58:23AM +0400, Alexandre Prokoudine wrote:
On 9/24/05, Bryce Harrington <bryce@...961...> wrote:
> I can't find any Text::PDF::Util module at CPAN
There is a Text::PDF::Utils in this package:
I have it in /usr/share/perl/5.8/Text/PDF/, but Perl complains about Text::PDF::Util, not Text::PDF::Utils.
Sounds like a typo in the script perhaps...? Grep for Utils and correct it to Util and see if that fixes it.
Still no fun
avp@...998...:~/soft/build/graphics/pdf2svg$ perl -e "use PDF::API2" Can't locate PDF/API2/Basic/PDF/Util.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/perl/5.8/PDF/API2.pm line 51. BEGIN failed--compilation aborted at /usr/share/perl/5.8/PDF/API2.pm line 51. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1.
Email me the Makefile.PL, I'll take a look at it and try to fix it.
Bryce
participants (1)
-
Bryce Harrington