Forum Replies Created
-
AuthorPosts
-
in reply to: Footer at bottom of last page November 30, 2012 at 09:54#29168
Thanks very much
in reply to: sup and sub HTML Tag support? December 2, 2012 at 02:35#29134Hey there…so we bought and implemented v3.8.0fx9 and now the footnote references spill into the line of text above them.
We’ll probably need to go back to fx7 until this can be fixed but is there a fix coming?
in reply to: sup and sub HTML Tag support? December 2, 2012 at 12:22#29135In the versions prior to v3.8.0fx8 an appearance of superscript text impacted the line height (and a gap between lines). Now the problem is solved, but you faced with a drawback of the solution.
It can be worked around either by explicit setting of line height to a greater value (overriding the default line-height: 1.2) or by a decreasing of the superscript font size:
pd4ml-footnote { font-size: 80% }
You may add the style to the document itself or with pd4ml.addStyle() API call.
in reply to: sup and sub HTML Tag support? December 3, 2012 at 04:09#29136Cool. Smaller superscripts is something we wanted anyway. We’ll give these solutions a shot. Thanks.
in reply to: Footer at bottom of last page December 3, 2012 at 13:29#29169Have you had any joy?
in reply to: General questions / FAQ December 5, 2012 at 02:51#26800I’m testing the DMS edition version and found out some issues.
Those were not happend in case of general PDF generated by PD4ML1. permission is not applied to the PDF/A type
Is this normal?2. Generated PDF(PDF/A type) didn’t display header, footer and watermark image
This code works fine when generates PDF file not PDF/A type
header.setWatermark(“file:”+_logoPath,new Rectangle(10,18,logo_width,logo_height), 100);Thanks in advance.
Kind regards,
Gabriel.in reply to: Question about PDF/A type generation December 5, 2012 at 13:05#291711. Yes, PDF/A spec does not allow any security settings applied.
2. It would help a lot if you publish an HTML code sample, which illustrates the problem, all relevant resources (images, CSS) and a resulting PDF.
in reply to: Question about PDF/A type generation December 5, 2012 at 13:44#29172Thanks for quick reply
I attach sample file (HTML, PDF, Converter.java)
This code works fine if remove generatePdfa function call.Please check this.
Kind regards,
Gabriel.in reply to: Question about PDF/A type generation December 6, 2012 at 01:18#29173Dear supporter,
I have additional question on PDF/A
When I load generated PDF(PDF/A type) using Adobe reader and it shows some warning message.
Please check the attached image.
Sorry it’s Korean characters and it means that
“This page has error. Acrobat cannot display this page properly. Please ask to writer and solve this problem”Thanks in advance.
Kind regards,
Gabriel.in reply to: General questions / FAQ December 6, 2012 at 07:05#26802With the 380fx9 Pro and 380fx8 Pro versions, the footer is not appearing in the generated pdfs. This issue is not observed in 380fx6 Pro.
I am attaching the test java source and the generated pdf files.
Please advise on any mistake I am making. Or if this is an issue in the release.
Regards,
Praveen
in reply to: Question about PDF/A type generation December 6, 2012 at 15:09#29174I inspected pdf.zip content and analysed recipe.pdf from it.
The PDF has been generated with PD4ML version: 380fx3 Pro (not DMS), so it ignores enablePdfa() API call. Please check if it your application uses an older cached pd4ml.jar instance.
Also PDF/A file spec prohibits image transparency, which makes transparent/translucent watermarking not allowed.
in reply to: Footer at bottom of last page December 6, 2012 at 15:28#29170A solution will be available with the forthcoming beta release.
in reply to: Problem with P tag containing attribute text-align: justify December 7, 2012 at 14:15#29145The problem is back. Some paragraphs int HTML P TAG have been broken, but in random form.
in reply to: Problem with P tag containing attribute text-align: justify December 7, 2012 at 14:18#29146Which version do you currently use?
Please publish (or send to the support) the document source and its resulting PDF.
in reply to: Problem with P tag containing attribute text-align: justify December 7, 2012 at 14:19#29147Hello, the probem is back.
I’m using version 380fx9. -
AuthorPosts