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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T15:45:54+00:00 2026-06-12T15:45:54+00:00

Can I use ApprovalTests with PDF’s? I tried using the FileLauncher but it seems

  • 0

Can I use ApprovalTests with PDF’s? I tried using the FileLauncher but it seems the identical PDF’s are slightly different at file (bit) level. Or did I use it wrongly?

[TestMethod]
[UseReporter(typeof(FileLauncherReporter))]
public void TestPdf()
{
    var createSomePdf = PdfCreate();

    ApprovalTests.Approvals.Verify(new FileInfo(createSomePdf.FileName));

}
  • 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-12T15:45:56+00:00Added an answer on June 12, 2026 at 3:45 pm

    The Pdf is most likely being created with a timestamp. Depending on the method used to create the pdf, you might be able to mock out the created time. but I had to scrub it.

    Here’s the code I used to do that.

        public static void VerifyPdf(string coverFile)
        {
            ScrubPdf(coverFile);
            Approvals.Verify(new ExistingFileWriter(coverFile));
        }
    
        private static void ScrubPdf(string coverFile)
        {
            long location;
            using (var pdf = File.OpenRead(coverFile))
            {
                location = Find("/CreationDate (", pdf);
    
            }
            using (var pdf = File.OpenWrite(coverFile))
            {
                pdf.Seek(location, SeekOrigin.Begin);
    
                var original = "/CreationDate (D:20110426104115-07'00')";
                var desired = new System.Text.ASCIIEncoding().GetBytes(original);
    
                pdf.Write(desired, 0, desired.Length);
                pdf.Flush();
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can use File('foo.bar').abspath to get the location of a file, but if I've
I can use this maven plugin maven-jaxb-plugin to generate Java Classes from XSD file.
I can use .button() to create beautiful submit buttons, but the rest of the
I can use Server[request_time] to get current timestamp. But how would I use this
I can use SUM(xpath) to sum all node values, but I also have a
How can use the the drop down box to show different forms based on
Can wsgi be configured to use a specific python executable? When using the WSGIPythonHome
I can use urllib.request module with Python 3.1. But when I execute the same
I can use @font-face but it does not work in all browsers. Are there
can i use hibernate to login jsp page using (session) if i'm not using

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.