mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 10:55:04 +08:00
comment out local test
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
[Fact]
|
||||
public void Tests()
|
||||
{
|
||||
using (var document = PdfDocument.Open(@"C:\Users\eliot\Downloads\ICML03-081.pdf"))
|
||||
//using (var document = PdfDocument.Open(@"C:\Users\eliot\Downloads\ICML03-081.pdf"))
|
||||
{
|
||||
var page = document.GetPage(1);
|
||||
//var page = document.GetPage(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user