add example PDFs

This commit is contained in:
2026-07-08 16:28:23 +02:00
parent dc0af68d26
commit 1ff7cbea11
5 changed files with 12 additions and 0 deletions

View File

@@ -15,10 +15,19 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentOperator.Tests", "D
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F9E8D8E-1234-4567-89AB-CDEF01234567}"
ProjectSection(SolutionItems) = preProject
AGENTS.md = AGENTS.md
CONTROLLER_ENDPOINTS.md = CONTROLLER_ENDPOINTS.md
REQUIRED_FEATURES.md = REQUIRED_FEATURES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fake-pfd", "fake-pfd", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
fake-pdf\form.pdf = fake-pdf\form.pdf
fake-pdf\multi-page.pdf = fake-pdf\multi-page.pdf
fake-pdf\one-page.pdf = fake-pdf\one-page.pdf
fake-pdf\with-image.pdf = fake-pdf\with-image.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -49,6 +58,9 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {3F9E8D8E-1234-4567-89AB-CDEF01234567}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {832CA90A-06D6-4312-9B35-16CC665EB37C}
EndGlobalSection

BIN
fake-pdf/form.pdf Normal file

Binary file not shown.

BIN
fake-pdf/multi-page.pdf Normal file

Binary file not shown.

BIN
fake-pdf/one-page.pdf Normal file

Binary file not shown.

BIN
fake-pdf/with-image.pdf Normal file

Binary file not shown.