Reputation: 193
When deleting or adding pages in an Adobe PDF created file using Adobe Acrobat 9.0 I am receiving a "Bad Parameter" error. This can be resolved by creating a new PDF of the PDF by using the Adobe PDF printer, but that is not a workable solution as it decreases the quality of the document.
Upvotes: 2
Views: 51924
Reputation: 3089
I got the same problem and following solution Worked for me.
It worked for me.
Upvotes: 0
Reputation: 111
Here is a possible solution that retains bookmarks (it worked for me).
(I'm using Acrobat 8)
Upvotes: 6
Reputation: 31199
In the dialog that says 'bad parameter error' press control when clicking OK. This sometimes gives a more informative message.
The basic problem is that there is something wrong with the PDF file, Acrobat doesn't bother to tell you about this normally, but instead silently ignores the error. Acrobat does this a lot and is a major reason why there are a lot of technically invalid PDF files around 'it must be OK because Acrobat can read it'....
By 'refrying' the PDF (printing the content to a new PDF file) you are getting rid of a lot of elements of the PDF and since you are only printing what Acrobat displayd, the resulting PDF file will be fine.
However its not possible to tell you what's wrong with the PDF file without seeing it. You could try using another tool to manipulate the PDF file, it might fix it in the process. For example ou could use GhostScript to convert the PDF to PDF, the default settigns should work well.
Upvotes: 2