Home » Community » Newbie corner » Pdf parser/viewer (Loading a pdf file and render one page to a draw to display in a ctrl.)
Pdf parser/viewer [message #58213] |
Wed, 23 March 2022 13:09  |
brown
Messages: 8 Registered: July 2015 Location: Budapest
|
Promising Member |
|
|
Hi Guys,
I have a project to manage documents. The app has its own scanner manager (ole/Wia), which could also create pdf files based on bmp/jpg conversion. I am also able to implement a textual report renderer to write pdfs.
Unfortunately, I have other pdf files which were not generated by my app. So, I would like to parse it for some reasons.
In my understanding the PdfDraw can only render pdf format (see PdfDraw::Finish() function),
but it is not able to read/load/parse a pdf file. Am I right ?
Is it a project on-going development somewhere to have this feature for U++ ?
My actual goal would be,
- load an external pdf file, parse it some level
- to check the signature(s), add a signature to an ordinary pdf file.
- render one static view (in example ctrl::paint(draw&) way would be fine)
- in case of image is encoded into the pdf, that is not a problem for my use-case.
- in case of vector graph/text content is in pdf, some kind of graphical render is needed.
- to be able to display pdf files on linux, windows and maybe with Turtle later.
[Updated on: Wed, 23 March 2022 13:14] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Sat May 10 11:52:55 CEST 2025
Total time taken to generate the page: 0.03339 seconds
|