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
When using the first method <VuePdfEmbed :source="props.pdfSource" :rotation="rotation" />
the rotation works fine.
However, when I switch to the second method <VuePdfEmbed :source="{ cMapUrl: 'cmaps/', url: props.pdfSource }" :rotation="rotation" />
to display Chinese characters, the PDF flashes twice during rotation. Additionally, there is a significant increase in memory usage, and consecutive rotation clicks lead to a memory surge. Eventually, the PDF area turns white or the page crashes.
The text was updated successfully, but these errors were encountered:
When using the first method
<VuePdfEmbed :source="props.pdfSource" :rotation="rotation" />
the rotation works fine.
However, when I switch to the second method
<VuePdfEmbed :source="{ cMapUrl: 'cmaps/', url: props.pdfSource }" :rotation="rotation" />
to display Chinese characters, the PDF flashes twice during rotation. Additionally, there is a significant increase in memory usage, and consecutive rotation clicks lead to a memory surge. Eventually, the PDF area turns white or the page crashes.
The text was updated successfully, but these errors were encountered: