Koozali.org: home of the SME Server

PDF automated converting server

Offline linuxgurumaniac

  • *
  • 13
  • +0/-0
  • ROCKING 24/7 \m/V\m/
    • Learn 2 Program
PDF automated converting server
« on: October 18, 2009, 12:04:48 PM »
Hello,
A friend of mine who works at a charitable organisation was asking to help him in a small task.
He have two type of users, one type that have full access to a file and the other who can just
view the file. Now to make it easier for the viewer who don't always have access to M$ office
suite like word or excel and who cant afford it he was considering to let the server convert
these file for them to pdf on the fly, without deleting or replacing the original file.
And the commercial version which he found are very expensive.

Now I was considering have Linux box who have a cups with the virtual PDF-printer installed
but the thing is he was looking for a web interface solution where the viewer don't have
to install any client software on his pc. He should see a list of files when he click on one
it will open in PDF format after it have been converted silently in the server.

Please any suggestion would very great-full.

Thank you in advance.
Everything in life is magic, until it get defined by science, then it will become logic...

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: PDF automated converting server
« Reply #1 on: October 18, 2009, 01:36:28 PM »
mmhhh... what about using openoffice?

take a look here

HTH

Offline linuxgurumaniac

  • *
  • 13
  • +0/-0
  • ROCKING 24/7 \m/V\m/
    • Learn 2 Program
Re: PDF automated converting server
« Reply #2 on: October 18, 2009, 01:55:15 PM »
mmhhh... what about using openoffice?

take a look here

HTH

Well as i have previously sad we are looking for a way to make the viewer(the type of user that can only view, and can't edit) to view it an PDF format while using a web interface. A Viewer might check the documents from any place in the world

regards
Everything in life is magic, until it get defined by science, then it will become logic...

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: PDF automated converting server
« Reply #3 on: October 18, 2009, 02:01:18 PM »
ok..

take a look here

NOTE: not tested
NOTE2: google is your friend and  has always the answer ;-)

Offline linuxgurumaniac

  • *
  • 13
  • +0/-0
  • ROCKING 24/7 \m/V\m/
    • Learn 2 Program
Re: PDF automated converting server
« Reply #4 on: October 18, 2009, 05:43:16 PM »
ok..

take a look here

NOTE: not tested
NOTE2: google is your friend and  has always the answer ;-)

first of all thanks you for ur assistance.
secondly this is not exactly what i'm looking for
let me show a couple of server I've found
using my all time pal google  ;-)

this is somewhat what i'm loocking for :
1 - http://www.qoppa.com/pas/pasindex.html
2 - http://rainbowpdf.com/productServer.php

but i want an open source version since the charity can't afford to buy licenses.

regards
Everything in life is magic, until it get defined by science, then it will become logic...

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: PDF automated converting server
« Reply #5 on: October 18, 2009, 07:45:01 PM »
secondly this is not exactly what i'm looking for

well.. IMO it's not really clear what you are looking for ;-)

Quote
this is somewhat what i'm loocking for :
1 - http://www.qoppa.com/pas/pasindex.html
2 - http://rainbowpdf.com/productServer.php

but i want an open source version since the charity can't afford to buy licenses.

regards

so.. you want (shoud be "prefer/wish", shouldn't? ) something that process any kind of document to transform it in a pdf and that pdf should be viewable via browser withoun any installation on client pc, right?

my idea:
- install cups on SME and cups-pdf
- create a cron script that watches a folder and, each time it finds a file, print as a pdf
- create a procmail rule that do the same thing with email
- install the online viewer I linked before..

it's not a trivial thing, but should do the job..

good luck

Offline linuxgurumaniac

  • *
  • 13
  • +0/-0
  • ROCKING 24/7 \m/V\m/
    • Learn 2 Program
Re: PDF automated converting server
« Reply #6 on: October 19, 2009, 08:51:14 AM »
Hello,
so.. you want (shoud be "prefer/wish", shouldn't? )
for that I'm sorry you are right :$.

my idea:
- install cups on SME and cups-pdf
- create a cron script that watches a folder and, each time it finds a file, print as a pdf
- create a procmail rule that do the same thing with email
- install the online viewer I linked before.

Now regarding your idea I did consider it and it was my last option like I mentioned in my first post.
I hope I could find something easier if I didn't I guess I will go for it.

Thank you for all your help :D
Everything in life is magic, until it get defined by science, then it will become logic...

Offline piran

  • *****
  • 502
  • +0/-0
Re: PDF automated converting server
« Reply #7 on: October 19, 2009, 12:58:21 PM »
...to let the server convert these file for them to pdf
on the fly
, without deleting or replacing the original file....
Please any suggestion would very great-full.
The OpenSource Joomla! CMS does just that.