Skip to main content
April 28, 2016
Answered

PDF Creation as per USPTO guideline using SDK through C#.Net

  • April 28, 2016
  • 2 replies
  • 649 views

Is it possible to create PDF as per USPTO guideline using SDK through C#.Net.

If yes, then please guide me, how ?

This topic has been closed for replies.
Correct answer Test Screen Name

Ok the SDK cannot help you at all unfortunately as Acrobat is definitely not for server use. But you say "applying document settings". Do you you print to PDF? If so look into LiveCycle PDF Generator, an enterprise product.

2 replies

Test Screen NameCorrect answer
Legend
April 28, 2016

Ok the SDK cannot help you at all unfortunately as Acrobat is definitely not for server use. But you say "applying document settings". Do you you print to PDF? If so look into LiveCycle PDF Generator, an enterprise product.

Legend
April 28, 2016

Please post a link to the exact technical details of these guidelines. What do you want to create a PDF from? Is it for a single person using Acrobat interactivel, for a server, or something else?

April 28, 2016

Hi,

Thanks a lot for paying attention to my question.

Actually I want to automate one of the process in our organisation, where the operator converts an existing PDF as per the PDF requirements of USPTO, as described here (PDF Requirements ).

This is currently being done by applying preset document settings using the  Adobe Acrobat Standard edition.

I am creating a web application where the server will be responsible for the PDF conversion.

So I want create this PDF as on server side programmatically using C#.net ASP.Net , IIS Server.