Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pristine, Blank PDF (without Acrobat)

I need to find or create one 8.5x11 inch blank PDF file that is as small as possible with minimal information embedded, but still a valid and stable PDF document. If at all possibe, I'd like to do this without Acrobat.

What is the best way to produce such a document?

like image 839
Wayne Bloss Avatar asked Feb 21 '13 00:02

Wayne Bloss


People also ask

How do I fill in a PDF form without Adobe?

Click on “New” on the Google Docs page and upload your file to the drive. Once the file is uploaded, in the main view, right click on the file and select “Open with”, and then “Google Docs.” A new tab will open in your browser with editable content.

What is PDF flattening?

If a document contains transparent objects, such as images with transparency, Acrobat flattens the document before printing it. Flattening removes transparency information and converts images to a format that the printer can interpret.

How do I fill in blanks on a PDF?

Save form, open in Acrobat or Acrobat Reader, and then choose Tools > Fill & Sign.


1 Answers

i would try this

  • create empty html document
  • open it with google chrome
  • go for "print"
  • choose "save as PDF" as the printer and "print"

:) good luck

other thing on my mind is to run a simple PHP program using fpdf library, that would just create and output the pdf

like image 79
January Piwoniusz Avatar answered Oct 23 '22 08:10

January Piwoniusz