How to check PDF pages for resolution (DPI) of embedded images?

后端 未结 2 1286
执笔经年
执笔经年 2021-01-07 06:52

Is there any free library, that can be used to get resolution of images in DPI contained by PDF file?

I\'ve tried the following code, using PDFSharp but the DPI it r

2条回答
  •  爱一瞬间的悲伤
    2021-01-07 07:23

    PDF's do not necessarily use DPI in their definitions. PDF's allow the document creator to define their own user coordinate space which may or may not map to anything similar to Dots Per Inch.

    From here:

提交回复
热议问题