You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added PdfAttachments::create_attachment_from_bytes(), PdfAttachments::create_attachment_from_file(), PdfAttachments::create_attachment_from_reader(), PdfAttachments::create_attachment_from_fetch(), PdfAttachments::create_attachment_from_blob(), and PdfAttachments::delete_at_index() functions. Added PdfAttachment::save_to_writer(), PdfAttachment::save_to_file() and PdfAttachment::save_to_blob() functions. Renamed PdfAttachment::bytes() to PdfAttachment::save_to_bytes() in keeping with naming used in PdfDocument. Updated examples/attachments.rs.
Follow-on from #46. Add mutation functions to
PdfAttachments
collection.The text was updated successfully, but these errors were encountered: