iText – Shrinking the Content
In this chapter, we will see how to scale an image on a PDF document using the iText library. Here we will discuss about itext shrinking the content. Shrinking the…
In this chapter, we will see how to scale an image on a PDF document using the iText library. Here we will discuss about itext shrinking the content. Shrinking the…
In this chapter, we will see how to set color and font to text in a PDF document using the iText library. Setting Font of the Text in a PDF…
In this chapter, we will discuss about itext drawing a circle and see how to draw a circle on a PDF document using iText library. Drawing a Circle on a…
You can drop a database or databases from the portal as well as from the code by using .Net SDK. Here, we will discuss, in a step-wise manner, how to…
In this chapter, we will discuss about itext drawing a line and see how to draw a line on a PDF document using iText library. Drawing a Line on a…
So far, we have created two databases in our DocumentDB account, first one is created using Azure portal while the second database is created using .Net SDK. Now to view…
In this chapter, we will learn how to create a database. To use Microsoft Azure DocumentDB, you must have a DocumentDB account, a database, a collection, and documents. We already…
In this chapter, we will discuss about itext drawing an arc and see how to draw an arc on a PDF document using iText library. Drawing an Arc on a…
In this chapter, we will see how to add circle annotation to a PDF document using iText library. Creating a Circle Annotation in a PDF You can create an empty…
When you start programming against DocumentDB, the very first step is to connect. So to connect to your DocumentDB account you will need two things; EndpointAuthorization Key Endpoint Endpoint is…