- Home /
SharpPdf in Unity3d, how to embedded images and tables at runtime?
I am using the sharp pdf package with unity3d and i am facing difficulties for windows platform like: 1. How to dynamically increase the column height according to the text size at runtime. 2. How do i insert an image without using the co-routine function. 3. How to dynamically write the data on the new page if current page is filled and data is still pending. For example, there are 50 rows in my table at runtime and one first page 30rows occupy the space, then how do i dynamically write the remaining 20 rows on second page. 4. Instead of storing the file in root folder, in assets folder , how can i store the pdf at different location by selecting the folder from the system.
Can anyone please help me out, it would be great help....Thank you in advance.
Your answer
Follow this Question
Related Questions
No realtime shadows in webplayer build? 0 Answers
How to calculate ship position and rotation in a pipeline with raycasts 0 Answers
[Unity3d 5.1] Multiplayer - Multiple match - dedicated server 1 Answer
a function is working on editor but not working on android divice 1 Answer
OnCollisionEnter is called before the actual collision 3 Answers