Forum Replies Created
-
AuthorPosts
-
in reply to: Different Header / Footer based on page number May 28, 2013 at 07:48#28713
It is a functional limitation of the header/footer type. PD4ML supports 3 header/footer types – see http://pd4ml.com/cookbook/pdf_header_footer_generation.htm
An inline header should solve the issue.
in reply to: Not able to extract a PDF attachment from DXL File May 29, 2013 at 09:14#29326The attached implements the missing functionality.
in reply to: General questions / FAQ May 30, 2013 at 16:29#26847Hello,
I am using spreadsheet converter to convert excel files in to html or swf.
This application uses pd4ml to convert the html or swf to pdf.
Unfortunately some times my users get ??? instead of the text.
The problem comes and goes from time to time.
Is there a solution to that?in reply to: problem with questionmarks (???)in pdf files May 30, 2013 at 17:30#29346I forgot to mention that the language is greek and the fonts are times new roman or arial
in reply to: problem with questionmarks (???)in pdf files June 4, 2013 at 12:21#29347By default PD4ML converts to PDF characters, belong to Latin-1 charset only using built-in Adobe fonts (Helvetica, Times New Roman and Courier New). In order to output national or special characters you would need to configure and utilize TTF embedding feature of PD4ML *Pro* (or derived PD4ML Volume and Src licenses). See:
http://pd4ml.com/reference.htm#7.1
pd4ml-html-css-pdf-tips-tricks-f7/ttf-embedding-t42.html
http://pd4ml.com/cookbook/pd4ml_pdf_true_type_fonts.htmin reply to: General questions / FAQ June 6, 2013 at 11:49#26848I’m wondering if there is a way to set footer only display on last page or is there a way to get total page before render. My code Java api is to create pdf file based on a html url.
Thanks for help.in reply to: How to set footer only work on the last page. June 6, 2013 at 12:25#29348The feature is problematic to implement. In an extreme case the last page may have no space to place a footer: it should force a page break and the trailing footer goes to new page with no content, which is undesired.
As a workaround it you may use a conditional page break to move some content to next page (if needed, to make the last page not totally blank) and a footnote.
Example:
[language=xml:ci6mh5m2]….
….
text text text …the last text section…
….
….
trailing footer[/language:ci6mh5m2]
The page break will take effect only if the remaining vertical page space is less than 200px (and the last text section + footnote do not presumably fit it)ifSpaceBelowLessThan parameter value for your document structure/layout needs to be found an empiric way.
in reply to: HTML/CSS rendering issues June 14, 2013 at 19:30#26850We are testing the RTL/Arabic support. We are using the following CSS to do this.
.rtlStyle
{
direction: rtl;
}
However, CSS direction is documented as not working. I can confirm that it does not work. So how is RTL implemented?Thanks in advance,
Clifton Sothoron
in reply to: Stop displaying dynamic data when user saves the document June 17, 2013 at 13:38#29314Hi,
I’m waiting for reply. Request you top please provide your response.in reply to: RTL support June 18, 2013 at 14:13#29351Till now we did not address RTL-specific issues by RTF output. We’ll check what could be done and how long the implementation may take.
in reply to: RTL support June 19, 2013 at 19:46#29352I’m confused. I’m trying to output to PDF not RTF. Also, you indicated the following in your release notes for in PD4ML Pro 3.8.0fx8:
“Arabic word wrap errors”
– possible lost space char between RTL text sectionsHow did you make RTL work in HTML so that it could be rendered in PDF? I only know the “Direction” CSS attribute.
Best,
Clifton Sothoronin reply to: HTML/CSS rendering issues June 21, 2013 at 19:47#26853I am trying to generate a PDF that contains dozens of small images. This greatly slows down my PDF generation, as PD4ML loads the images serially. Loading the HTML in a web browser is much faster, as all of the images the loaded in parallel. Is there a way to load the images in parallel inside of PD4ML?
Thanks
in reply to: HTML/CSS rendering issues June 25, 2013 at 04:15#26854Was just wondering if there are any plans to support this CSS property in the future, or any workarounds to achieve the same result. I would like to be able to use { box-sizing: border-box; }
in reply to: General questions / FAQ June 26, 2013 at 09:41#26855Is border-radius supported in pd4ml ?
in reply to: border-radius is supported in pd4ml ? June 26, 2013 at 09:48#29360Border radius is not supported in HTML/CSS properties yet.
Its support has been recently added to SVG renderer module of PD4ML, so if it is needed for decorative reasons, you may use inline SVG graphics for that.
-
AuthorPosts