Skip to main content
Participant
June 20, 2021
Question

Create PDF file from some other file formats in C#

  • June 20, 2021
  • 0 replies
  • 235 views

Hi,

our requirement is to convert files in some of the common formats like DOCX, JPG, TIFF to PDF files using Adobe Acrobat DC. For each of these files, a standard application is installed and the Windows Explorer contains a context menu entry to convert a file of one of these formats to PDF.

We would like to write an application in C# that automates this process. Just pick a single existing file and create a PDF from this file.

I have scanned through the Acrobat SDK documentation for the IAC / OLE interface and haven't been able to find any API entry point to get this seemingly easy task done.

Can you please provide me with a hint where I can get any information about how to convert / print an existing file to PDF using a C# application?

This topic has been closed for replies.