PDF rendering issue [message #560112] |
Tue, 21 September 2010 05:05  |
Eclipse User |
|
|
|
Hi ,
While rendering PDF which has multiple pages,font size is changing in some pages. Can you please let us know the problem
Here i am sending the code for setting options ....
PDFRenderOption pdfOptions = new PDFRenderOption();
pdfOptions.setOutputFileName(outputFilePath);
pdfOptions.setSupportedImageFormats("JPG;PNG;BMP;SVG");
pdfOptions.setOutputFormat(OmegaConstants.PDF_EXT_STR);
pdfOptions.setOption(PDFRenderOption.FIT_TO_PAGE,Boolean.TRU E);
pdfOptions.setOption(PDFRenderOption.PAGEBREAK_PAGINATION_ON LY,Boolean.FALSE);
Please let us know any property we have missed
Thanks & Regards,
Laxmipathi Raju
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05796 seconds