I have documents that have rotated cells and I need to convert them to PDF.
The problem is that no Delphi components support this (SynPDF/llPDFLib/litePDF/eDocEngine).
Is there anything that can be done? Do not use SetWorldTransform or perhaps even transform the cell contents into an image?
SetWorldTransform - PDF
Re: SetWorldTransform - PDF
The latest versions of SynPDF seems to support SetWorldTransform: https://github.com/synopse/SynPDF/blob/ ... SynPdf.pas
And testing it with RV's rotated cells works fine.
And testing it with RV's rotated cells works fine.
Re: SetWorldTransform - PDF
Here is what I got with the latest SynPDF from GitHub. Text direction is OK but underline is not and border lines are not looking great either.
Re: SetWorldTransform - PDF
I downloaded SynPDF directly from the repository before testing again.
What code do you use to generate the PDF?
What code do you use to generate the PDF?