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

  • SEARCH
  • Home
  • 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 3339142
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:27:30+00:00 2026-05-18T00:27:30+00:00

I’m currently using Adobe’s Acrobat Interop library (v1.1) in a single threaded fashion to

  • 0

I’m currently using Adobe’s Acrobat Interop library (v1.1) in a single threaded fashion to batch edit multiple PDF documents across several volumes. This is a major bottleneck in my program, and, as the project has matured, I’ve become tempted to parallelize parts of this.

However, it seems that before I can continue I need to create multiple Acrobat processes so as to not have multiple threads locking on the single instance of the application. I know one can adjust Adobe’s single-process behavior by using the /n switch in the shell, but given the way it’s instantiated within .NET:

Type type = Type.GetFromProgID("AcroExch.PDDoc");
CAcroPDDoc app = (CAcroPDDoc)Activator.CreateInstance(type);

I can’t really find a way to force it into multiple instances. I’ve tried every registry hack under the sun, but those only seem to affect the way Acrobat launches from within the shell. As far as I’ve been able to tell, there are no parameters for the COM constructor, either.

I was hoping that someone could point me in the right direction. Thanks!

  • 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-05-18T00:27:31+00:00Added an answer on May 18, 2026 at 12:27 am

    Acrobat is expossed as a single threaded COM, and that is the wall that is limiting your application to spawn multiple threads. The only work around I can think of is to process files on separate processes.

    So,

    a) Put your logic inside a console application, and spawn it multiple times in parallel

    b) Use a native PDF processor, like ABC Pdf (not free!) or iTextSharp (free)

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

Sidebar

Related Questions

No related questions found

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.