Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: Excel to PDF convertor

by nocool (Novice)
on Aug 27, 2010 at 16:14 UTC ( [id://857719]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Excel to PDF convertor
in thread Excel to PDF convertor

I have used the same module ParseExcel/WriteExcel which is mentioned by you to generate runtime excel file through perl on unix system. But I want something which will either save the excel output in PDF format or convert the existing excel file to PDF file.

Replies are listed 'Best First'.
Re^5: Excel to PDF convertor
by psini (Deacon) on Aug 27, 2010 at 16:25 UTC

    "I want this" is seldom a good strategy.

    A xls file is only a container for data and some formatting information so it cannot be converted into a pdf file that is a visual document format.

    You can render a xls file into a pdf file, using a tool that has to do operations much more complex that a simple data conversion; it is obviously possible write a perl module to do the same thing, but it would not be simple, nor particularly useful, because such a tool exists, is open source software, and is OpenOffice.

    If you can't use it (and I can't imagine why) you can use one of several PDF modules to generate the pdf file from your data, but then you'll need to code all the formatting manually, and that is not so easy...

    Rule One: "Do not act incautiously when confronting a little bald wrinkly smiling man."

Re^5: Excel to PDF convertor
by vek (Prior) on Aug 27, 2010 at 21:10 UTC

    Then the advice provided by corion is absolutely correct. Use PDF::API2 to convert your data to PDF.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://857719]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-18 07:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found