I got a exception ERROR: error_no=1015, detail_no=0 using HPDF_LoadPngImageFromFile to load a png file with a jpeg file extention.I have libpng and libpng-dev installed. I can not figure out why this exception occurs. Anyone help me? Thanks.
相关问题
- Correctly parse PDF paragraphs with Python
- Set BaseUrl of an existing Pdf Document
- How to create PNG images with more than 72dpi usin
- How can I get all text from a PDF in Swift?
- Renaming named destinations in PDF files
相关文章
- Where does this quality loss on Images come from?
- Read 16-bit PNG image file using Python
- Converting svg to png with inkscape command line f
- Python Sendgrid send email with PDF attachment fil
- C# Saving huge images
- C# MVC website PDF file in stored in byte array, d
- How To Programmatically Enable/Disable 'Displa
- How to reduce PDF file size programmatically in Ja
LOL,I had compile libaru demo already....thanks stackoverflow..and libharu developer.
ERROR: error_no=1015, detail_no=0
general , you must check your image file weather or not exist in current directory.
indicate you c program want to load something isn't exist.
Good luck.