Options

print a rotated image in a report

danlindstromdanlindstrom Member Posts: 130
edited 2012-12-06 in Navision Attain
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

Answers

  • Options
    SavatageSavatage Member Posts: 7,142
    since navibar creates a bmp that's imported into navision for viewing

    maybe this program can rotate it for you..I haven't tested it myself

    http://www.mibuso.com/dlinfo.asp?FileID=323
  • Options
    danlindstromdanlindstrom Member Posts: 130
    I've just installed it and got the same error as Savatage and gcouto had in the topic at

    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
    Regards
    Dan Lindström
    NCSD Navision 2.00 since 1999 (Navision Certified Solution Developer)
    MBSP Developer for Microsoft Dynamics NAV 2009
  • Options
    danlindstromdanlindstrom Member Posts: 130
    found a program at
    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 :)
    Regards
    Dan Lindström
    NCSD Navision 2.00 since 1999 (Navision Certified Solution Developer)
    MBSP Developer for Microsoft Dynamics NAV 2009
  • Options
    Cem_KaraerCem_Karaer Member Posts: 281
    Hello,

    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.
    Cem Karaer @ Pargesoft
    Dynamics NAV Developer since 2005
Sign In or Register to comment.