Classes
The following classes are available globally.
-
The main class users interact with. This object holds the information about the document and also all PDF objects.
It is possible to create a JSON representation using the
See morePDFJSONSerializable
protocol.Declaration
Swift
public class PDFDocument: PDFJSONSerializable
-
Factory which converts a document into a PDF file
See moreDeclaration
Swift
public class PDFGenerator
-
Image element for the PDF document. Contains all information about an image, including the caption.
See moreDeclaration
Swift
public class PDFImage: PDFJSONSerializable
-
Information saved in PDF file metadata.
See moreDeclaration
Swift
public class PDFInfo: PDFJSONSerializable
-
Undocumented
See moreDeclaration
Swift
public class PDFList: PDFJSONSerializable
-
Undocumented
See moreDeclaration
Swift
public class PDFListItem: PDFJSONSerializable
-
Undocumented
See moreDeclaration
Swift
public class PDFSection: PDFJSONSerializable
-
Undocumented
See moreDeclaration
Swift
public class PDFSectionColumn: PDFJSONSerializable
-
Declaration
Swift
public class PDFTable: PDFJSONSerializable
-
Undocumented
See moreDeclaration
Swift
public class PDFTableCell: PDFJSONSerializable
-
Undocumented
See moreDeclaration
Swift
public class PDFTableContent: PDFJSONSerializable
-
Undocumented
See moreDeclaration
Swift
public class PDFTableStyle: PDFJSONSerializable
-
Protocol all text objects should implement
Declaration
Swift
public class PDFText