This commit is contained in:
John Whitington
2022-03-07 17:38:41 +00:00
parent 4046437b85
commit f83d8abb5d
2 changed files with 29 additions and 34 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
\documentclass{book}
% Edit here to produce cpdfmanual.pdf, cpdflibmanual.pdf, pycpdfmanual.pdf etc.
\usepackage{comment}\excludecomment{cpdflib}\excludecomment{pycpdflib}\includecomment{dotnetcpdflib}
\usepackage{comment}\excludecomment{cpdflib}\excludecomment{pycpdflib}\excludecomment{dotnetcpdflib}
\usepackage{palatino}
\usepackage{listings}
\usepackage{microtype}
@ -410,8 +410,6 @@ using System;
using System.Collections.Generic;
using CoherentGraphics;
public static void Main(string[] args)
{
// Initialise cpdf
Cpdf.startup();
@ -430,7 +428,6 @@ public static void Main(string[] args)
// Dispose of merged PDF
merged.Dispose();
}
}
\end{verbatim}
\end{small}
@ -448,7 +445,6 @@ imports System
imports System.Collections.Generic
imports CoherentGraphics
Sub Main(args as String())
' Initialise cpdf
Cpdf.startup()
@ -467,7 +463,6 @@ Sub Main(args as String())
' Dispose of merged PDF
merged.Dispose()
End Using
End Sub
\end{verbatim}
\end{small}