SynPDF
SynPDF copied to clipboard
Synopse PDF engine is a fully featured Open Source PDF document creation library for Delphi, embedded in one unit
SynPDF handles IntersectClipRect incorrectly. See sample program. A semicircle is expected. It is still correct in the EMF file. [test.zip](https://github.com/synopse/SynPDF/files/8847571/test.zip)
Function CRC32string is needed in SynPDF.
The change in pull request 46 seems to be invalid: https://github.com/synopse/SynPDF/pull/46 Here is the code I used to test this. The output was: MS Sans Serif 2 Microsoft Sans Serif...
This is becoming important in Europe for commercial systems exchanging PDF files of invoices and other "unalterable archive" formats.
Hello, Is it possible with SynPDF to convert a multpage TIF to PDF using the CCITTFaxDecode format ? XnView can do that, the PDF has almost the same size than...
OpenType fonts (https://en.wikipedia.org/wiki/OpenType) are a successor/derivate from TrueType fonts and tend to be used more commonly with projects like Google Noto (e.g. this CJK font: https://www.google.com/get/noto/#sans-jpan).
I have a stack overflow error when saving when I try to encrypt a pdf. The error appears in TPdfRawText.InternalWriteTo Here is my code : p := TMemoryStream.Create; Pdf :=...
Good afternoon! We have long and successfully used your product - SynPDF to create PDF files from RTF. PDF are created in PDF/A-1 format, with storing fonts inside the file...
I was under the impression that SynPDF is cross-platform, seeing as it supports FPC. Trying to compile it on Linux or FreeBSD and I get an error in the SynPDF.pas...
FMX pdf.Canvas.TextOut(10,10,'Hello World');