How do I optimize PDF files for fast mobile viewing?

已查看 189 次
跳至第一个未读帖子

Support

未读,
2013年2月15日 21:13:282013/2/15
收件人 pdfne...@googlegroups.com

Q:
 
I am using PDFNet for viewing on mobile devices. The perfromance is great but I am frequently dealing with print or pre-press quality files with large images etc and these can be slugish to render.
 
I need to provide smooth screen optimized PDF viewing experience. You mentioned previosuly that it is possible to use PDFNet on the server side to optimize files for fast mobile viewing. Could you please explain how to do this?
 
----------------
A:
 
You can download the C# sample code using the following link:
 
The sample code caches thumbnails, normalizes images to RGB, and downscales them to 'screen' size resolution.
 
In your mobile client make sure to enable use of embedded thumbnails in PDFViewCtrl (PDFViewCtrl.SetUseThumbnails()) and disable progressive rendering (PDFViewCtrl.SetProgressiveRendering(false)).
 
 
OptimizerSample.zip
回复全部
回复作者
转发
0 个新帖子