Skip to main content
dan_olesen
Participant
July 25, 2016
Question

Programmatic generation of PDF files

  • July 25, 2016
  • 1 reply
  • 816 views

I have to create a large number of PDF document from text files or a text stream.

The text input contain control codes to indicate whether the orientation of the current page is portrait or landscape.

I would like to write a program that converts a text stream with these features to a PDF document with pages in both portrait and landscape orientation.

Does the SDK / API have functionality to do that?

Greetings

/Dan

This topic has been closed for replies.

1 reply

JoelGeraci_Datalogics
Participating Frequently
July 25, 2016

You may want to use the Adobe PDF Library or the Datalogics PDF Java Toolkit (based on Adobe technology) rather than the Acrobat SDK if you need to create a large number of files.

Both of these tools have samples that demonstrate how to read from a text file and create PDF content on any size page you like.

J-