I need to generate a PDF, multiple pages. Besides an image, some normal text and background shapes, there are a couple non-standard texts:
Any clues which PDF generation model I should use to be able to create such PDFs?
Thanks!
- a single line of text, horizontal, text rendering: 'Stroke text'
- a single line of text, vertical (downwards), normal text rendering
- multiple lines of text, horizontal, right-aligned, normal text rendering
- a single line of text, horizontal, text rendering: 'Fill, then stroke text'
- Using the generator, I cannot find how to set text rotation
- Using the document model with TextFragment, I cannot find how to set text rotation nor Text Rendering Mode
- Using the document model with Operators, I can add a "SetTextRenderingMode" operator, but this is disfunctional - the actual value cannot be set.
Any clues which PDF generation model I should use to be able to create such PDFs?
Thanks!