Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9243247
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:46:06+00:00 2026-06-18T08:46:06+00:00

I have a question to add text in a existing pdf with itextsharp. I

  • 0

I have a question to add text in a existing pdf with itextsharp. I want to add the text out of a html.

here my code:

string oldfile = Server.MapPath("~/App_Data/zugang.pdf");
string newfile = @"C:\test.pdf";

PdfReader reader = new PdfReader(oldfile);
Rectangle size = reader.GetPageSizeWithRotation(1);

Document doc = new Document(size);

FileStream fs = new FileStream(newfile, FileMode.Create, FileAccess.Write);
PdfWriter writer = PdfWriter.GetInstance(doc, fs);

doc.Open();

PdfContentByte cb = writer.DirectContent;

BaseFont bf = BaseFont.CreateFont(BaseFont.HELVETICA, BaseFont.CP1252, BaseFont.NOT_EMBEDDED);
cb.SetColorFill(BaseColor.BLACK);
cb.SetFontAndSize(bf, 16);



cb.BeginText();

string text = "tedsfdsfdshfdsdfsdsdsdsvdsgdsdsgsg";


cb.ShowTextAligned(1, text, 600, 300, 0);
cb.EndText();

PdfImportedPage page = writer.GetImportedPage(reader, 1);
cb.AddTemplate(page, 0, 0);

doc.Close();
fs.Close();
writer.Close();
reader.Close();

But I want that I can use a html file for this. Can I use a html file for this??

here my htmlfile:

<p>Sie haben einen Gastzugang für [Anrede] [Vorname] [Nachname],[Firma] eingerichtet.</p>
                                                       Im folgenden finden Sie die Zugangsdaten
                                                       die für die Anmeldung am Netzwerk benötigt werden.Weitere Informationen stehen auf der Anmeldeseite zur Verfügung.
                                                        <p>

                                                            <b>Benutzername:</b>
                                                            <b>[Benutzername]</b>
                                                            </br>
                                                            <b>Passwort:</b>
                                                            <b>[Passwort]</b>

                                                        </p>
                                                       Der Zugang wird vom [ZeitVon] bis [ZeitBis] freigeschaltet sein.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:46:08+00:00Added an answer on June 18, 2026 at 8:46 am

    Yes, iTextSharp supports HTML to PDF .
    Here is how

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an existing Silverlight 3 app that I want to add Live Mesh
i have a question. I need to add a text line into a txt
I have question regarding the SQLAlchemy. How can I add into my mapped class
I have a question about some functionality I'm trying to add to my jQuery
REVISED QUESTION : We have tracked this down to a custom add to cart
Question 1) I have a control to which I add an attribute from the
My question is : I have a domain table in database, where I add
I have several questions I need help with. I'll add both my code and
I have this: lvPalette.Columns.Add(Code, -2, HorizontalAlignment.Center); lvPalette.Columns.Add(Attendu, -2, HorizontalAlignment.Center); lvPalette.Columns.Add(Chargé, -2, HorizontalAlignment.Center); lvPalette.Columns.Add(Validé, -2,
I have a view which I use to add new records or edit existing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.