Page 1 of 1

Rotating PdfFreeTextAnnotations

Posted: Tue Mar 10, 2020 6:46 pm
by IntegraHarlan
Hi,
Is there a way to rotate PDFFreeTextAnnotations on for the .Net Winforms plug-in?
I do not see any properties or methods that will do this.
Thanks
Harlan

Re: Rotating PdfFreeTextAnnotations

Posted: Wed Mar 11, 2020 5:06 pm
by Alex
Hi Harlan,

Do you mean you want to rotate text in rectangle of PDF free text annotation?

PDF specification does have functionality for rotating of PDF free text annotation.

If you want to rotate PDF free text annotation in your application and work with changed PDF document in your application only, this task can be done by changing appearance of PDF annotation.

If you want to rotate PDF free text annotation in your application and use changed PDF document in any PDF viewer/editor, you can create rotated annotation but annotation will lose rotation after editing.

Best regards, Alexander

Re: Rotating PdfFreeTextAnnotations

Posted: Thu Mar 12, 2020 9:38 pm
by IntegraHarlan
Hi Alexander,
Sorry I was not more clear.
What I am trying to do is have a grab handle on annotations so the user can rotate them when they are added to a pdf document.
Specifically for the following annotation types:
PdfLineAnnotation,
PdfSquareAnnotation,
PdfFreeTextAnnotation,

I would like to make it so the user can rotate the annotation, save the pdf document with the annotations rotated, so that the annotations are rotated the same angle when the document is opened as they where when the document is saved.

Thanks

Re: Rotating PdfFreeTextAnnotations

Posted: Fri Mar 13, 2020 2:45 pm
by Alex
Hi Harlan,

PDF specification does not define rotation functionality for PDF annotation.

Why dont you use Vintasoft annotations in your application? Vintasoft annotation can be rotated and can create PDF appearance during saving in PDF document.

Best regards, Alexander