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
@NatashaOsipenko, Could you please provide some more code, I mean the exact code you have used to create the design in the screenshot (snippet)?
Here's the code for the above list:
<View style={{ marginTop: 10 }}>
<Text style={{ fontSize: 10, fontWeight: "bold" }}>
Key Points:
</Text>
<View style={{ fontSize: 10, marginLeft: 10 }}>
<Text>• Point 1: Description of the first point.</Text>
<Text>• Point 2: Description of the second point.</Text>
<Text>• Point 3: Description of the third point.</Text>
</View>
</View>
Hi,
I am using react-pdf and react-pdf-html to create a pdf.
My pdf contains html text with bullets, wrapped in tag
import { Document } from '@react-pdf/renderer'
... {htmlTextWithBullets}import Html from 'react-pdf-html'
As as result I have following problem. If bullets have incorrect alignment

Could you please assist with it?
The text was updated successfully, but these errors were encountered: