mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 19:05:01 +08:00
comment out local test
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
[Fact]
|
[Fact]
|
||||||
public void Tests()
|
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