- Home /
How to insert comment and delete in PDF ?
Hello friends, I am working in unity for rendering PDF File inside unity application at runtime, But I need to insert and delete a comment in PDF file using PDF Renderer package. I purchased that asset in the unity asset store. I will share my PDF Renderer Screen
The creator of the asset seems to be active, I would recommend you contact them and ask if it is possible to add and remove comments. Based on the description, the asset is only for viewing, not editing, so handling comments is probably not included.
Answer by JVene · Aug 07, 2018 at 04:11 PM
The asset appears to be a viewer, not an editor. There are public domain packages around for PDF editing, though I'm not certain about C# code for it - I expect there are several. You may need to combine both, or switch to an editor capable package. There are also documentation on the PDF format, and if you have significant C# skills, you may be able to figure out how to edit text (PDF supports graphics, and that's another issue you may be able to avoid).
Answer by MadhurSalvi · Sep 11, 2019 at 05:27 AM
Hello, you can use sharp pdf plugin for the , in which we can add annotations and comments use the latest package.
Your answer
Follow this Question
Related Questions
Itext7 in unity 1 Answer
Standalone app for building asset bundles 2 Answers
OnGUI using UnityEditor how to make FloatField work? 1 Answer
!IsNormalized error when skewing a Camera 0 Answers
How does Unity editor communicate with MonoDevelop on OSX? 0 Answers