aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* No object number in the constructor. Jeremias Maerki2003-03-271-15/+23
* Adjust to the PDFT1Stream being an AbstractPDFStream now.Jeremias Maerki2003-03-272-5/+5
* Adjust to the PDF Stream changes.Jeremias Maerki2003-03-273-137/+176
* Adjust to the PDF Stream changes. Jeremias Maerki2003-03-271-21/+19
* The Type1 font stream is now an AbstractPDFStream to bypass the need for an a...Jeremias Maerki2003-03-271-36/+34
* Most code has wandered off to AbstractPDFStream. The only thing it does now i...Jeremias Maerki2003-03-271-264/+19
* Image implementation can now indicate if it is DCT encoded (JPEGs). Jeremias Maerki2003-03-271-4/+21
* No object number in the constructor. Jeremias Maerki2003-03-271-40/+51
* Use the toPDFString() (returns String) method instead of toPDF() (returns byt...Jeremias Maerki2003-03-271-6/+3
* The PDF object number doesn't get passed to the constructor anymore. Adjust f...Jeremias Maerki2003-03-2730-488/+312
* Support as independant PDF object. Used for on-the-fly stream output.Jeremias Maerki2003-03-271-4/+35
* Make todo more prominent (detected by checkstyle)Jeremias Maerki2003-03-271-1/+1
* Streamlined. Add code for encryption of string and text values. All PDF objec...Jeremias Maerki2003-03-271-21/+145
* Streamlined. Do some simple memory allocation optimization.Jeremias Maerki2003-03-273-100/+62
* All factory code (make*) has been moved to this new factory class. PDFDocumen...Jeremias Maerki2003-03-271-0/+1297
* This class represents a list of PDF filters to be applied when serializing th...Jeremias Maerki2003-03-271-0/+318
* Class for PDF text. A lot of text encoding code for PDF is collected/moved here.Jeremias Maerki2003-03-271-0/+321
* Factory for StreamCache instances. Supports a hint for the expected stream si...Jeremias Maerki2003-03-271-0/+148
* Filters can indicate whether they are ASCII filters (which can be disabled if...Jeremias Maerki2003-03-275-1/+68
* Abstract base class for all PDF streams. It supports writing stream on-the-fl...Jeremias Maerki2003-03-271-0/+260
* Special OutputStream decorator that suppresses calls to the close() method. T...Jeremias Maerki2003-03-271-0/+81
* Reduce debug output. A constant can be modified to enable more extensive log ...Jeremias Maerki2003-03-271-4/+11
* Eliminate array looping if text-transform is NONE for a probable performance ...William Victor Mote2003-03-261-0/+3
* Add support for text-transform.William Victor Mote2003-03-255-76/+390
* Make sure no NPE's are happening. (Setting a NullLogger for now. Revisiting n...Jeremias Maerki2003-03-151-0/+1
* Fix font triplet registration (weight and style were mixed) Jeremias Maerki2003-03-151-2/+3
* Fix parser construction.Jeremias Maerki2003-03-151-1/+5
* Improve Filter argument constructionJeremias Maerki2003-03-151-10/+14
* Make PDFDocument as top-level class of the PDF library LogEnabled. (Reason: I...Jeremias Maerki2003-03-151-10/+37
* Log problems during font loading to System.out for the moment until proper lo...Jeremias Maerki2003-03-151-0/+1
* Fix font lookup when font was found through weight-adjust.Jeremias Maerki2003-03-151-1/+3
* Fix CMYK JPEG images. Jeremias Maerki2003-03-151-6/+11
* ColorSpace descendant representing an uncalibrated CMYK color space. Used to ...Jeremias Maerki2003-03-151-0/+109
* Added support for PDF encryption. Jeremias Maerki2003-03-137-12/+960
* Added the basic infrastructure for the PostScript Transcoder. Works, but outp...Jeremias Maerki2003-03-124-17/+750
* Make parser namespace-aware so the run() method works with XSL-FO files as in...Jeremias Maerki2003-03-121-2/+4
* Give a good message if the Driver isn't initialized.Jeremias Maerki2003-03-121-0/+5
* Fix NPE when content of an <a> element is empty.Jeremias Maerki2003-03-121-8/+10
* Adjust for directory rename from "Images" to "images".Jeremias Maerki2003-03-112-2/+2
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-11488-0/+97103