aspose - Validate PDF Document -


i'm wondering if there's way check if pdf file valid or if not contain errors. currently, have code check if file valid.

var pdfdocument = new document(stream) 

where stream memorystream of document. however, when tried upload pdf file , add image it, error (cross reference thingy). checked online if pdf valid , got error message.

enter image description here

i want or code catch error. have idea on how, need expert suggestion on how this.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -