linuxtest, first, you should report a separate bug about your problem instead of adding a comment to an unrelated bug. I assume that you do not use f-spot to print invoices.
For continuous printing the chosen page size must have exactly the same length as your invoice paper. As it seems that this paper has not a common standard format, you should print supplying a custom page size: lpr -P <printer> -o PageSize=Custom.<width>x<height><unit> <file> If your invoices have a size of 5x7 inches, use lpr -P <printer> -o PageSize=Custom.5x7in <file> Floating point numbers are allowed, units are in, mm, cm, pt (1pt = 1/72in). Note that custom paper sizes are not available with all PPDs. If this does not work, you have to choose another PPD/driver for your print queue in system-config printer. -- Paper size setting for HP Photosmart D7200 doesn't work https://bugs.launchpad.net/bugs/248358 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to f-spot in ubuntu. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
