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

PDFANDROID-176 (Text is not bold, line isn't seen)

$
0
0
Hello,

We are making an Android application that generates the pdf using some data.
We have used the Aspose.Pdf for Android 1.7.0 in our application.

Before we were using Aspose.Pdf for Android 1.6.0 and we saw that there are some bug fixes in the new version i.e 1.7.0 like (PDFANDROID-176    Text is not bold, line isn't seen) so we downloaded it and try to use in the application but we found that there was no difference and we are still not able to get the text bold and lines between rows are still missing. Also when we implemented the new version the time it took to generate the pdf increased as compared to 1.6.0 . So we are not getting which version is more helpful and which to use. Please do need full for the same.

Sample Code
TextState m_headerState = new TextState();
m_headerState.setFontSize(m_headerTitleSize);
m_headerState.setForegroundColor(com.aspose.java.awt.Color.BLACK);
m_headerState.setFontStyle(FontStyles.Bold);


Thanks

Viewing all articles
Browse latest Browse all 3131

Trending Articles