giovanierthal
giovanierthal
When drawing an EMF ([test.zip](https://github.com/synopse/SynPDF/files/11138889/test.zip)), rotated texts are ignored: PDF output:  EMF content:  ```delphi var Metafile : TMetafile; FPdfDoc : TPdfDocumentGDI; begin Metafile := TMetafile.Create; try Metafile.LoadFromFile (...
There is a newer version of DCU32INT with Delphi Rio support. Is it possible to apply these updates to this project? http://hmelnov.icc.ru/DCU/index.eng.html
Seria possível buscar pelo Token de autenticação nos cookies? `if LToken.Trim.IsEmpty and not AHorseRequest.Query.TryGetValue( LConfig.Header, LToken) and not AHorseRequest.Query.TryGetValue( LHeaderNormalize, LToken) and not AHorseRequest.Cookie.TryGetValue( LConfig.Header, LToken) and not AHorseRequest.Cookie.TryGetValue( LHeaderNormalize,...