Am 25.09.2014 um 17:28 schrieb Heinz <[email protected]>: > Hello, > > - With the plugin I can use .writePS to create a EPS file and .writeSVG to > create a SVG file - but how do I create a .PNG file ? There is no .writePNG ?
you can simply use the picture and store it in any format you need. > - Is there a way to set the size of the resulting PNG file in pixels, so for > example I need the PNG to be 300x80 pixel ? you can wish a size via Scale, Width and Height properties, but some encoders always calculate the width/height based on content. So often we generate them much bigger (using scale) and scale them down for printing. > (With QRCodes I can use .option2 to change the size.. but it seems that this > doesn't work with CODE39 ? But anyway I'd need to set the size in pixels...) Option2 defines for Code 39 if check digit is added or not. There are no other options. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
