Forum Replies Created
-
AuthorPosts
-
in reply to: display current date every time the PDF is opened February 24, 2012 at 21:11#28797
> great help if you can release by this week.
Hopefully it is not too late… We’ve just released v380fx3
in reply to: How to optimize the size of the generated PDF? February 27, 2012 at 08:13#28888Until the new version is released, we would like to try downgrading to make sure that we actually can generate a smaller PDF. Can you suggest which version we should downgrade to?
Thanks, Jon
in reply to: How to optimize the size of the generated PDF? February 27, 2012 at 10:09#28889I found the 3.8.0fx3 release on the download page and we’ve seen great improvements in PDF file size in our initial tests with this new version. Case closed, I guess.
in reply to: Custom font, font-size February 27, 2012 at 10:36#28903Font-size and custom font issue seems to be fixed now.. so now It´s just the page-break-inside issue left 🙂
in reply to: Custom font, font-size February 27, 2012 at 11:50#28904I spoke to soon 🙁
ok.. so now I´m trying this:
body * {<br /> background: none;<br /> font-size:20px;<br /> font-family:"HM Ampersand Ultra Light";<br /> }
and it´s applying the font, but if I change to 14px it dosent?
I have tried all combinations I can think of :/Targeting classes, spans, divs, p tags, with “*” selector etc etc…
I can´t post the font because I´m not sure if that is ok with the customer.. but I doubt that there is a problem with the font file.
I have tried setting Arial on body and Times on h2 and that works but I can´t get it to work with custom fonts..
Is there a limit to the number of custom fonts that can be used?
in reply to: Custom font, font-size February 27, 2012 at 13:30#28905Is “pt” or “%” supported? or is it only px?
in reply to: pd4ml.cache.enable=false February 27, 2012 at 18:51#28875Using the API to clear the cache instead of setting the property resolved our problem.
Thanks for replying,
Clifton Sothoron
in reply to: Troubleshooting February 27, 2012 at 18:54#26689A customer of ours is doing a PDF conversion and getting the message “URI is not hierarchical”. What does that mean?
Best,
Clifton Sothoron
in reply to: Css style inheritance February 28, 2012 at 11:45#28815The positioning issues are solved for me in that version, thank you so much for the quick response!
Also thank you for the PD4ML console/GUI, it makes it so much easier to debug HTML without having to generate a PDF every time. You may want to advertise it more 🙂I have found another issue involving rather tricky LIs with bullet-dots coded as background, some positioned to the left, some to the right. I’ll start a new thread about that as soon as I have a clearer description of the issue and an isolated testcase.
in reply to: Css style inheritance February 28, 2012 at 16:06#28816@vk_iconparc wrote:
The positioning issues are solved for me in that version, thank you so much for the quick response!
Also thank you for the PD4ML console/GUI, it makes it so much easier to debug HTML without having to generate a PDF every time. You may want to advertise it more 🙂I have found another issue involving rather tricky LIs with bullet-dots coded as background, some positioned to the left, some to the right. I’ll start a new thread about that as soon as I have a clearer description of the issue and an isolated testcase.
Try to set “padding-left: 1px”
in reply to: URI is not hierarchical February 28, 2012 at 19:00#28899The message is not originated by PD4ML. Obviously it comes from URL/URLConnection classes. I would recommend to google for a solution for your particular case/URL.
in reply to: pd4ml.cache.enable=false February 28, 2012 at 19:02#28876Glad you resolved the issue.
in reply to: Custom font, font-size February 28, 2012 at 19:58#28906“pt” and “%” should also work. “pt” is converted on-a-fly to “px” bearing in mind 72dpi resolution. (optionally pd4ml.protectPhysicalUnitDimensions() API call suppresses the size conversions, but it has its drawbacks)
The issue you experience with font size is quite strange.
Try to temporarily define any other TTF font instead of HM Ampersand Ultra Light, i.e. Comic Sans MS. Is the problem still there?
in reply to: display current date every time the PDF is opened February 29, 2012 at 12:06#28798Thanks for the v380fx3 release,
when i use the below html form field to display in pdf, and using javascript i have to populate the date in the form field which comes as a superscript instead of comming in the same line.
See the below example.
Ex: February 1, 2012,
daily periodic rates are based on the Index Rate as of and are estimates.I want the date (February 1, 2012,) to come in the same line. I can do this by seeting the size of the input field,but if i increase the size a gap apeears between the current line and next line.
How can i handle this? also please let me know how can i change the font of the input text variable to times new roman which is by defalut Arial.in reply to: RTF features March 1, 2012 at 11:38#28770Hi again, and thanks for the last release – it fixed a lot of the issue I was facing 🙂
Since then I have been struggling with controlling table cell height. At first I thought it was due to some line breaking, and I had some success ending line breaks with / like this
. But it never really fixed it, as I randomly got space at the end of the TDs. Now, after looking into it again, I realized that this might not have been the case at all, that the excessive space is in fact due to a table row height being set – probably calculated in some way. Here is the produced RTF, notice the trrh1073:trqltrowdtrrh1073clvertaltclbrdrtbrdrnil
If I remove it from the line, it fixes all my problems! The question is, can I control this with a tag, a css attribute or turn if off with an API setting?
Regarding your comment about being able to set header/footer as a tag not being implemented yet, will it be possible in the future? If so, do you have a rough estimate to when we can expect that?
Lastely, when specifying lengths in css (or tags), what is the unit that I should use (besides %)? I know that RTF natively operates on a twips, and I tried to calculate it from cm, but without much luck.
-
AuthorPosts