[fpc-pascal] TStringHelper with SysUtils functions

2016-04-12 Thread silvioprog
Hello, How do I use the TStringHelper with SysUtils functions? When I've tried to compile this code: === code === program Project1; {$mode objfpc}{$H+} uses SysUtils; begin WriteLn(ExtractFileExt(ParamStr(0)).Substring(1)); ReadLn; end. === /code === I've got: project1.lpr(9,39) Err

Re: [fpc-pascal] fcl-pdf: Extracting a page...

2016-04-12 Thread Marcos Douglas
On Mon, Apr 11, 2016 at 6:46 PM, José Mejuto wrote: > Hello, > > Use qpdf: > > http://qpdf.sourceforge.net/files/qpdf-manual.html > http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.page-selection That's what I need. Thank you! Regards, Marcos Douglas ___