Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

which strategy?!

$
0
0
I need to generate a PDF, multiple pages. Besides an image, some normal text and background shapes, there are a couple non-standard texts:

  • 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'
I have tried (and got stuck with) the following approaches:
  • 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.
btw. many of the Operators seem to be disfunctional. The true power of PDFs cannot be reached while these are disfunctional and so badly documented.

Any clues which PDF generation model I should use to be able to create such PDFs?

Thanks!

Viewing all articles
Browse latest Browse all 3131

Trending Articles