giovanierthal

Results 3 issues of giovanierthal

When drawing an EMF ([test.zip](https://github.com/synopse/SynPDF/files/11138889/test.zip)), rotated texts are ignored: PDF output: ![image](https://user-images.githubusercontent.com/10151298/229528568-372712ad-844c-4426-8ee1-011aa085e8d0.png) EMF content: ![image](https://user-images.githubusercontent.com/10151298/229528729-c6238b52-de64-45a7-9444-7dc746c98bd2.png) ```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,...