Skip to content

Instantly share code, notes, and snippets.

@mrnirva
Created May 27, 2020 04:07
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/b4bebec6acdb6be7ca91cab487147cb5 to your computer and use it in GitHub Desktop.
Save mrnirva/b4bebec6acdb6be7ca91cab487147cb5 to your computer and use it in GitHub Desktop.
// Oluşturma tarihini girdik
pdfDosyam.addCreationDate();
// Yazar ve Kurucu adını ekledik
pdfDosyam.addAuthor("PDF Yazar Adı");
pdfDosyam.addCreator("PDF Oluşturucu Adı");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment