Skip to main content
Participant
May 2, 2021
Question

Convert text to pdf format C++

  • May 2, 2021
  • 2 replies
  • 1157 views

I wanted to write a program that would convert text to pdf format. Are there any libraries available? I mean, they should be compatible with the C ++ language.

 

This topic has been closed for replies.

2 replies

Bernd Alheit
Community Expert
Community Expert
May 3, 2021

You can use the Adobe PDF Library:

https://opensource.adobe.com/dc-acrobat-sdk-docs/ 

ls_rbls
Community Expert
Community Expert
May 3, 2021

I am not 100% sure if you meant by writing a program to actually develop a whole software from scratch in C++  that will interact with Adobe Acrobat in such way with no use of JavaScript at all,

 

OR , 

 

if you meant to devlop some scripts in C++ that will interface with  the Acrobat JavaScript APIs in order to be able  to customize an action that can convert a text document to a PDF.

 

There are libraries that can aid developers to do their own plugins and  interface them with  Acrobat JavaScript to extend some functionalities and customize other actions.

 

See if the link below is a good starting point: