ICEpdf
  1. ICEpdf
  2. PDF-1147

Form fields no longer editable after saving PDF

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 6.2.3
    • Fix Version/s: 6.2.4
    • Component/s: Core/Rendering, Forms
    • Labels:
      None
    • Environment:
      All

      Description

      With the provided PDF file, one of the input fields are no longer editable once the PDF has been saved and the new PDF opened. Here are the steps to reproduce with the provided PDF file:

      STEPS TO REPRODUCE:
      1. Open Attached PDF
      2. Fill in "Full name of centre" edit field
      3. Save as a new pdf
      4. Open the saved pdf
      5. Observe "Town" edit field
      ACTUAL RESULTS:
      It becomes non-editable.
      EXPECTED RESULTS:
      Editable fields should remain editable after saving.

        Activity

        Hide
        Patrick Corless added a comment -

        Took a little bit to track this one down but it turns out this is related to a bug in the original implementation of the IncrementalUpdater.

        Basically we incorrectly assign the xref strams object number based on the object numbers of the modified or added object numbers. This is incorrect we should be using the xref size value to determine new object numbers.

        Show
        Patrick Corless added a comment - Took a little bit to track this one down but it turns out this is related to a bug in the original implementation of the IncrementalUpdater. Basically we incorrectly assign the xref strams object number based on the object numbers of the modified or added object numbers. This is incorrect we should be using the xref size value to determine new object numbers.
        Hide
        Patrick Corless added a comment -

        Marking as fixed.

        Show
        Patrick Corless added a comment - Marking as fixed.

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: