PDF SDK Features, Benefits, Tutorials - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

PDF SDK

Getting started with ByteScout PDF SDK: "Hello, World!" example This example demonstrates how to create a document and save it to file using ByteScout PDF SDK. Program.vb: VB Program.cs: C#
Adding a text edit control into PDF form document This example demonstrates how to add text edit box control into PDF form using ByteScout PDF SDK The example demonstrates how to text field using ByteScout PDF SDK. Program.vb: VB Program.cs: C#
How to draw a rectangle in PDF document The example demonstrates how to draw rectangles using ByteScout PDF SDK. Program.vb: VB Program.cs: C#
Drawing a line in PDF document The example demonstrates how to draw lines and curves using ByteScout PDF SDK. Program.vb: VB Program.cs: C#
Drawing a curve in PDF document This example demonstrates how to draw curved lines in PDF using ByteScout PDF SDK Program.vb: VB Program.cs: C#
Drawing a circle in PDF document This example demonstrates how to draw a circle object using Drawing class in ByteScout PDF SDK Program.vb: VB Program.cs: C#
Using different sizes for pages in PDF document This example demonstrates how to create a document and save it to file using ByteScout PDF SDK. Program.vb: VB Program.cs: C#
How to set URL to text area to create a link to open web-site when user clicks the link The example demonstrates how to create URI (link) action using ByteScout PDF SDK. Program.vb: VB Program.cs: C#
How to create a fillable PDF form document using PDF document This example demonstrates how to create PDF form with edit and checkbox control using ByteScout PDF SDK The example demonstrates how to create checkboxes using ByteScout PDF SDK. Program.vb: VB Program.cs: C#
Add a link in the text to open external PDF when user clicks the link This example provides a Visual C# . NET sample code that creates new PDF document (you can also open existing PDF document by passing filename in Document() constructor if you want to add text to an existing PDF document) and adds text and a link area for the text to open external PDF document (ExternalPDF.pdf) on page #2 when user [...]