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
Hello,
The problem is with the method generateDocument. I guess it was called without the proper arguments, and it also appears that on: was used incorrectly.
I suggest this code:
generateWith: aPDFGenerator on: aStream
aPDFGenerator generatePDFDocument: aStream
The text was updated successfully, but these errors were encountered: