-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
All your posts say there is a property to do this, but no where does it show what the property is called or an example on how to use it. You do provide a sample PDF which shows vertical line dividers, but not how it was done.
Can you update the documentation or provide a working example?
These are the current options I am using:
const options = {
width: doc.page.width,
hideHeader: false,
divider: {
header: { disabled: false, width: 0.1, opacity: 1},
horizontal: { disabled: false, width: 0.1, opacity: 1},
vertical: { disabled: false, width: 1, opacity: 1}
}
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels