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
To enable the pattern of update, preview, update, preview... the PDF document must be generated multiple times using the QPDFWriter class. Currently not all changes are written when a subsequent QPDFWriter is constructed from the same QPDF object. Either allow two or more QPDFWriters for the one document or enable alternate ways to get the current state PDF representation or a specified page, from a single QPDF object.