-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/first release #3
Conversation
created base for inserting barcodes into pdf streams
PDF info:
PDF corners
|
Next changes
|
standarize label properties
Proximos passos:
|
implement drawShipToNeighbor implrment drawRecepientBox Implement dataMatrix into the pdf
ec1a187
to
e2ec14f
Compare
O que falta?
|
Preparacao para inaugurar!@lucaashoff Finalmente gerando 4 etiquetas por pagina, quero te pedir algumas coisas
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Algumas consideracoes
numeroRuaRemetente, | ||
checkSumCepDestino, | ||
}; | ||
const data: string = `${datamatrix.cepDestino}${datamatrix.numeroRuaDestino}${datamatrix.cepRemetente}${datamatrix.numeroRuaRemetente}${datamatrix.checkSumCepDestino}`.padEnd( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adicionar mao propria ao objeto de geracao do QR code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acho que o correios nao usa isso no encomendas.
- Verificar, instalar leitor de qr code e ler de outros pdfs
} // else | ||
reject(err); | ||
} | ||
// `png` is a Buffer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comment
} | ||
|
||
public createDatamatrix( | ||
CepDestino: string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lucaashoff Ta afim de adicioner suporte a string | number?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consideracoes
numeroRuaRemetente, | ||
checkSumCepDestino, | ||
}; | ||
const data: string = `${datamatrix.cepDestino}${datamatrix.numeroRuaDestino}${datamatrix.cepRemetente}${datamatrix.numeroRuaRemetente}${datamatrix.checkSumCepDestino}`.padEnd( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acho que o correios nao usa isso no encomendas.
- Verificar, instalar leitor de qr code e ler de outros pdfs
Tem diversos problemas que eu seto a doc.font() para a mesma doc.font() que a chamada anterior, isso precisa ser otimizado
|
Release v0.0.1
This will be for our internal use in a freelance project, but we have plans to publish it as a package