mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 03:34:52 +08:00
add visual verification for type 1 output, currently seems off by some amount, could be font matrix
This commit is contained in:
BIN
src/UglyToad.PdfPig.Tests/Integration/Documents/ICML03-081.jpg
Normal file
BIN
src/UglyToad.PdfPig.Tests/Integration/Documents/ICML03-081.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 232 KiB |
@@ -10,6 +10,7 @@
|
||||
private const string NonLatinAcrobatDistiller = "Single Page Non Latin - from acrobat distiller";
|
||||
private const string SingleGoogleDrivePage = "Single Page Simple - from google drive";
|
||||
private const string SinglePageFormattedType0Content = "Type0 Font";
|
||||
private const string SinglePageType1Content = "ICML03-081";
|
||||
|
||||
private static string GetFilename(string name)
|
||||
{
|
||||
@@ -23,6 +24,12 @@
|
||||
return Path.Combine(documentFolder, name);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void SinglePageWithType1Content()
|
||||
{
|
||||
Run(SinglePageType1Content);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void SinglePageNonLatinFromAcrobatDistiller()
|
||||
{
|
||||
|
Reference in New Issue
Block a user