Diese Seite wurde automatisch übersetzt. Ursprünglich wurde der Inhalt auf Englisch verfasst.

PDFBarcode

Druckt einen Barcode auf die PDF-Datei an der aktuellen Position.

PDFBarcode(string BarcodeText, 
string BarcodeType);

Example:
//Capital letters and numbers only
PDFBarcode('TEST1','PdfCode128ABarcode');

//Small and capital letters
PDFBarcode('Test 1','PdfCode128BBarcode');

//EAN13
PDFBarcode('001234567890 ','PdfEan13Barcode');

Unterstützte Barcodetypen sind:

  • PdfCode39Barcode
  • PdfCode128ABarcode
  • PdfCode128BBarcode,
  • PdfEan128Barcode,
  • PdfEan13Barcode,
  • PdfEan8Barcode,
  • PdfIsbnBarcode,
  • PdfIssnBarcode,
  • PdfUpcaBarcode,
  • PdfUpceBarcode
  • PdfQrBarcode

Die Größe des Barcodes kann nicht geändert werden, da einige Barcodes nur Zahlen oder Großbuchstaben zulassen oder eine bestimmte Länge erfordern.