开发者

Adding annotation in Pdf

开发者 https://www.devze.com 2023-04-03 23:53 出处:网络
How can I add annotation to an existing pdf file?I saw libHaru library.But it doesn\'t allow editin开发者_StackOverflow中文版g existing file. How can i overcome it? After running into this issue recen

How can I add annotation to an existing pdf file? I saw libHaru library.But it doesn't allow editin开发者_StackOverflow中文版g existing file. How can i overcome it?


After running into this issue recently, I had to piece together a few ideas to make it work.

A few questions: What type of annotation are you doing? Do you have a png file of the pdf? What are you doing with the file after it is appended?

Hi-level: Convert pdf to image file either programmatically or before adding to the bundle. Have appending done and saved on another layer of the view (OpenGL as an example). Merge/Combine the two image layers. Draw new combined image pdf.

0

精彩评论

暂无评论...
验证码 换一张
取 消