Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Converting file from word.doc to pdf...

12 views
Skip to first unread message

jodleren

unread,
Dec 30, 2009, 1:17:38 PM12/30/09
to
Hello

I have a system using expdf and other PDF tools to create PDF
documents.
Now they want an automated system, which can reads word documents and
convert them to PDF

Would that be possible?

WBR
Sonnich

Richard

unread,
Dec 30, 2009, 4:26:20 PM12/30/09
to

"jodleren" <son...@hot.ee> wrote in message
news:6b614966-5636-441b...@k23g2000yqa.googlegroups.com...

An option is to use OpenOffice on the command line. It can save as
pdf.
Google knows about it.

It depends a bit on the kind and version of the word docs how you
approach this.

From PHP you can try COM to make word open a doc, and print it to a
PDF printer, or to postscript and convert that to PDF.

I dont know of an 'elegant' solution. Microsoft and PDF dont mix very
well.

R.


mscir

unread,
Dec 30, 2009, 4:42:06 PM12/30/09
to

Richard

unread,
Dec 30, 2009, 8:48:35 PM12/30/09
to

"mscir" <ms...@yahoo.com> wrote in message
news:hhghft$1i5t$1...@adenine.netfront.net...

> jodleren wrote:
>> Hello
>>
>> I have a system using expdf and other PDF tools to create PDF
>> documents.
>> Now they want an automated system, which can reads word documents
>> and
>> convert them to PDF
>>
>> Would that be possible?
>>
>> WBR
>> Sonnich
>
> Have you seen these:
>
> http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/
>
> http://www.dzone.com/links/convert_doc_to_pdf_in_php.html
>
> Mike


Hi,
that looks very promising, but it seems you need to sign up for some
account to use it.
Before you can start using phpLiveDocx, you must first sign up for an
account.

:(

Richard


Richard

unread,
Dec 30, 2009, 8:50:01 PM12/30/09
to

"mscir" <ms...@yahoo.com> wrote in message
news:hhghft$1i5t$1...@adenine.netfront.net...
> jodleren wrote:
>> Hello
>>
>> I have a system using expdf and other PDF tools to create PDF
>> documents.
>> Now they want an automated system, which can reads word documents
>> and
>> convert them to PDF
>>
>> Would that be possible?
>>
>> WBR
>> Sonnich
>
> Have you seen these:
>
> http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/
>
> http://www.dzone.com/links/convert_doc_to_pdf_in_php.html
>
> Mike

Oh, and besides that it says:
? 3,998.00*
per server

if you want to install on your own server....


R


mscir

unread,
Dec 30, 2009, 10:10:22 PM12/30/09
to

Sorry I missed those, I thought they were free.

mscir

unread,
Dec 31, 2009, 3:34:24 AM12/31/09
to

How does this look to you?

If I read this correctly FOSS stands for

http://en.wikipedia.org/wiki/Free_and_Open_Source_Software

and applies to this package.

=================================
http://www.proprofs.com/forums/index.php?showtopic=11844

>I'm looking for a simple program that will convert MS Word (doc) to
>PDF. I don't need anything fancy, just something simple and FREE.

If you are looking at developing your own solution, you could take a
look at LiveDocx (and if you are using PHP phpLiveDocx). It is a free
SOAP service that offers exactly the functionality for which you are
looking!

http://www.phplivedocx.org
http://www.livedocx.com

Best regards
Leo
==================================

And from the author:

http://www.phplivedocx.org/about/

Being an advocate of the FOSS movement, I promote the use of Open Source
software, motivating and assisting team members to deploy Linux on the
desktop and server. I reject the notion of reinventing the wheel and
consequently prefer to develop with established frameworks, components
and tool kits where applicable.
==================================

Richard

unread,
Dec 31, 2009, 10:06:13 AM12/31/09
to

"mscir" <ms...@yahoo.com> wrote in message
news:hhhnms$pbh$1...@adenine.netfront.net...

Hi Mike,

I dont need anything... I just replied to your post. I am not the OP.

The phplivedocx is a service, you can send your docs to their server
and have them converted. For some small use, there is a free
subscription, but for serious work you need to pay monthly fee.
At least thats what I understand.
If you want their sourcecode and use it, then you must pay the 4000
EURO. Still FOSS? There is something fishy about the PHPlivedocX.

Richard


David

unread,
Dec 31, 2009, 1:44:30 PM12/31/09
to

What OS are you using, if it were Linux you could simply open the .doc
file in question and than tell it to print it in .pdf.

Simple as that and no need to look for some web service or program to do
it for you.


--
Light Travels Faster Than Sound, Which Is Why Some People
Appear Bright Until You Hear Them Speak.

mscir

unread,
Jan 1, 2010, 3:58:33 PM1/1/10
to
> What OS are you using, if it were Linux you could simply open the .doc
> file in question and than tell it to print it in .pdf.
>
> Simple as that and no need to look for some web service or program to do
> it for you.

So if he built a simple Linux server to his network would it be possible
to use the server to do the job? If so would you mind describing how
this would be done?

Richard

unread,
Jan 1, 2010, 5:10:11 PM1/1/10
to

"David" <youc...@findmoore.net> wrote in message
news:Ocqdna8a_P1UcqHW...@centurytel.net...

Huh?
I dont understand why you are asking me this. I dont need anything,
just made a remark on the liveDocx.

You can do a command line conversion on any platfom OpenOffice is
supported on, I even suspect this is what the liveDocx is using.

R.


jodleren

unread,
Jan 4, 2010, 10:47:29 AM1/4/10
to
On Dec 31 2009, 5:06 pm, "Richard" <root@localhost> wrote:
> "mscir" <ms...@yahoo.com> wrote in message

>


> The phplivedocx is a service, you can send your docs to their server
> and have them converted. For some small use, there is a free
> subscription, but for serious work you need to pay monthly fee.
> At least thats what I understand.
> If you want their sourcecode and use it, then you must pay the 4000
> EURO. Still FOSS? There is something fishy about the PHPlivedocX.
>

Hmm :)

