-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
you might add some options{} parameter to be passed in to your initialize(), image(), etc. functions that allow configurable sources (rather than everything coming from a path on the file-system).
For example, I only had to change a couple lines of code to allow the input to come from byte[]:
reader = @pdfreader.new_with_sig("[B", pdf_bytes)
img = image._invoke('getInstance', '[B', image_bytes)
just some way so we can call an overloaded version of your iText function-calls
Metadata
Metadata
Assignees
Labels
No labels