Skip to content

Support HTML/CSS in createEtchPacket#39

Merged
aalmazan merged 5 commits intomasterfrom
feature/support-html-etch-packets
Sep 7, 2022
Merged

Support HTML/CSS in createEtchPacket#39
aalmazan merged 5 commits intomasterfrom
feature/support-html-etch-packets

Conversation

@aalmazan
Copy link
Contributor

@aalmazan aalmazan commented Aug 26, 2022

Adds ability to use HTML/CSS instead of uploading/using an existing document on the createEtchPacket mutation.

@aalmazan aalmazan requested a review from benogle August 26, 2022 18:16
@aalmazan aalmazan assigned aalmazan and unassigned benogle Aug 26, 2022
self.signers.append(data)

def add_file(self, file: Union[DocumentUpload, EtchCastRef]):
def add_file(self, file: Union[DocumentUpload, EtchCastRef, DocumentMarkup]):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

People can also specify a markdown gen file too, might need another entry here https://www.useanvil.com/docs/api/e-signatures#generating-a-pdf-from-markdown

@aalmazan aalmazan force-pushed the feature/support-html-etch-packets branch from e9935bd to 00d55b0 Compare September 7, 2022 17:52
@aalmazan aalmazan merged commit 85552ad into master Sep 7, 2022
@aalmazan aalmazan deleted the feature/support-html-etch-packets branch September 7, 2022 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants