[Podofo-users] Fwd: Error using PdfTable.SetColumnWidths

2009-07-24 Thread lap_jun...@yahoo.com.br
This is the code. When createTable2 function finishes the error is thrown. //-- void createTable2( PdfPainter* pPainter, PdfFont* pFont, double pageSize ) { PdfTable table( 3, 5 ); PdfSimpleTableModel tableModel( table.GetCols(),

Re: [Podofo-users] Margins and Fonts

2009-07-24 Thread Martin Schröder
2009/7/23 Craig Ringer : > On Thu, 2009-07-23 at 02:02 +0200, Martin Schröder wrote: >> If you intend to use a lot of of fonts (or want to include pdfs with >> fonts), you should look at pdftex/luatex. We've spent years on getting >> subsetting etc. right, especially with included pdfs. > > PdfTex