Hi I'm working a WASM Blazor Project, this is a previous sample send by you (Syncfusion).
Previous Thread:
176395
Reference Link I'm following:
https://help.syncfusion.com/file-formats/pdf/open-and-save-pdf-file-in-c-sharp-vb-net#saving-a-pdf-document-into-the-same-file-or-stream
Steps:
- I loaded an existing PDF using PdfLoadedDocument loadedDocument = new PdfLoadedDocument(stream); from a Stream.
- Then create some fields
- Then following the instructions from the reference link to save as file system and I can't loadedDocument.Save(); only allows stream
-Then trying to save as a new Stream following the instructions from the reference link and when I try to save from stream to a file I got an error that file is corrupted