Agregar autor al pdf
document.addTitle(" mi titulo");
document.addSubject(" subject");
document.addKeywords("Mongo, Jmoordb");
document.addAuthor("nombre author");
document.addCreator("nombre creador");
Last updated
Was this helpful?
document.addTitle(" mi titulo");
document.addSubject(" subject");
document.addKeywords("Mongo, Jmoordb");
document.addAuthor("nombre author");
document.addCreator("nombre creador");
Last updated
Was this helpful?