I am back now reading all this. I guess the option with running it
from the command prompt might be a better option...

WBR
Sonnich

swarna...@gmail.com

unread,
Dec 16, 2012, 8:42:28 AM12/16/12
to
Alternatively, use the online application below to convert doc or docx to pdf or xps.

http://pdfaid.com/doc-to-pdf-conversion.aspx

Discailmer: I am involved in the development of this website.

Jerry Stuckle

unread,
Dec 16, 2012, 9:14:44 AM12/16/12
to
On 12/16/2012 8:42 AM, swarna...@gmail.com wrote:
> Alternatively, use the online application below to convert doc or docx to pdf or xps.
>
> http://iamaspammer.compdfaid.com/doc-to-pdf-conversion.aspx
>
> Discailmer: I am involved in the development of this website.
>
>
>

The question is three years old. I doubt he's still looking for an answer.

But then neither google groupies nor spammers are very smart. And when
one is both...


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================

J.O. Aho

unread,
Dec 16, 2012, 11:45:30 AM12/16/12
to
On 16/12/12 15:14, Jerry Stuckle wrote:
> On 12/16/2012 8:42 AM, swarna...@gmail.com wrote:
>> Alternatively, use the online application below to convert doc or docx
>> to pdf or xps.
>>
>> http://iamaspammer.compdfaid.com/doc-to-pdf-conversion.aspx
>>
>> Discailmer: I am involved in the development of this website.
>>
>>
>>
>
> The question is three years old. I doubt he's still looking for an answer.
>
> But then neither google groupies nor spammers are very smart. And when
> one is both...
>
>

Also they seems to have the microsoft sickness of top posting and I
doubt the original poster was looking for en external site to do it.

--

//Aho

bonma...@gmail.com

unread,
Dec 16, 2012, 11:59:57 PM12/16/12
to
Using word to pdf conversion software from http://www.wordtopdffree.net you can convert your word file to pdf file instantly.

Jerry Stuckle

unread,
Dec 17, 2012, 8:55:23 AM12/17/12
to
On 12/16/2012 11:59 PM, bonma...@gmail.com wrote:
> Using spam software from http://iamaspammer.net you can send your spam.
>

What is it with the spammers lately? Guess the Google Groupies are
getting desperate. Oh well - another site to report for spamming.

Scott Johnson

unread,
Dec 17, 2012, 9:29:19 AM12/17/12
to
On 12/17/2012 5:55 AM, Jerry Stuckle wrote:
> On 12/16/2012 11:59 PM, bonma...@gmail.com wrote:
>> Using spam software from http://iamaspammer.net you can send your spam.
>>
>
> What is it with the spammers lately? Guess the Google Groupies are
> getting desperate. Oh well - another site to report for spamming.
>
What are the chances that the 2 gmail accounts are the same people.
Just thinking..

Jerry Stuckle

unread,
Dec 17, 2012, 9:38:43 AM12/17/12
to
I would think not, Scott. They're spamming two different sites. Plus
the first one is posting from Belgium and the second India.

Peter H. Coffin

unread,
Dec 17, 2012, 10:31:50 PM12/17/12
to
On Mon, 17 Dec 2012 09:38:43 -0500, Jerry Stuckle wrote:
> On 12/17/2012 9:29 AM, Scott Johnson wrote:
>> On 12/17/2012 5:55 AM, Jerry Stuckle wrote:
>>> On 12/16/2012 11:59 PM, bonma...@gmail.com wrote:
>>>> Using spam software from http://iamaspammer.net you can send your spam.
>>>>
>>>
>>> What is it with the spammers lately? Guess the Google Groupies are
>>> getting desperate. Oh well - another site to report for spamming.
>>>
>> What are the chances that the 2 gmail accounts are the same people. Just
>> thinking..
>
> I would think not, Scott. They're spamming two different sites. Plus
> the first one is posting from Belgium and the second India.

keywords in the subject line, probably. Any time those to things show up
in the subject, spam your product that does that.

--
The greatest dangers to liberty lurk in insidious encroachment by men of
zeal, well-meaning but without understanding. -Justice Louis D. Brandeis

Jerry Stuckle

unread,
Dec 17, 2012, 11:02:16 PM12/17/12
to
On 12/17/2012 10:31 PM, Peter H. Coffin wrote:
> On Mon, 17 Dec 2012 09:38:43 -0500, Jerry Stuckle wrote:
>> On 12/17/2012 9:29 AM, Scott Johnson wrote:
>>> On 12/17/2012 5:55 AM, Jerry Stuckle wrote:
>>>> On 12/16/2012 11:59 PM, bonma...@gmail.com wrote:
>>>>> Using spam software from http://iamaspammer.net you can send your spam.
>>>>>
>>>>
>>>> What is it with the spammers lately? Guess the Google Groupies are
>>>> getting desperate. Oh well - another site to report for spamming.
>>>>
>>> What are the chances that the 2 gmail accounts are the same people. Just
>>> thinking..
>>
>> I would think not, Scott. They're spamming two different sites. Plus
>> the first one is posting from Belgium and the second India.
>
> keywords in the subject line, probably. Any time those to things show up
> in the subject, spam your product that does that.
>

Yup, you're probably right, Peter.

Of course, if the product were any good they wouldn't need to spam...
0 new messages