Wednesday, April 07, 2010

easyPDF SDK's In-Memory PDF Processing

Using BCL easyPDF SDK's PDFProcessorHandle class, you can open your PDF document once and perform many repeated operations on it without ever re-parsing it or writing to disk. All operations are done in memory! 

The more operations you do on your PDF documents, the more you stand to gain from PDFProcessorHandle in BCL easyPDF SDK 6.1.
 
View Sample Codes in VB, VB.NET, and C#

easyPDF SDK's Operations that support In-Memory PDF Processing are:

  • Merging PDFs
  • Adding Contents, such as attachments, note, stamp, to PDF
  • Append, Delete, and Extract PDF Bookmarks
  • Extract PDF Hyperlinks
  • Rotate PDF Pages
  • Get PDF Information such as page count and page size.
  • Set PDF Metadata
  • Learn more...