Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » RichText,QTF,RTF... » How do I set the pagesize (in points or mm) of RichEdit?
Re: How do I set the pagesize (in points or mm) of RichEdit? [message #57770 is a reply to message #57764] Fri, 10 December 2021 22:44 Go to previous messageGo to previous message
Lance is currently offline  Lance
Messages: 527
Registered: March 2007
Contributor
hi Alboni:

I was able to find these to functions in <RichText/RichText.h> that might give you some hints to your problem.

Array<Drawing> RenderPages(const RichText& txt, Size pagesize = Size(3968, 6074));

String Pdf(const RichText& txt, Size pagesize = Size(3968, 6074), int margin = 200,
           bool pdfa = false, const PdfSignatureInfo *sign = NULL);


}


I believe I vaguely remember that Upp uses a virtual divice with 600 dpi.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Remove empty paragraphs
Next Topic: Page break does not work in Style
Goto Forum:
  


Current Time: Tue May 14 00:01:29 CEST 2024

Total time taken to generate the page: 0.02594 seconds