Does PDFNet support linearization (fast web view)?
Using PDFNet you can save any existing or newly created PDF document in linearized (fast web view) format. In order to provide good performance over relatively slow communication links, PDFNet can generate PDF documents with linearized objects and hint tables that can allow a PDF viewer application to download and view one page of a PDF file at a time, rather than requiring the entire file (including fonts and images) to be downloaded before any of it can be viewed. The only thing required to save a document in linearized (fast web view) format is to pass ‘Doc.SaveOptions.e_linearized’ flag in the save method.