Uses of Class
com.ironsoftware.ironpdf.render.LinearizationMode
-
Packages that use LinearizationMode Package Description com.ironsoftware.ironpdf com.ironsoftware.ironpdf.render -
-
Uses of LinearizationMode in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type LinearizationMode Modifier and Type Method Description static byte[]PdfDocument. linearizePdfToBytes(byte[] pdfBytes, String password, LinearizationMode mode)Static helper that linearizes the given PDF bytes and returns the linearized bytes.byte[]PdfDocument. linearizePdfToBytes(LinearizationMode mode)Linearizes the current PDF document and returns the result as a byte array.static byte[]PdfDocument. linearizePdfToBytes(InputStream pdfStream, String password, LinearizationMode mode)Static helper that linearizes a PDF from anInputStreamand returns the linearized bytes.byte[]PdfDocument. linearizePdfToBytes(String password, LinearizationMode mode)Linearizes the current PDF document and returns the result as a byte array.InputStreamPdfDocument. linearizePdfToStream(LinearizationMode mode)Linearizes the current PDF document and returns the result as anInputStream.InputStreamPdfDocument. linearizePdfToStream(String password, LinearizationMode mode)Linearizes the current PDF document and returns the result as anInputStream. -
Uses of LinearizationMode in com.ironsoftware.ironpdf.render
Methods in com.ironsoftware.ironpdf.render that return LinearizationMode Modifier and Type Method Description static LinearizationModeLinearizationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LinearizationMode[]LinearizationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-