Skip to content

Instantly share code, notes, and snippets.

@syakovyn
syakovyn / keybase.md
Created October 18, 2017 11:30
keybase.md

Keybase proof

I hereby claim:

  • I am syakovyn on github.
  • I am syakovyn (https://keybase.io/syakovyn) on keybase.
  • I have a public key ASBtOS-buBZMMy0x5kUA9ZcJ2YXw_VIt4RyPLOmLPnDEQQo

To claim this, I am signing this object:

@syakovyn
syakovyn / LineHeightIssue.java
Created January 12, 2017 15:40
Shows a case of a wrong line-height interpretation
package html_to_pdf;
import com.lowagie.text.Chunk;
import com.lowagie.text.Document;
import com.lowagie.text.DocumentException;
import com.lowagie.text.Element;
import com.lowagie.text.List;
import com.lowagie.text.ListItem;
import com.lowagie.text.Paragraph;
import com.lowagie.text.html.simpleparser.HTMLWorker;
import com.lowagie.text.Chunk;
import com.lowagie.text.Document;
import com.lowagie.text.DocumentException;
import com.lowagie.text.Element;
import com.lowagie.text.List;
import com.lowagie.text.ListItem;
import com.lowagie.text.Paragraph;
import com.lowagie.text.html.simpleparser.HTMLWorker;
import com.lowagie.text.html.simpleparser.StyleSheet;
import com.lowagie.text.pdf.PdfPCell;