Forum Replies Created
-
AuthorPosts
-
in reply to: General questions / FAQ May 16, 2013 at 12:40#26841
I used the same html resources to convert to pdf
I use coldfusion for generate the pdf using cfdocument and pd4ml
but the result is different : see the attachmentplease advice
thank you
in reply to: Font size is increased in the generated PDF May 16, 2013 at 12:44#29071here’s the different, I use coldfusion
in reply to: Different Result (there’s gap between line) May 16, 2013 at 12:59#29328First, please take a look to the general info, regarding content scaling in PD4ML: http://pd4ml.com/cookbook/pdf_page_formatting.htm
So to scale the content down, you would need to slightly increase htmlWidth conversion parameter value.
If gaps between lines are higher than expected, use CSS property “line-height” to adjust.
in reply to: Font size is increased in the generated PDF May 16, 2013 at 13:02#29072By the link you may find a general info regarding content scaling in PD4ML:
http://pd4ml.com/cookbook/pdf_page_formatting.htmin reply to: Different Result (there’s gap between line) May 16, 2013 at 14:05#29329thank you,
right now we’re still using the free pd4ml pro version,
i found from the forum that we can use setpagesize, sethtmlwidth, etc but it is in the paid versionin reply to: Different Result (there’s gap between line) May 16, 2013 at 14:10#29330Actually there is no free version of PD4ML. There are fully functional evaluation versions: they watermark generated PDFs, but the rest of the functionality is identical to commercial versions of PD4ML.
in reply to: Different Result (there’s gap between line) May 16, 2013 at 14:22#29331yes… sorry… i mean the demo version
but when i want to use the function setpagesize it wont workin reply to: Different Result (there’s gap between line) May 16, 2013 at 15:32#29332Why do you think it does not work?
Generate PDFs with different pageSize parameters and compare the PDF document properties.in reply to: Stop displaying dynamic data when user saves the document May 17, 2013 at 10:32#29313HI, thanks for the reply.
I’m using adobe reader . I have downloaded temp64.pdf and when i open this i see only t1 and t2 fields are filled along with openaction alert. After this i tried saving the temp64.pdf by clicking file -> Save a copy option. i didn’t get any of “WS” or “DS” alert. but i got an alert “Save a blank copy of this Form” . After clicking save a blank copy the pdf copy is saved but with the same information.Please let me know if we can work this on adobe reader. If not what is the alternative.
in reply to: Different Result (there’s gap between line) May 21, 2013 at 11:15#29333
#pdfHeader#
#pdfFooter#
#pdfBody#
SCREENWIDTH i adjust based on the orientation :
Portrait :
Landscape :margin i set in each part of the document (header, footer and body)
because when i set the margin in pageInsets, the header and footer is also affect with the margin settingand still the result is different from the pdf render from cfdocument
in reply to: General questions / FAQ May 23, 2013 at 06:59#26845Dear PD4ML support,
I have problem in handling special character like :
Example : ⇔ ⇒
I use ckeditor.. in ckeditor preview it looks ok, but when i preview in pdf4ml it turn to ? markI already put
or
but it didn’t work
thank you
in reply to: handle special character May 23, 2013 at 13:24#29344Here is a good starting point to resolve the issue:
http://pd4ml.com/cookbook/pd4ml_pdf_true_type_fonts.htmin reply to: General questions / FAQ May 27, 2013 at 07:49#26846[language=][/jsp]
After initlizing the web page A.jsp ,the checkbox named check2 is checked.
when I changed the checkbox to unchecked status, How can I get an unchecked checkbox in the generated pdf.in reply to: How can I convert a dynamic values in html to pdf May 27, 2013 at 10:44#29345After the checkbox is unchecked, you need to send the state to the serverside, to generate an updated HTML without checked=”checked”:
[language=xml:bo6x852w][/language:bo6x852w]in reply to: Different Header / Footer based on page number May 27, 2013 at 14:39#28712I am currently evaluating this software, before deciding to buy the full license. It looks like there might be a limitation with regards to headers and footers. The example above demonstrates how to define page specific content, but as far as I can see there is no way to set page specific areaHeight.
I would like to render my first page without a header:
[language=Java:1fdcwkd1]PD4PageMark out = new PD4PageMark();
out.setHtmlTemplate(“…some header…”);
out.setPagesToSkip(1);
out.setAreaHeight(-1);[/language:1fdcwkd1]The header is not displayed in the pdf, but the space it occupies (in subsequent pages) pushes the content down. Is there a way to solve this?
-
AuthorPosts