Questions tagged [fillable]

21 questions
0
votes
1 answer

Font size zero in fillable multiline-input-field in PDF-Form

I got stuck with a PDF-Document, which (among other fields) contains five larger multiline text inputs. For all five fields, the DefaultAppearance-parameter of the relevant widget says the following. /DA (/SimplonNorm 0 Tf 0 g) Is this a bug, a…
0
votes
0 answers

How to conditionally import data from excel to fillable PDF using JavaScript?

I have created a fillable PDF form & now I need to import data from an excel sheet based on the selection of two different combo boxes. To be more specific, one combo box contains job category and other contains job level. Based on these selections…
Hunter313
  • 29
  • 6
0
votes
0 answers

Issue when generating fillable PDF in Laravel

I want generate a pdf file to the customer that can edit it and then download it, I use Laravel 8, mpdf 0.8.15, niklasravnsborg/laravel-pdf 4.1 and php 7.4 I tried this code with mpdf package in controller : $html =…
0
votes
1 answer

itextsharp stamping form pdf onto other pdf

I'm using itextsharp in vb.net to stamp some backgrounds (ie other single page pdfs) onto another pdf. So I have a 5 page 'blank' pdf, on which I stamp page 1 with the first page from a file called page1.pdf, then I put the first page of page2.pdf…
Ash
  • 23
  • 4
0
votes
2 answers

Have any one Worked on The fillable pdf in sales force

hi I am working on the fillable pdf in Salesforce, i have uploaded the pdf in the static resource in Salesforce , now need to handle the data to fill in it and download the file , can any suggestions to achieve it Thanks in advance
-1
votes
1 answer

Converting fillable word document to fillable pdf file using java

I want to convert my fillable word document into fillable pdf document? Is there any solution? I used aspose.words to insert some fill in forms into document and then converted it into PDF, but from fill-in forms were just empty fields with…
afasianok
  • 3
  • 1
1
2