Welcome to the DynamicPDF Generator for Java (v5.x) forum

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Generator for Java (v5)  /  Re: Welcome to the DynamicPDF Generator for Java (v5.x) forum

DynamicPDF Generator for Java (v5) Forum

Posted by a ceTe Software moderator
Welcome to the all new forum dedicated to DynamicPDF Generator for Java (v5.x). This forum was released in January 2009 and should be used for any support questions or discussions related to the DynamicPDF Generator for Java (v5.x) product. This forum will also be monitored by our support staff.
Hi all.,

I am new to this community!
I am in need of generating a
report in Calendar format in which
Datas should be displayed based on the
day of month cretaria!
I referred the example provided
in the portal of this site.,
But i need customization of
that report according to my requirement,
so if any of the guys know how to
customize the report please reply
to help me

Thanks.,
A.Joe

Hi all.,

I am new to this community!
I am in need of generating a
report in Calendar format in which
Datas should be displayed based on the
day of month cretaria!
I referred the example provided
in the portal of this site.,
But i need customization of
that report according to my requirement,
so if any of the guys know how to
customize the report please reply
to help me

Thanks.,
A.Joe

Hi all.,

I am new to this community!
I am in need of generating a
report in Calendar format in which
Datas should be displayed based on the
day of month cretaria!
I referred the example provided
in the portal of this site.,
But i need customization of
that report according to my requirement,
so if any of the guys know how to
customize the report please reply
to help me

Thanks.,
A.Joe

Posted by a ceTe Software moderator
Hello Joe,

Yes, you can customize examples downloaded with the product download without any problem depending on your requirements. You can also refer to the help documentation on our website. If you have any technical queries regarding our products then you can contact our Support Team.

Thanks,
ceTe Software Support Team.
Hello

I need print UTF-8 text in PDF.
How I can do it?

For example (new Lable("",0, 0, 512, 40, Font.getTimesRoman(), 14, TextAlign.LEFT)).

Thanks.,
Roman
Posted by a ceTe Software moderator
Hello Roman,

You can add UTF 8 characters without any problem. You will have to use the Unicode value of the text. You will have to use a open type, true type font files if you are using any special characters. Make sure that the font file you are using supports the text you are adding to the PDF.

You can refer to the OpenTypeFont on our help documentation.

//\u0024 displays a dollar symbol.
Label label = new Label("\u0024", 145, 10, 10, 20);

Thanks,
ceTe Software Support Team.
Hello, I'm looking for the best way to place a watermark on a PDF created using an image template (jpg) and with text placed all over the template using text areas.  The image template is a white background form with blank areas for the text data.  I placed a watermark using another text area placed across the page but would like for it to be less visible and show almost like the watermark from DynamicPDF Enterprise trial version.
Posted by a ceTe Software moderator
Hello,

You can add watermarks to the PDF document without any problem. If you want a background image then you can add it using the BackgroundImage class. You can also use the StampTemplate for adding watermarks. You will have to add the elements to the stamp template. You can also set transparency using the TransparencyGroup page element.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 12:29 AM.