Uses of Class
org.faceless.pdf2.OutputProfiler
-
Packages that use OutputProfiler Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OutputProfiler in org.faceless.pdf2
Methods in org.faceless.pdf2 with parameters of type OutputProfiler Modifier and Type Method Description ColorSpace
OutputProfiler.ColorAction. changeColor(OutputProfiler profiler, ColorSpace cs, float[] src, float[] dst, boolean fill, int type)
Optionally converts a Color from one ColorSpace to another.ColorSpace
OutputProfiler.ProcessColorAction. changeColor(OutputProfiler profiler, ColorSpace csin, float[] src, float[] dst, boolean fill, int type)
List<PDFFont>
OutputProfiler.AutoEmbeddingFontAction. getFont(OutputProfiler profiler, String name, boolean embedded, PDFFont font)
List<PDFFont>
OutputProfiler.FontAction. getFont(OutputProfiler profiler, String name, boolean embedded, PDFFont font)
Returns the font(s) to use instead of the specified font, ornull
to make no changesvoid
OutputProfiler.RasterizingAction. rasterize(OutputProfiler profiler, PDFPage page, OutputProfile pageProfile, ProfileComplianceException ei)
Rasterize the page, converting its content to a bitmapfloat
OutputProfiler.ImageAction. resample(OutputProfiler profiler, PDFImage image, Map<String,Object> properties)
Optionally causes an image embedded in the PDF to be resampled or recompressed.float
OutputProfiler.SimpleImageAction. resample(OutputProfiler profiler, PDFImage image, Map<String,Object> properties)
-