MtwStark
MtwStark
Hi, I have fixed some problems about clipping in SynPDF Take a look at this post [PDFEngine Clipping Implementation + Output stream optimizations](https://synopse.info/forum/viewtopic.php?pid=25786#p25786) You will find a link to download...
Hi, I have solved implementing WideString support depending on define DELPHI_UNICODE in zsspxml.pas I have overloaded WriteRaw, all versions of WriteTag, CheckStrEntity and Correct_Entity with a WideString version in ZEGetDefaultUTF8Converter...
In zsspxml.pas there is already the overloaded version conditioned by DELPHI_UNICODE define, I have only extended it. If DELPHI_UNICODE is defined string type is already WideString so, in zexmlss.pas, in...
Hi, you can try my version of SynPdf, I have tried to implement basic clipping functions. [PDFEngine Clipping Implementation + Output stream optimizations](https://synopse.info/forum/viewtopic.php?pid=25786#p25786)