Forum Replies Created
-
AuthorPosts
-
in reply to: is there a way to use Angular js views as input to the PD4ML October 10, 2017 at 12:31in reply to: Does PD4ML.Net support Bootstrap and other styling libraries October 10, 2017 at 12:31#30056
Any update here?
in reply to: Troubleshooting October 11, 2017 at 14:52#27171anyone else seeing this:
in about 1% of the converted LN documents not all file attachments are extracted and attached to the PDF properly.
I could not figure out yet what it is.. tried deleting, reattaching, copying/pasting the document (in order to create a new version) etc. all did not help..
any ideas?
in reply to: PD4ML .Net library not distorting 32bit-depth jpeg images October 11, 2017 at 16:32#30103Sorry the analyze has taken that long.
We finally found the problem reason and prototyped a solution.
In fact the JPEG images you provided are not 32bit-depth, but 4-component CMYK images (8 bit per color component).
As the image type is mostly used in typography and not natively supported by Java, we did not implement a support for them yet.
An improved JPEG parsing and CMYK color space support implementation may take some time.
Is it really critical for your application to support the image types or a converting of your (probably few) existent CMYK JPEGs to RGB is also a solution?
A “semi-solution” for the issue to convert CMYK to RGB by PD4ML on a fly is unfortunately not an option as Java does not support them and fails with
[language=java:cph4q87h]sun.awt.image.ImageFormatException: Unsupported color conversion request
at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:141)
at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:269)[/language:cph4q87h]Adding a dependence to capable JAI library is undesired.
in reply to: <pd4ml:page.header>: Header Height October 13, 2017 at 06:59#27628Do we have any option to increase the size of header more 1/3 of page ?
in reply to: <pd4ml:page.header>: Header Height October 13, 2017 at 14:56in reply to: not all attachments attached to resulting pdf October 13, 2017 at 14:58#30105Can you please create and send to support pd4ml com a set of input files (src HTML, attachment file) and a conversion result to illustrate the issue?
in reply to: is there a way to use Angular js views as input to the PD4ML October 13, 2017 at 15:04#30099PD4ML does not support JavaScript. If the views are created on a fly with the client-side JavaScript – there is no simple way to convert such views to PDF.
The following is a possible direction to go:
html-css-to-pdf-rendering-issues-f3/is-javascript-supported-t216.htmlin reply to: Does PD4ML.Net support Bootstrap and other styling libraries October 13, 2017 at 16:25in reply to: Does PD4ML.Net support Bootstrap and other styling libraries October 13, 2017 at 16:34#30058A typical Bootstrap HTML layout utilizes some features, which are currently not supported by PD4ML (i.e. rounded borders, specially styled lists etc). The features will be addressed by new PD4ML versions.
in reply to: not all attachments attached to resulting pdf October 13, 2017 at 23:34#30106Does LN mean Lotus Notes there?
in reply to: pdf’s Table right margin and the content is missing October 30, 2017 at 18:23#30001Hi,
I was having the same issue and used the following to solve it:pd4ml.setHtmlWidth( 989 );
pd4ml.adjustHtmlWidth();in reply to: PD4ML .Net library not distorting 32bit-depth jpeg images November 6, 2017 at 14:44#30104Hello,
yes this is critical for our application to get support to this. When do you think can release a patch with this fix
-Ganesh M.
in reply to: Does PD4ML.Net support Bootstrap and other styling libraries November 6, 2017 at 14:55in reply to: PDF merge failing with .net library November 6, 2017 at 14:56#30068Hello,
Has this been done? if yes, how can we download the new version?
if no, when can we expect this to be released?-Ganesh M.
-
AuthorPosts