mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
\documentclass{book}
|
\documentclass{book}
|
||||||
% Edit here to produce cpdfmanual.pdf, cpdflibmanual.pdf, pycpdfmanual.pdf etc.
|
% 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{palatino}
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\usepackage{microtype}
|
\usepackage{microtype}
|
||||||
@ -410,8 +410,6 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using CoherentGraphics;
|
using CoherentGraphics;
|
||||||
|
|
||||||
public static void Main(string[] args)
|
|
||||||
{
|
|
||||||
// Initialise cpdf
|
// Initialise cpdf
|
||||||
Cpdf.startup();
|
Cpdf.startup();
|
||||||
|
|
||||||
@ -430,7 +428,6 @@ public static void Main(string[] args)
|
|||||||
// Dispose of merged PDF
|
// Dispose of merged PDF
|
||||||
merged.Dispose();
|
merged.Dispose();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\end{small}
|
\end{small}
|
||||||
|
|
||||||
@ -448,7 +445,6 @@ imports System
|
|||||||
imports System.Collections.Generic
|
imports System.Collections.Generic
|
||||||
imports CoherentGraphics
|
imports CoherentGraphics
|
||||||
|
|
||||||
Sub Main(args as String())
|
|
||||||
' Initialise cpdf
|
' Initialise cpdf
|
||||||
Cpdf.startup()
|
Cpdf.startup()
|
||||||
|
|
||||||
@ -467,7 +463,6 @@ Sub Main(args as String())
|
|||||||
' Dispose of merged PDF
|
' Dispose of merged PDF
|
||||||
merged.Dispose()
|
merged.Dispose()
|
||||||
End Using
|
End Using
|
||||||
End Sub
|
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\end{small}
|
\end{small}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user