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 8847689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T12:14:59+00:00 2026-06-14T12:14:59+00:00

I there a way to see if a file have been converted due to

  • 0

I there a way to see if a file have been converted due to damaged file or wrong format.

What I do is automatically turn documents into tiff, from documents supported by MS word. What I did was I changed a bmp file into a doc file, and Word opened it and send it to print, and it became a 106 paged tiff.

Is there a way to see in word that file have been converted or is there a technique for that.

The code I have now.

        Document Doc;
        Application word = new Application();
        try
        {

            word.DisplayAlerts = WdAlertLevel.wdAlertsNone;

            Doc = word.Documents.Open(LocationAndFile, PasswordDocument: "BSpw", ReadOnly: true);

            word.ActivePrinter = "TIFF Image Printer 10.0";
            Doc.PrintOut(); //printout untested for now
            Doc.Close(false);

        }
        catch (System.Runtime.InteropServices.COMException ex)
        {

            word.Quit();
            releaseObject(word);
            return new ReturnInfo(LocationAndFile, true, ex.ErrorCode);
        }

        word.Quit();
        releaseObject(Doc);
        releaseObject(word);

The try catch is for stopping passworded documents, I hoped it would catch broken files but it just attempt to convert em. It does not matter if it prints a page that was converted, but I want to know it so I can list the file afterwards to make sure it looks normal.

  • 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-14T12:15:00+00:00Added an answer on June 14, 2026 at 12:15 pm

    According to the Word Object Model page, there is no member to verify whether a document has been repaired.

    So, no, this would not be possible.

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

Sidebar

Related Questions

Is there a way to see if assets file changed between application reinstall in
Is there a way to see what's been saved to NSUserDefaults directly? I'd like
Is there a way to see users that have certain security role assigned? I'm
Is there any way to see exact results of an executed update statement in
Is there a way to see how many items in a dictionary share the
Is there any way to see what a control will look like in the
Is there a way to see how many context switches each thread generates? (both
Is there a way to see the messages that RIA services/clients send?
Is there any way to see how many queries are executed in like every
Using Microsoft SQL Server 2005, is there any way to see when a table

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.