Jump to content
We've recently updated our Privacy Statement, available here ×

sj_so

Members
  • Posts

    5
  • Joined

  • Last visited

sj_so's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello.. I'd like to know how to print a report with default print. customers want to print a document with default print automatically. are there any soultions to satisfy them.. current iReport version is 4.5 JasperPrint print = null;Map map = new HashMap();for(int i=0; arrKeyValue.length>i; i++){ map.put(arrKeyName ,arrKeyValue); logger.logInfo("arrKeyName => " + arrKeyName);logger.logInfo("arrKeyValue => " + arrKeyValue); } print = JasperFillManager.fillReport(reportFilePath, map,con);jasperPrintList.add(print); JRPdfExporter exporter = new JRPdfExporter();exporter.setParameter(JRExporterParameter.JASPER_PRINT_LIST, jasperPrintList);exporter.setParameter(JRExporterParameter.OUTPUT_STREAM, response.getOutputStream());exporter.setParameter(JRPdfExporterParameter.IS_CREATING_BATCH_MODE_BOOKMARKS, Boolean.TRUE); exporter.exportReport();
  2. i'd like to show the word ,△E(delta E) bur when tried it showed ?E(delta E) pdf font : Times-Roman pdf encoding : CP1250 (Central European) how can i print deltal symbol(△) with Times-Roman font.
  3. I really thank you for your answer. I set the font in the Text-Properties and what i want is just i want to show the sentence,"iReport PDF print test paragraph. font is Times Roman, Line Spacing: Fixed 4.0 ,Encoding: CP1252 (Western European", on the same line. but.. it made new line and cut my sentence so there is right empty space left..could you please remain comment again..?
  4. i tried to add pdf font, Times New Roman abut there is no the font for pdf. I did install Font in Fonts tab (iReport-Fonts) and checked the box, "Embed this font in the PDF document. (i used *.ttf ) PDF Encoding was "CP1252 (Western European ANSI aka WinAnsi)" then i added folder which has the font ttf file in Classpath tab and checked PDF fonts path but i can not see the font i added. Ah....and i tried to add this Font exported as extention and added classpath but when i opened the program i got error.. did i do somthing wrong? how can i add the PDF font. help me please
  5. [Jaspersoft iReport Designer 4.5.0] I tried to use pdf font, Times-Roman but when i checked my report. there is a problem like this first paragraph information is, pdf font : HYSMyeongJo-Medium, pdf-encoding : UniKS-UCS2-H (Korean), checked pdf-Embedded, left indent:40 and right indent : 0 second paragraph information is, pdf font : Times-Roman, pdf-encoding : CP1250 (Central European), checked pdf-Embedded, left indent:50 and right indent : 0 it seems like ..there is right indent when i use Times-Roman Font .. i've been trying to solve above thing but i don't know what to do, what should i try?
×
×
  • Create New...