You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you talking about placing the same SVG on multiple pages, or on the same page in various locations? It's likely possible, but the actual method would depend on the PDF back end.
On one or more pages, on multiple locations on each page.
I asking this because some pdf i'm generating (list of products) takes too much time... the time looks going mainly on the 120 SVG rendering, but they're all repeated...
If I have to insert the same SVG image X times in a PDF, is there any way to avoid re-rendering it all the times?
Something like cache the parsed files, and for duplicate files, copy then from cache and transform to x,y.
Thanks.
The text was updated successfully, but these errors were encountered: