fdesar has asked for the wisdom of the Perl Monks concerning the following question:
Hi, Monks,
I seek your wisdom to find a solution to a simple problem I have.
I wrote a Inkscape module in Perl and just finished writing its user-guide for it in PDF format.
This module works either on Windows, MacOS and Linux.
My problem is to find a way to display this PDF file from within my Perl module, using either the default PDF viewer for the OS or its default Internet browser (which certainly knows how to display those files). It seems to me the only way to achieve that is by using the shell but I wonder how to do write command files for such result on each of those three OSes (I perfectly know on which of them I am running).
Any suggestions are welcome.
Many thanks
F.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Display PDF file from Perl
by choroba (Cardinal) on Dec 19, 2019 at 16:07 UTC | |
by fdesar (Beadle) on Dec 20, 2019 at 14:34 UTC | |
by Anonymous Monk on Dec 20, 2019 at 08:08 UTC |