Skip to content

Big lines of text go out of page #3320

@helper-uttam

Description

@helper-uttam

Is it a bug or I am missing something?
image

I'm using jsPDF CLI and here is what I have done

const addNote = (notes) => {
  let doc = new jsPDF();
  // doc.setFontSize()
  doc.text(10, 10, notes, 10,10);
  doc.save('notes.pdf')
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions