Discussion:
Creating Post Script File from Word Document
(too old to reply)
p***@adobeforums.com
2006-12-10 12:26:42 UTC
Permalink
Hi How to create a Ps File from Word document.. Is there any api to do this ?
~Arjun
Dov Isaacs
2006-12-10 17:12:31 UTC
Permalink
(1) It is PostScript, not Post Script or Ps!

(2) To create PostScript from a Microsoft Word document, you simply open such a document in Microsoft Word and print to a PostScript printer driver instance, but chose the Print to file option. Note that since PostScript from drivers is device-dependent, you do need to choose a PostScript printer driver instance very carefully based on a PPD that has few device dependencies.

- Dov
p***@adobeforums.com
2006-12-11 09:06:06 UTC
Permalink
Hi Dov,
Is there any API to do that programmatically.. I am using c#
~Arjun
Dov Isaacs
2006-12-11 15:17:37 UTC
Permalink
The only way you can accomplish this programmatically is to automate the launching of Microsoft Word, the opening of the document in question, and invocation and populating of the print options.

Yes, you must do this via Microsoft Word since the Word document does not contain final layout. Word must do the compositing.

- Dov

Continue reading on narkive:
Loading...