Clean, blank PDF (no Acrobat)

I need to find or create one empty 8.5x11 inch PDF file that will be as small as possible with minimal information, an embedded, but still valid and stable PDF document. If at all possible, I would like to do it without Acrobat.

What is the best way to create such a document?

+5
source share
1 answer

I would try this

  • create empty html document
  • open it with google chrome
  • go to "print"
  • select "save as pdf" as a printer and "print"

:) good luck

Another thing, in my opinion, is to run a simple PHP program using the fpdf library, which will simply create and output pdf

+12
source

All Articles