Automated the google forms to pdf generation process. Using pdflatex command (external program).

Only the download automation has to be done. > look at FileSystemWatcher for automatically detecting downloads
This commit is contained in:
Douwe Ravers
2022-12-24 15:18:20 +01:00
parent bc576e433a
commit abf812c6e9
99 changed files with 2224 additions and 428 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@@ -0,0 +1 @@
36ee40575dbbea1fa5315cbc1554d56b6770af33

View File

@@ -0,0 +1,8 @@
C:\Users\douwe\Projects\Proostenkrant.NET\Build\Proostenkrant.NET.exe.config
C:\Users\douwe\Projects\Proostenkrant.NET\Build\Proostenkrant.NET.exe
C:\Users\douwe\Projects\Proostenkrant.NET\Build\Proostenkrant.NET.pdb
C:\Users\douwe\Projects\Proostenkrant.NET\Proostenkrant.NET\obj\Debug\Proostenkrant.NET.csproj.AssemblyReference.cache
C:\Users\douwe\Projects\Proostenkrant.NET\Proostenkrant.NET\obj\Debug\Proostenkrant.NET.csproj.SuggestedBindingRedirects.cache
C:\Users\douwe\Projects\Proostenkrant.NET\Proostenkrant.NET\obj\Debug\Proostenkrant.NET.csproj.CoreCompileInputs.cache
C:\Users\douwe\Projects\Proostenkrant.NET\Proostenkrant.NET\obj\Debug\Proostenkrant.NET.exe
C:\Users\douwe\Projects\Proostenkrant.NET\Proostenkrant.NET\obj\Debug\Proostenkrant.NET.pdb

Binary file not shown.

Binary file not shown.