Re: Open printing to PDF bug?

2010-09-25 Thread Dar Scott
Bug reports should be crisp and address a particular bug. One can add details to a existing bug report or suggest changes in parts. Additional reports for the same bug should not be made. Often though, it is only after the fact that it is clear that two bugs are the same. Fortunately, i

Re: Open printing to PDF bug?

2010-09-25 Thread William de Smet
Hi there, I will report it in the next coming days but I think you need to do it aswell Dar. The more the better! Greetings, William - Verstuurd vanaf mijn iPhone! Op 25 sep. 2010 om 19:32 heeft Dar Scott het volgende geschreven: > I have seen the page cutoff problem with landscape (but

Re: Open printing to PDF bug?

2010-09-25 Thread Dar Scott
I have seen the page cutoff problem with landscape (but not the other concerns), so if William doesn't report it, I'm willing to report that much. -- Dar On Sep 25, 2010, at 11:06 AM, J. Landman Gay wrote: On 9/25/10 6:59 AM, William de Smet wrote: Hi everyone, Thanks for the replies. In

Re: Open printing to PDF bug?

2010-09-25 Thread J. Landman Gay
On 9/25/10 6:59 AM, William de Smet wrote: Hi everyone, Thanks for the replies. Indeed it seems that Printmargins and PrintScale affect the cuttoff of text and images. Thats a pity because I want to increase text and images by setting the PrintScale to to 1.1. It looks as if Printscale doesn't w

Re: Open printing to PDF bug?

2010-09-25 Thread Dar Scott
in context: http://runtime-revolution. 278305.n4.nabble.com/Open-printing-to-PDF-bug-tp2550663p2552864.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Ple

Re: Open printing to PDF bug?

2010-09-25 Thread William de Smet
to destinationRect >   -- print into that rectangle: >   open printing to pdf "/Users/joss/Desktop/card_test.pdf" >   print this card --into destinationRect >   close printing > > end mouseUp > > Salut, > Josep > -- > View this mes

Re: Open printing to PDF bug?

2010-09-23 Thread JosepM
thePaperSize - theMargin into destinationRect -- print into that rectangle: open printing to pdf "/Users/joss/Desktop/card_test.pdf" print this card --into destinationRect close printing end mouseUp Salut, Josep -- View this message in context: http://runtime-revolution.27830

Re: Open printing to PDF bug?

2010-09-23 Thread J. Landman Gay
On 9/22/10 11:09 PM, Dar Scott wrote: William, I tried this: on mouseUp reset printing set the printPaperSize to 595,842 set the printPaperOrientation to "landscape" set the printmargins to 72,36,0,0 set the printscale to 1.1 open printing to pdf "test.pdf" -- add error check here print this ca

Re: Open printing to PDF bug?

2010-09-22 Thread Dar Scott
William, I tried this: on mouseUp reset printing set the printPaperSize to 595,842 set the printPaperOrientation to "landscape" set the printmargins to 72,36,0,0 set the printscale to 1.1 open printing to pdf "test.pdf" -- add error check here print this card from 193,90

Re: Open printing to PDF bug?

2010-09-22 Thread Dar Scott
I set parameters for the entire print batch before "open printing to pdf". Am I doing that wrong? Try setting up for A4: set the printPaperSize to "595,842" Try printPaperOrientation instead of printRotated. If those don't work, try putting margins and printscale before the batch. I'm

Re: Open printing to PDF bug?

2010-09-22 Thread JosepM
Any help? :) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Open-printing-to-PDF-bug-tp2550663p2551168.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use

Re: Open printing to PDF bug?

2010-09-22 Thread JosepM
Now I see that in relation to the width and height of the stack the PDF change the width and the height... :( -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Open-printing-to-PDF-bug-tp2550663p2550927.html Sent from the Revolution - User mailing list archive at

Re: Open printing to PDF bug?

2010-09-22 Thread JosepM
that the card have the exact size. If I down the margin I get the real size but the bottom is cutted. Any idea? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Open-printing-to-PDF-bug-tp2550663p2550844.html Sent from the Revolution -

Re: Open printing to PDF bug?

2010-09-22 Thread William de Smet
Hi Jacqueline, Thanks for your reaction. I just tested with an image and the same thing happens. I never set formatForPrinting. Anyone else? groeten, William 2010/9/22 J. Landman Gay : > On 9/22/10 11:44 AM, William de Smet wrote: >> >> Hi there, >> It seems I have the same problem! >> I use

Re: Open printing to PDF bug?

2010-09-22 Thread J. Landman Gay
On 9/22/10 11:44 AM, William de Smet wrote: Hi there, It seems I have the same problem! I use almost the same code as Joseph (asked earlier today) to print on A4 paper. When I want a PDF preview on OSX everything is/looks fine. When using the code below and adding 'open printing to PDF' about 1

Open printing to PDF bug?

2010-09-22 Thread William de Smet
Hi there, It seems I have the same problem! I use almost the same code as Joseph (asked earlier today) to print on A4 paper. When I want a PDF preview on OSX everything is/looks fine. When using the code below and adding 'open printing to PDF' about 1/4 of the printed text is cut off. Is this a b