문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top