Class and Description |
---|
com.snowtide.pdf.util.MergeUtil
Merge functionality may be removed in a future PDFTextStream release
|
Method and Description |
---|
com.snowtide.pdf.OutputTarget.forBuffer(Appendable) |
com.snowtide.pdf.OutputTarget.forWriter(Writer)
use
OutputTarget.OutputTarget(Writer) instead |
com.snowtide.pdf.PDFTextStreamConfig.isMemoryMappingEnabled()
Memory-mapping of opened PDF files is disabled by default, and will be removed
as an option in future PDFTextStream releases.
|
com.snowtide.pdf.PDFTextStreamConfig.setMemoryMappingEnabled(boolean)
Memory-mapping of opened PDF files is disabled by default, and will be removed
as an option in future PDFTextStream releases.
|