PDF Dictionary object creator
PDF Dictionary object creator
dictTODO Initialize a new PDF Dict
new()PDFDict$new(...)
...named objects to add to dictionary Update values in the dictionary.Each named named argument to this function is considered a name/value pair to include in the dictionary. Unnamed arguments are silently dropped
update()PDFDict$update(...)
...named objects to updated in dictionary Character representation of this dict and all sub dictionaries it contains
as_character()PDFDict$as_character(depth = 0)
depthdepth of dictionary currently being printed. default = 0
single character string Print
print()PDFDict$print(...)
...other arguments ignored Convert this dict into a full PDF object representationThis object representation isfor inclusion in a PDFDocument
as_object()PDFDict$as_object(obj_idx)
obj_idxthe object index to use within the document
copy()Perform a proper deep copy of this object
Since PDFDict objects can contain other PDFDict objects in a list need to do a deep copy to properly clone see private/deep_clone()
PDFDict$copy()
clone()The objects of this class are cloneable with this method.
PDFDict$clone(deep = FALSE)
deepWhether to make a deep clone.