]> source.dussan.org Git - xmlgraphics-fop.git/commit
Use the toPDFString() (returns String) method instead of toPDF() (returns byte[]...
authorJeremias Maerki <jeremias@apache.org>
Thu, 27 Mar 2003 10:45:37 +0000 (10:45 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 27 Mar 2003 10:45:37 +0000 (10:45 +0000)
commit115819066f801bcc827022df242cf30615f4f9a7
treed3564ff14a808c1569234ef8e11fc1c676f292f0
parent9413ba3fbda4d02b61f6e854d1bf09de195dd3ab
Use the toPDFString() (returns String) method instead of toPDF() (returns byte[]) where appropriate. String to byte[] conversion is done in PDFObject in a well-defined location instead of scattered around the codebase.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196160 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/pdf/PDFUri.java