Questions tagged [makepdf]

MakePDF provides MS Windows users with a GUI and command-line environment for converting Postscript files to PDF.

MakePDF provides MS Windows users with a GUI and command-line environment for converting Postscript files to PDF. Utilising the standard MS Windows environment simplifies this activity for the average Windows users.


Resources :

5 questions
6
votes
1 answer

Write a blob file in filesystem with Cordova - Ionic

I'm trying to save the pdf file of this example: http://gonehybrid.com/how-to-create-and-display-a-pdf-file-in-your-ionic-app/ to my localData. I found i will need file plugin, but i don't know how to save the blob file to my system. I tried this…
Steph8
  • 1,483
  • 2
  • 16
  • 32
1
vote
2 answers

pdfmake how to add more than one element in a column

I'm trying to generate pdf files using pdf make. But when I define a column I can't add more than one element to that column. I want to add a table and a separate text. But text doesn't appear in the generated pdf file. This is my code. columns: [ …
margherita pizza
  • 6,623
  • 23
  • 84
  • 152
1
vote
0 answers

AngularJs: How to use web worker with makepdf

There is a solution here that explains how to use web worker with makepdf. However, I want to know how to apply this solution to angular using requirejs. I have tried to use ngwebworker along with requireJs, as the RequireJS within webworker, but I…
Gabriel
  • 952
  • 10
  • 31
0
votes
0 answers

Convert html and svg to pdf

I am creating a project using angularjs. I have problem while converting html and svg to pdf. I am using the plugins: Simple html is converted to pdf, but svg is not converting into pdf. Here is my sample code which works only for html: var html…
Karan
  • 1,048
  • 2
  • 20
  • 38
0
votes
1 answer

How to add custom header and footer in laravel tcpdf?

How can I add custom header and footer text in tcpdf using laravel controller Following the TCPDF doc I can create a pdf file fine. but when I want to add custom footer text I didn't do that. This is the Controller. How can I add custom footer in…
Inspire Shahin
  • 414
  • 2
  • 8
  • 24