[jopendocument] Changing default font in ods to pdf convertion

2019-02-20 Thread graziamujer
hi! thanks again for helping me before. i got the program working flawlessly now, but my boss asked me if i could change the final font. i think there is a way in itext to do it, but i couldn't adapt it to the last function you gave me. everything change in font i make in the ods doesn't make

Re: [jopendocument] Problem exporting a Ods to PDF

2019-02-14 Thread graziamujer
Hi. yeah. here it is public static void pdf(File s, String ss) throws FileNotFoundException, DocumentException { // Load the ODS file OpenDocument doc = new OpenDocument(); doc.loadFrom(s); // Open the PDF document Document document = new

Re: [jopendocument] Problem exporting a Ods to PDF

2019-02-14 Thread graziamujer
this is the layout that i'm trying to use On Thursday, February 14, 2019 at 4:13:21 PM UTC-3, grazi...@gmail.com wrote: > > hi, i defined the print range in openoffice, its like before, it only > prints the first page. > i know that the data is there, the size of the pdf varies if i try to >