mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-19 02:37:56 +08:00
remove debug code from the test
i accidentally left this in when debugging the pdf merging.
This commit is contained in:
@@ -38,9 +38,7 @@
|
||||
var two = IntegrationHelpers.GetDocumentPath("Single Page Simple - from inkscape.pdf");
|
||||
|
||||
var result = PdfMerger.Merge(one, two);
|
||||
|
||||
System.IO.File.WriteAllBytes(@"C:\temp\merged.pdf", result);
|
||||
|
||||
|
||||
using (var document = PdfDocument.Open(result, ParsingOptions.LenientParsingOff))
|
||||
{
|
||||
Assert.Equal(2, document.NumberOfPages);
|
||||
|
Reference in New Issue
Block a user