• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to Create PDF dynamically from an ASP.NET page

New Here ,
Aug 29, 2024 Aug 29, 2024

Copy link to clipboard

Copied

Hi

I have an intranet for my commpany.

On one of those pages, I need to create a button, that takes the content and creates a PDF.

1) Am I allowed to create a PDF on the fly using C# code? Like maybe either create a totally new one... or create a copy of an existing template and then start dynamically filling it out with content from my database?

2) Which product do I use? I have used Acrobat SDK toolkit in the past but it did allow me to put this on a webpage on a server but only allowed local computer usage.

3) Or do I have to use 3rd party tools?

4) Any samples or examples of code? Is it the same code or have there been huge changes?

Steps:-

i) Create a copy of an existing PDF

ii) Create frames, labels, text boxes & multi line text boxes

iii) Fill those labels, texts, multi lines with data from database

iv) Save the PDF and store it or email it to an email id

Views

92

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2024 Aug 29, 2024

Copy link to clipboard

Copied

You can't use Acrobat (or the Acrobat SDK) on a server. You'll have to look for some other solution.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 30, 2024 Aug 30, 2024

Copy link to clipboard

Copied

LATEST

[MOVED TO THE ACROBAT SDK DISCUSSIONS]

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines