[futurebasic] Re: [FB] saving large picture as pdf

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2009 : Group Archive : Group : All Groups

From: Patrick GRIMONT <pgrimont@...>
Date: Tue, 05 May 2009 19:39:05 +0200
I forgot to have "route _toScreen" before "Clear Lprint" and "route 
_toPrinter" after.
I works beautifully.
I apologize for this useless message.

Patrick

Patrick GRIMONT a écrit :
> Could a FB/FBtoC wizard show me some direction for saving a large 
> picture  as a pdf file ?
> I can save it as pict or print it on paper.
> I incorporated in my program the example "QD and CG -> pdf" and used 
> the statement "Picture gPictHandle" in place of drawing things. 
> However, I can only save one page as pdf. Using the same approach as 
> printing on paper:
> a loop with        picture (h,v), gPictHandle
> followed by       clear lprint
> and                    v = v - PageRect.bottom
> etc
> It fails to save the picture as PDF. If instead of a loop, I set up 
> (h,v), I can save as PDF any page and only one page.
>
> Is there anything like "Clear Lprint "to tell the program it is a new 
> page ?
>
> Cheers
>
> Patrick
>
> -- 
> To unsubscribe, send ANY message to: 
> futurebasic-unsubscribe@...
>
>