Skip to content

Instantly share code, notes, and snippets.

@mrnirva
Created May 27, 2020 04:10
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/373a5a091122615428c1b7ba3f92cb54 to your computer and use it in GitHub Desktop.
Save mrnirva/373a5a091122615428c1b7ba3f92cb54 to your computer and use it in GitHub Desktop.
Paragraph paragraf = new Paragraph("Merhaba Dünya");
// Paragrafın konumunu ayarlamak
paragraf.setAlignment(Element.ALIGN_CENTER);
// Paragrafı pdf dosyamıza ekleme
pdfDosyam.add(paragraf);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment