PDFDrawEllipse
Use this function to draw an ellipse on a PDF document in the dimensions and colour specified. function PDFDrawEllipse(color, color = color or PAGE(‘PDF_NEW’, ‘PdfRgbColor’, 255, 0, 0) thickness, thickness = thickness or 1;...
Use this function to draw an ellipse on a PDF document in the dimensions and colour specified. function PDFDrawEllipse(color, color = color or PAGE(‘PDF_NEW’, ‘PdfRgbColor’, 255, 0, 0) thickness, thickness = thickness or 1;...
Use this command to create a signature field on the PDF using PDF functionality of defined width and height. PDFSignatureField(string text, int width, int height);Example:PDFSignatureField(‘Please sign here.’, 40, 20);
Use this command to print a barcode on current position. PDFBarcode(string BarcodeText string BarcodeType);Example:Capital letters and numbers only:PDFBarcode(‘TEST1′,’PdfCode128ABarcode’);Small and capital letters:PDFBarcode(‘Test 1′,’PdfCode128BBarcode’);EAN13PDFBarcode(‘001234567890 ‘,’PdfEan13Barcode’); Supported barcode types:
Utilice este comando para imprimir una imagen en las coordenadas actuales. Especifique la anchura y altura máximas de su imagen en las unidades actuales (por defecto son milímetros). PDFImage(string ImageContent, int MaxWidth, int MaxHeight)Example:Prints...
Use this command to create the PDF document. string PDFCreate();Example:Create PDF document and show in PDF viewerlocal PDFData = PDFCreate();PAGE(‘UNLOCKPAGE’);PAGE(‘OPENFILE’, PDFData, ‘TestPDF.pdf’, ‘file’);
El módulo base forma parte de la aplicación Anveo Mobile desde la versión 12.0.3.0. En la] Versión las aplicaciones se dividen por . Por lo tanto, las listas de control deben añadirse individualmente a...
Para añadir el módulo de de comprobación a su necesita los objetos de lista de comprobación y un archivo XML para recibir los datos de la lista de comprobación. Para recibir los objetos, póngase...
Print a barcode on the PDF at the current position. PDFBarcode(string BarcodeText, string BarcodeType);Example://Capital letters and numbers onlyPDFBarcode(‘TEST1′,’PdfCode128ABarcode’);//Small and capital lettersPDFBarcode(‘Test 1′,’PdfCode128BBarcode’);//EAN13PDFBarcode(‘001234567890 ‘,’PdfEan13Barcode’); Supported Barcode types are:
Prints an image to current coordinates. Set maxium width and height of your image in current unit (default is milimeters). PDFImage(string ImageContent, int MaxWidth, int MaxHeight);Example:local CI = Record(‘Company Information’);CI:FINDFIRST();PDFImage(CI:GETVALUE(‘Picture’),40,20);
Establece la alineación horizontal del texto en función de la posición actual. Existen las siguientes opciones: PDFSetHAlign(string newHorizontalAlignment);Example:PDFSetHAlign(‘Right’); Ajusta la alineación vertical del texto en función de la posición actual. Existen las siguientes opciones:...