Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8082819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:14:48+00:00 2026-06-05T17:14:48+00:00

I am converting a .docx, .doc file to .ps file. Work fine on the

  • 0

I am converting a .docx, .doc file to .ps file. Work fine on the local machine and prints the .ps file but on IIS 7.5 it doesn’t print, I just get this error

“The ActiveX-Server has not been started! Please use function “cStart()” to start the ActiveX-Server!”

I have tried cStart(“/NoProcessingAtStartup”, false) with no luck and done multiply searches that lead to no resolve. Has anyone run across something like this before?

IIS:
Anonymous Authorization,
Application Pool Identity

PDFCreator.clsPDFCreator creator = new PDFCreator.clsPDFCreator();
PDFCreator.clsPDFCreatorOptions options = new PDFCreator.clsPDFCreatorOptions();
options = creator.cOptions;
PDFCreator.clsPDFCreatorError perr = new PDFCreator.clsPDFCreatorError();

if (!creator.cStart("/NoProcessingAtStartup", false))
{
     Console.Write("Can't Initiase PDF Converter, letter Generation Error");
}

options.UseAutosave = 1;
options.UseAutosaveDirectory = 1;
options.AutosaveDirectory = path;
options.AutosaveFilename = name;
options.AutosaveFormat = 6; //0=PDF, 1=PNG, 2=JPG, 3=BMP, 4=PCX, 5=TIFF, 6=PS, 7= EPS, 8=ASCII
creator.cOptions = options;
creator.cSaveOptions();
creator.cClearCache();
creator.cPrinterStop = false;
creator.cDefaultPrinter = "PDFCreator";
creator.cPrintFile(pathFull);

err = creator.cError.Description.ToString();
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T17:14:51+00:00Added an answer on June 5, 2026 at 5:14 pm

    It is probably because the Application Pool User doesn’t have permission to run PDFCreator or because it’s never run PDFCreator before and on first run it’s trying to do some installation or setup interactively and the Application Pool User doesn’t have an interactive context. Although I would lean towards the latter as I’d expect a different error if it was the former.

    If PDFCreator is accessible via the DCOM config section in Computer Management/Component Services then you could try setting it to always run as under a specific user identity, probably your own.
    You would also need to give the Application Pool User permission Launch and Activiation and Access permissions on it.

    Alternatively you could try impersonation either in your application config or code and impersonate the account you’d normally use with PDFCreator.

    Update: Although Word was the actual problem and PDFCreator was trying to activate it, the above suggestions still apply exactly.
    If another process is trying to activate Word the user running that process will need to have DCOM permissions on it, and Word will probably need to be run as a specific user if the activating process user doesn’t have permission or has never used it before.

    As a specific example, say you’re running the process under the Network Service account and it tries to activate Word, when a new user tries to run Word for the first time Word will throw up some installation windows for first time configuration, but since the user is not interactively logged in these windows cannot be seen and cannot be responded to so the installation hangs. In this case it is better to set Word to always start up under a specific identity in the DCOM config.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an idea of converting Word document(.doc/.docx) files to Help file(.chm) format. I
Did anyone already wrote code for converting doc or docx to pdf using Word
I have been working on a document conversion feature for converting a docx file
Is converting a file to a byte array the best way to save ANY
For converting a integer into an enum (out of a json file), I declared
I am converting a HTML file to OpenXML format using NotesForHtmlToOpenXML (http://notesforhtml2openxml.codeplex.com) Original Table
I tried converting word newsletter to html by File->Save as->Other formats and then choose
Converting dates/times into ticks using the PowerShell Get-Date applet is simple. However, how do
Converting WSDL to C# classes using microsoft net wsdl.exe tool but the tool is
While converting a webdesign given as a photoshop file to html+css, I got confused

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.