PDFNetJava - Is the entire file in memory when applying Stamper stampText

Product:

Product Version: 11

Is the entire file read into memory when applying Stamper stampText?

I am using Java sample - Stamp a PDF File in C# | Apryse documentation

Are the entire contents of the file brought into memory or does Stamper.stampText() apply the watermark page by page?

1 Like

Does anyone from Apryse Support team know if the entire PDF is read into memory?

1 Like

Efficiency

Apryse SDK was designed from the ground up with high throughput and the latest applications in mind.

  • For speedy document reading, Apryse SDK uses incremental object loading and caching mechanisms. Caching is used at different levels: from Cos based object caching to more sophisticated color-space, font and glyph caching.
  • Incremental save for fast serialization and document versioning

More information on key features of the Apryse SDK can be found here:

2 Likes