When using the Android menu "Save to PDF", the edited form fields values are correctly saved. Printing is using the same API [`saveAsPdfByBrowsingContext`](https://searchfox.org/mozilla-central/rev/f03ce34731ff8d1f6c77d8241c41d10df13e9aca/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java#7279) to get the PDF from the PDF viewer. So, it looks like the print spooler is correctly receiving the edited PDF from the viewer. This could mean there an issue in the `PrintDocumentAdapeter` or else something specific to printing that does not happen when "Saving as a PDF".
Bug 1842685 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
When using the Android menu "Save to PDF", the edited form fields values are correctly saved. Printing is using the same API [`saveAsPdfByBrowsingContext`](https://searchfox.org/mozilla-central/rev/f03ce34731ff8d1f6c77d8241c41d10df13e9aca/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java#7279) to get the PDF from the PDF viewer. So, it looks like the print spooler is correctly receiving the edited PDF from the viewer. Also checked by sending an edited PDF file directly to the `PrintDocumentAdapeter`, which did not show a print preview of the file edits. This could mean there an issue in the `PrintDocumentAdapeter` or else something specific to printing that does not happen when "Saving as a PDF".
When using the Android menu "Save to PDF", the edited form fields values are correctly saved. Printing is using the same API [`saveAsPdfByBrowsingContext`](https://searchfox.org/mozilla-central/rev/f03ce34731ff8d1f6c77d8241c41d10df13e9aca/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java#7279) to get the PDF from the PDF viewer. So, it looks like the print spooler is correctly receiving the edited PDF from the viewer. Also checked by sending an edited PDF file directly to the `PrintDocumentAdapeter`, which did not show a print preview of the file edits. When saving the print preview PDF, the edits do appear in the saved document, but in an incorrect location. This could mean there an issue in the `PrintDocumentAdapeter` or else something specific to printing that does not happen when "Saving as a PDF".
When using the Android menu "Save to PDF", the edited form fields values are correctly saved. Printing is using the same API [`saveAsPdfByBrowsingContext`](https://searchfox.org/mozilla-central/rev/f03ce34731ff8d1f6c77d8241c41d10df13e9aca/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java#7279) to get the PDF from the PDF viewer. So, it looks like the print spooler is correctly receiving the edited PDF from the viewer. Also checked by sending an edited PDF file directly to the `PrintDocumentAdapter`, which did not show a print preview of the file edits. When saving the print preview PDF, the edits do appear in the saved document, but in an incorrect location. This could mean there an issue in the `PrintDocumentAdapeter` or else something specific to printing that does not happen when "Saving as a PDF".