Generate and alter PDF files within any JavaScript setting. You can either build PDF documents from the ground up or edit pre-existing ones. The functionality includes rendering text, images, and vector graphics, as well as the ability to incorporate custom fonts. Moreover, you can embed and display pages from other PDF files. This tool is crafted in TypeScript and is transformed into pure JavaScript, eliminating any native dependencies. It is compatible with all JavaScript environments, such as browsers, Node.js, Deno, and even React Native applications. You have the flexibility to add, insert, or delete pages, split a single PDF into multiple files, or combine several PDFs into one cohesive document. It supports the creation of new forms and allows for the filling and reading of existing fields. Various form elements, including checkboxes, buttons, radio buttons, dropdowns, option lists, and text fields, are fully accommodated. For those not utilizing a package manager, UMD modules can be found on the unpkg and jsDelivr CDNs. It is important to note that only certain PDF readers, like Adobe Reader, Foxit Reader, and Firefox, are capable of viewing attachments. If you choose to employ the CDN scripts in a production environment, it's advisable to specify a particular version number in the URL to ensure consistent functionality. This versatility makes it an excellent choice for developers looking to manipulate PDF documents efficiently.