HALLOGRAM PUBLISHING
SHOPPING CARTSITE MAPCONTACT USPRODUCTS
HOMEBARCODESDEVELOPER TOOLSUSER TOOLSTRAINING
DynamicPDF Merger.Net
DynamicPDF Merger.Net

DynamicPDF Merger.Net Main Page | DynamicPDF Merger.Net Performance Ease of use | DynamicPDF Merger.Net Flexibility

Performance

Performance was a major consideration during the development of Merger.NET. The techniques used to parse and manage the imported data are extremely fast and well designed. A configurable smart cache is employed that caches the structure and used data from an imported PDF document. Only the portions of the document that are used are cached and when a portion becomes unused it is removed from the cache. This results in extremely fast performance. Take a look at the examples page for some performance statistics.

Ease of Use

The Merger.NET object model is intuitive and easy to learn. Two documents can be merged together and output to a file, Web Form, or Stream with just two lines of code:

MergeDocument objDoc = MergeDocument.Merge( @"C:\ DocA.pdf", @"C:\DocB.pdf" );
objDoc.Draw( @"C:\DocOut.pdf" );

Documents can be appended to an instantiated MergeDocument with one line of code:

objDoc.Append( @"C:\DocC.pdf" );

A page (or range of pages) can be appended to an instantiated MergeDocument object with one line of code:

objDoc.Append( @"C:\DocC.pdf", 2, 1 );  

Flexibility

The Merger.NET object model is very flexible and can be used to achieve may PDF manipulation tasks. The MergeDocument object can be used to merge and append PDF documents. Pages from the resulting document can then be accessed and new content can be added to the pages.

Merger.NET also includes an ImportedPage object that can be used to add content to an imported page using the Generator.NET object model. This object inherits from the Generator.NET's Page object and can have Page Elements or Custom Page Elements added to it. This is ideal for form filling or using an existing PDF document as a template.

The included ImportedPageData object is a Page Element object that allows an imported page to be placed on a Generator.NET page and be scaled, shifted or rotated. This allows multiple pages from an existing PDF to be placed onto one page. This is ideal for pre-press work as well and using existing PDF documents as templates for portions of a page.

Objects and methods are also included for reading the content from an imported page and for determining the number of pages in an imported PDF document.

Generator.NET is included with Merger.NET. In fact, Merger.NET uses Generator.NET for all PDF output. When using Merger.NET, you have access to the Generator.NET object model including the Custom Page Element API.


DynamicPDF Merger.Net Main Page


DynamicPDF Merger.Net is electronically deliverd.

DynamicPDF Merger.Net
Standard Server License $459
Professional Server License $679
Enterprise Server License $899
Standard Developer License $899
Professional Developer License $1359
Enterprise Developer License $1799


Home || Shopping Cart || Site Map || Newsletter/Blog
Search HALLoGRAM || Request More Information
CALL TOLL FREE 1-866-340-3404

SEARCH
14,500+ PRODUCTS:

Order DynamicPDF Merger.Net

SIMILAR PRODUCTS
  • Graphics and Design
  • Web Design Tools
  • Barcode Software

  • OTHER PRODUCTS
  • DynamicPDF Generator
  • PRODUCTS FOR
  • MS-Access
  • ActiveX/OCX Controls
  • C#
  • C/C++
  • Clipper
  • dBASE
  • Delphi
  • FoxPro/VFP
  • Java
  • Macintosh
  • .NET
  • Oracle
  • Paradox
  • PowerBuilder
  • Visual Basic
  • Visual Objects

  • Keystone Training Videos

  • Copyright ©2004 HALLoGRAM Publishing, Aurora CO. All Rights Reserved
    All products mentioned in this site are trademarks of their respective owners
    Prices are subject to change without notice
    caksgkim