Users Pricing

forum

Home Forums Adding links to pdf by using MigraDoc – MindStick

Adding links to pdf by using MigraDoc

Takeshi Okada 4832 05 Oct 2013

I use MigraDoc for creating pdf documents in the project.

Code below shows how I work with library:


    var document = new Document { Info = { Author = "title" } };

        Section section = document.AddSection();
        Paragraph paragraph = section.AddParagraph("Title");
        var renderer = new PdfDocumentRenderer(true, PdfSharp.Pdf.PdfFontEmbedding.Always) { Document = document };
        renderer.RenderDocument();

    

So, I'm looking for a way to adding link to web resource inside pdf.


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md