It looks like Acrobat reader is not allowed to save incremental changes to a web server.
 
 
 
Set FdfAcx = Server.CreateObject("FdfApp.FdfApp")
 
Set FDFin = FdfAcx.FDFOpenFromBuf (Request.BinaryRead(Request.TotalBytes))
FDFin.FDFExtractAppendSaves cTempFileSaveAppends
 
When this is done from full Adobe Acrobat it works fine. My question is has anyone tried to go around this using the binWrite.dll that is supplied with the AppendUpdate example.
 
Thanks,
Aleck

Reply via email to