Skip to content

Instantly share code, notes, and snippets.

@mrnirva
Created May 27, 2020 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrnirva/2bf95ce869aa2048d372c553e8942777 to your computer and use it in GitHub Desktop.
Save mrnirva/2bf95ce869aa2048d372c553e8942777 to your computer and use it in GitHub Desktop.
// Separator tanımlama ve renklendirme
LineSeparator lineSeparator = new LineSeparator();
lineSeparator.setLineColor(new BaseColor(0, 0, 0, 68));
// Ekleme
pdfDosyam.add(new Chunk(lineSeparator));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment