copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
pdf-lib · PDF-LIB - JS. ORG A transformation matrix according to section 8 3 3 Common Transformations of the PDF specification (page 117) To cite from the spec: Translations shall be specified as [1 0 0 1 tx ty], where tx and ty shall be the distances to translate the origin of the coordinate system in the horizontal and vertical dimensions, respectively
PDFForm · PDF-LIB - JS. ORG A PDF document may contains any number of fields that appear on various pages, all of which make up a single, global interactive form spanning the entire document
PDFCheckBox · PDF-LIB - JS. ORG Prevent PDF readers from allowing users to interact with this field or change its value The field will not respond to mouse or keyboard input For example: const field = form getField('some field') field enableReadOnly() Useful for fields whose values are computed, imported from a database, or prefilled by software before being displayed to
PDFImage · PDF-LIB - JS. ORG PDFImage pdf-lib › PDFImage Represents an image that has been embedded in a PDFDocument Hierarchy PDFImage Implements Embeddable Index Properties doc height ref width Methods embed scale scaleToFit size of Properties doc • doc: PDFDocument Defined in api PDFImage ts:30 The document to which this image belongs
PDFSignature · PDF-LIB - JS. ORG PDFSignature fields are digital signatures pdf-lib does not currently provide any specialized APIs for creating digital signatures or reading the contents of existing digital signatures
PDFTextField · PDF-LIB - JS. ORG pdf-lib › PDFTextField Represents a text field of a PDFForm PDFTextField fields are boxes that display text entered by the user The purpose of a text field is to enable users to enter text or view text values in the document prefilled by software Users can click on a text field and input text via their keyboard Some text fields allow multiple lines of text to be entered (see PDFTextField
PDFField · PDF-LIB - JS. ORG pdf-lib › PDFField Represents a field of a PDFForm This class is effectively abstract All fields in a PDFForm will actually be an instance of a subclass of this class Note that each field in a PDF is represented by a single field object However, a given field object may be rendered at multiple locations within the document (across one or more pages) The rendering of a field is