Re: pst-barcode …pstricks

#74291
robitex
Amministratore del forum
    Up
    0
    Down
    ::


    Ciao,
    sembra che per Datamatrix funzioni il 48×48.
    Prova a cercare nella documentazione di Burton che tra l’altro ti permette di generare i barcode on-line e di scaricarlo in formato eps, pronto per la trasformazione in pdf, ed è il fornitore del codice per il pacchetto pst-barcode.
    Applicando la procedura a questo sorgente ottengo il pdf allegato.

    [attachment=312]e.pdf[/attachment]

    `\documentclass{standalone}
    \usepackage{pst-barcode}
    \begin{document}
    \begin{pspicture}(1in,1in)
    \psbarcode{180999920090001507361200030168405100000010273389687}
    {rows=48 columns=48 parse}{datamatrix}
    \end{pspicture}
    \end{document}`

    Serve indagare di più sul formato Datamatrix.

    Sul sito del codice
    ci sono le seguenti specifiche:

    The data field input is provided in GS1 Application Identifier standard format.
    The rows and columns options are used to specify the size of the symbol, either square or rectangular, one of:
    Square: 10×10, 12×12, 14×14, 16×16, 18×18, 20×20, 22×22, 24×24, 26×26, 32×32, 36×36, 40×40, 44×44, 48×48, 52×52, 64×64, 72×72, 80×80, 88×88, 96×96, 104×104, 120×120, 132×132, 144×144
    Rectangular: 8×18, 8×32, 12×26, 12×36, 16×36, 16×48
    If the columns and rows are unspecified, the encoder will default to creating a (non-rectangular) symbol that is the minimum size to represent the given data.

    Saluti.
    R.

    Attachments:
    You must be logged in to view attached files.

    Go to top