Skip to main content
Participant
October 29, 2024
Question

PDF Writer

  • October 29, 2024
  • 2 replies
  • 601 views

Hello,

I would like to develop my own PDF writer.

It is possible to do ? Is there pdf documentation available ?

Thank you.

This topic has been closed for replies.

2 replies

Inspiring
November 7, 2024

I presume that the existing solutions, such as GhostScript, don't meet your needs?

Participant
November 7, 2024

We can't write PDF from scratch with GhostScript. I just want to develop a simple PDF writer, to generate document from a GUI. 

try67
Community Expert
Community Expert
October 29, 2024

Yes, it's possible.

The PDF 2.0 specs are available here: https://pdfa.org/resource/iso-32000-2/

 

Participant
November 7, 2024

I will read this soon.

Thank you!