VintaSoft PDF .NET Plug-in Discussions
Questions, comments and suggestions concerning VintaSoft PDF .NET Plug-in.
Board index < VintaSoft Imaging < VintaSoft PDF .NET Plug-in Discussions
I've seen it done, but I don't know the way the data is stored in the PDF or how complex it would be.Could you send us a PDF document you have seen? If yes, please send PDF document to support@vintasoft.com or submit a ticket with PDF document in our support center at https://www.vintasoft.com/support/index ... ets/Submit
Also is there any plan to update the PdfFont to work similar to the AnnotationFont (https://www.vintasoft.com/docs/vsimagin ... mbers.html) and be able to set the bold/strikethrough/italics/underline/etc as bools rather than selecting new fonts with those properties?The PdfFont class represents PDF font object from PDF specification. If you want to create bold and/or italic text, you need to use bold and/or italic font, for example "Times-Italic" or "Times-ItalicBold". If you want to strikeout and/or underline text, you need to do this using PDF annotation or PDF graphics.