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 ColorSpaceOutputProfiler.ColorAction. changeColor(OutputProfiler profiler, ColorSpace cs, float[] src, float[] dst, boolean fill, int type)Optionally converts a Color from one ColorSpace to another.ColorSpaceOutputProfiler.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, ornullto make no changesvoidOutputProfiler.RasterizingAction. rasterize(OutputProfiler profiler, PDFPage page, OutputProfile pageProfile, ProfileComplianceException ei)Rasterize the page, converting its content to a bitmapfloatOutputProfiler.ImageAction. resample(OutputProfiler profiler, PDFImage image, Map<String,Object> properties)Optionally causes an image embedded in the PDF to be resampled or recompressed.floatOutputProfiler.SimpleImageAction. resample(OutputProfiler profiler, PDFImage image, Map<String,Object> properties)
-