Forum Replies Created

Viewing 15 posts - 2,461 through 2,475 (of 4,234 total)
  • Author
    Posts
  • pkg
      in reply to: General questions / FAQ
      #26868

      Hi,

      Is there a way to merge multiple (more than 1) existing PDF files to the PDF being created. There is a way to merge one existing PDF file to the PDF being generated. But I didnt find any way to merge multiple existing PDF files.

      thanks
      Praveen

      in reply to: Merg multiple PDF files
      #29387

      Unfortunately for the time being there is no way to merge PDF output with more than one existing PDF file. We work on the issue to be resolved with the next major release.

      in reply to: Request to make irreversible pd4ml methods reversible
      #29379

      By an HTML rendering PD4ML instantiates tons of objects to represent even a minimalistic HTML document. Each tag or a standalone whitespace requires a creation of a couple of objects: a tag and its properties table etc.

      A reusing of PD4ML instance may save a few nanoseconds, comparing to hundreds of milliseconds needed for an entire conversion procedure. If you find that still worthwhile, we’ll make the corresponding properties “public” in the next beta release, to let you reset them if needed. (We are conservative with any legacy API changes and would prefer to keep them as it is now, until a new generation of PD4ML came).

      Unfortunately in our business we cannot rely on “decent developers” use our tools. From about 10 years of PD4ML support practice we learned a lot of really “creative” ways one can misuse the library (and programming paradigms in general). So simple rules, like “do not reuse an instance”, works always; a dispatch to a “best practice” may lead to new troubles.

      in reply to: PD4ML library failed to support utf-8
      #29385

      Anybody encounter this issue ?

      in reply to: PD4ML library failed to support utf-8
      #29386

      Download and try the most recent PD4ML Pro v385.

      in reply to: PD4ML Table Breaks
      #29382

      PD4ML,

      Any thoughts on what could be happening here?

      I’ve been instructed by my higher ups to find a fix for this issue or start looking for another application to generate our PDFs. We are just getting too many questions from our customers asking why there is all the blank space and their table is on the next page.

      Thanks,
      Matt

      in reply to: PD4ML Table Breaks
      #29383

      html.enableSmartTableBreaks(true) implicitly defines

      TABLE, TR {page-break-inside: avoid}

      CSS style. Obviously to resolve the issue you would need either disable the smart table break mode or to define an extra CSS style (i.e. with html.addStyle())

      TABLE {page-break-inside: auto !important}

      in reply to: PD4ML Table Breaks
      #29384

      Thanks so much for the reply. This worked! Back to very happy with PD4ML! This was the only issue we were having, everything else works wonderfully. Great product!

      in reply to: TTF fonts path inside jsp
      #27640

      i have problem with arabic i used

      but the arabic appear with ???? why can any one help me

      in reply to: TTF fonts path inside jsp
      #27641

      i have problem with arabic i used

      but the arabic appear with ???? why can any one help me

      in reply to: TTF embedding
      #27308

      i have problem with arabic i used

      but the arabic appear with ???? why can any one help me

      in reply to: TTF embedding
      #27309

      You defined debug=”true” attribute. That means PD4ML prints to server’s log TTF loading diagnostics.

      Can it lookup requested fonts? Can it load them? The log output should help to determine the problem reason.

      in reply to: TTF embedding
      #27310

      13/09/13 04:19:59 version: PD4ML 381fx1 Pro DMS
      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/reset.css
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/reset.css
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/reset.css
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/reset.css
      13/09/13 04:19:59 RequestDispatcher.include() returned 6721 bytes: html, body, div, span, applet, object, i
      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/template.css?
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/template.css?
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/template.css?
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/template.css?
      13/09/13 04:19:59 RequestDispatcher.include() returned 62208 bytes: body {
      text-align: center;
      mar
      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/black.css
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/black.css
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/black.css
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/black.css
      13/09/13 04:19:59 RequestDispatcher.include() returned 3364 bytes: body.black #outer_wrapper {
      backgro
      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/calender.css
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/calender.css
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/calender.css
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/calender.css
      13/09/13 04:19:59 RequestDispatcher.include() returned 1908 bytes: .calender {
      width: 220px;
      /*he
      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/ui.selectmenu.css
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/ui.selectmenu.css
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/ui.selectmenu.css
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/ui.selectmenu.css
      13/09/13 04:19:59 RequestDispatcher.include() returned 2008 bytes: /* Selectmenu


      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/jquery-ui-1.8.6.custom.css
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/jquery-ui-1.8.6.custom.css
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/jquery-ui-1.8.6.custom.css
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/jquery-ui-1.8.6.custom.css
      13/09/13 04:19:59 RequestDispatcher.include() returned 18640 bytes: .ui-helper-hidden { display: none; }
      .u
      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/datePicker.css
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/datePicker.css
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/datePicker.css
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/datePicker.css
      13/09/13 04:19:59 RequestDispatcher.include() returned 2724 bytes:

      table.jCalendar {
      border: 1px soli
      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/jquery.autocomplete.css
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/jquery.autocomplete.css
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/jquery.autocomplete.css
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/jquery.autocomplete.css
      13/09/13 04:19:59 RequestDispatcher.include() returned 858 bytes: .ac_results {
      padding: 0px;
      border:
      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/jquery.autocomplete.css
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/jquery.autocomplete.css
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/jquery.autocomplete.css
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/jquery.autocomplete.css
      13/09/13 04:19:59 RequestDispatcher.include() returned 858 bytes: .ac_results {
      padding: 0px;
      border:
      13/09/13 04:19:59 looping inclusions found: file:/dp/jsps/css_ar/jquery.autocomplete.css
      13/09/13 04:19:59 loading CSS file file:/dp/jsps/css_ar/keyboard.css
      13/09/13 04:19:59 not yet in cache: file:/dp/jsps/css_ar/keyboard.css
      13/09/13 04:19:59 Loading via HTTP Request dispatcher: /dp/jsps/css_ar/keyboard.css
      13/09/13 04:19:59 Using URL without web application name: /jsps/css_ar/keyboard.css
      13/09/13 04:19:59 RequestDispatcher.include() returned 7223 bytes: #keyboardInputMaster {
      position:absol
      13/09/13 04:20:00 image not yet in cache: file:D:/isoft/projects/DPINT/src/web-online/public_html/
      13/09/13 04:20:00 image size: 7242
      13/09/13 04:20:00 image size: 7242
      13/09/13 04:20:00 image type of file:D:/isoft/projects/DPINT/src/web-online/public_html/ is unknown/unsupported.
      13/09/13 04:20:00 can not load image: ../
      13/09/13 04:20:00 image not yet in cache: file:D:/isoft/projects/DPINT/src/web-online/public_html/Images/Button_default_hover.gif
      13/09/13 04:20:00 image file:D:/isoft/projects/DPINT/src/web-online/public_html/Images/Button_default_hover.gif has zero length.
      13/09/13 04:20:00 can not load image: file:D:/isoft/projects/DPINT/src/web-online/public_html/Images/Button_default_hover.gif
      13/09/13 04:20:00 done in 1072ms.

      in reply to: TTF embedding
      #27311

      Note:
      i used this JAR with 3 fonts for serif, sansserif and monospaced types
      http://pd4ml.com/i/easyfonts/fonts.jar (~2MB)

      in webinf/lib

      in reply to: TTF embedding
      #27312

      Try to change tag to

    Viewing 15 posts - 2,461 through 2,475 (of 4,234 total)