When writing a PDF file out using C# under Visual Studio 2005 and VPE 3.60R4, the resulting PDF file displays and prints fine via Acrobat Reader and Acrobat Professional, however, when attempting to Save As the file in Acrobat Professional, Acrobat throws a dialog that reads "The document could not be saved. There was a problem reading this document (135)." holding the CTRL key when clicking OK, yields the next message "Dictionary keys must be direct name objects.". When creating the PDF via VPE, there is no protection being added to the file, just a plain simple OpenDoc()... Write() and Line() stuff finally a WriteDoc() and CloseDoc(). Are there any known issues in creating a PDF via VPE that can be saved out using Acrobat Professional? (fails under both v6 and v7). Is there any magic under C# that needs to be applied to ensure a good PDF file gets written?
Thanks,
--Rob.