wxpdfdoc icon indicating copy to clipboard operation
wxpdfdoc copied to clipboard

wxPdfDocument - Generation of PDF documents from wxWidgets applications

Results 1 wxpdfdoc issues
Sort by recently updated
recently updated
newest added

this is from using templates: pdfOut.AddPage(); tpl = pdfOut.ImportPage( i ); pdfOut.UseTemplate( tpl ); works fine as long as i am using less then 512 files. above that number my...