In This Topic
Loading PDF documents
In This Topic
PDF creation and loading in GdPicture.NET is governed by the GdPicturePDF class. This class is responsible for almost all the PDF features that GdPicture.NET has to offer.
Say you have a PDF file on your disk, here is what you have to do to load it:
Now you have a GdPicturePDF instance with your file, you can manipulate it, draw on it, merge it with other files, search it, annotate it, save it and much more.