I want to view PDF in Windows App (C++)

Asked 1 years ago, Updated 1 years ago, 105 views

I would like to display PDF in the Windows app (C++). Do you have any recommended libraries?

Development Environment Operating System: Windows 10 IDE:VS2019
Language: C++

Thank you for your cooperation.

windows pdf

2022-09-30 21:44

2 Answers

I don't know if I can use it, but there seems to be a library like the one below.
http://libharu.sourceforge.net/
http://podofo.sourceforge.net/
http://www.jagpdf.org/
Adobe has also released an SDK.


2022-09-30 21:44

If the running environment is Windows 8.1 or later, you can draw using the IPdfRenderNative interface.
Please also refer to Egtra's sample, Tried using the API to draw PDFs in Direct2D.
In this case, I would like to view the TIFF image in the
Windows app (C++) in the previous question. may also be able to share the process using Direct2D.


2022-09-30 21:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.