Posts

Showing posts from September, 2022

PDF lib error : End character U+003E for inline option list not found in 'PDFlib_com.PDF'.

Since PDf lib uses < and > characters for start and end tags, if your text contain these characters it will throw the error like below: End character U+003E for inline option list not found in 'PDFlib_com.PDF'. So for fixing these issues, we can give the option begoptlistchar to "none".   So the code can be like :   oPDF.create_textflow("test < 10","begoptlistchar=none")>