Im going to print a barcode image created by navibar.
But how do I rotate the image 90 degrees?
procedure:
create the barcode image with navibar <= OK
rotate the the image <= HOW?
import the image into the database <= OK
use the image in reports <= almost OK
Any ideas how to rotate it?
Regards
Dan Lindström
NCSD Navision 2.00 since 1999 (Navision Certified Solution Developer)
MBSP Developer for Microsoft Dynamics NAV 2009
0
Answers
maybe this program can rotate it for you..I haven't tested it myself
http://www.mibuso.com/dlinfo.asp?FileID=323
http://www.BiloBeauty.com
http://www.autismspeaks.org
http://www.mibuso.com/forum/viewtopic.php?t=2160
Does someone knows any other program that can rotate images either as a commanline driven program (like navibar) or an automation controller
Dan Lindström
NCSD Navision 2.00 since 1999 (Navision Certified Solution Developer)
MBSP Developer for Microsoft Dynamics NAV 2009
http://www.imagemagick.org
ImageMagick is free software delivered with full source code and can be freely used, copied, modified and distributed. Its license is compatible with the GPL. It runs on all major operating systems.
convert -rotate 90 infile outfile
ImageMagick can do a lot more
Dan Lindström
NCSD Navision 2.00 since 1999 (Navision Certified Solution Developer)
MBSP Developer for Microsoft Dynamics NAV 2009
Is there any way to print rotated image without using an external tool? I have a problem printing vertical barcodes in reports. I use "Barcode 3 of 9" codeunit which takes barcode text and converts the text into barcoded image. The created image is horizontal barcode, but I need some vertical ones. Should I focus on printing vertical images or customizing the Barcode codeunit?
Regards.
Dynamics NAV Developer since 2005