-
In the ZipArchiveWriter stage the attribute "archiveFile" is misspelled.
The constant ARCHIVE_FILE has the value "achiveFile", instead of "archiveFile".
This stage only works if the attribute in the pipeline definition is set as "achiveFile".
By the way, documentation is OK.
File: com.babeldoc.core.pipeline.stage.ZipArchiveWriterPipelineStage
Code:
/** Constants. */
public...
2008-11-27 11:26:00 UTC in Babeldoc: Universal Document Processor
-
I'm using the FOP extension to create barcodes on-the-fly. I'm trying to use the human-readable elements but it seems it doesn't work as expected.
When we set the placement, font-size and/or font-name elements it breaks when running the FOP command.
If we set the placement value to the human-readable tag it works, but we can't set the font-size/font-name values.
Code that works...
2006-11-21 13:12:05 UTC in Barcode4J
-
Logged In: YES
user_id=393901
I'm playing with the PDFBox code. If I insert a check in the
put method of COSDictionaryMap to avoid the NPE, then I get
errors when saving() the final document:
java.lang.NullPointerException
at
org.pdfbox.cos.COSStream.getFilteredStream(COSStream.java:153)
at
org.pdfbox.pdfwriter.COSWriter.visitFromStream(COSWriter.java:936)
at...
2006-08-14 08:29:13 UTC in PDFBox
-
When importing FDF fields in a PDF file, I get a
NullPointerException in COSDictionaryMap.
I'm just starting with PDFBox. I use it to create final
PDF files merging a PDF with an FDF file. In most
cases, it works fine, but with a couple of PDF files I
get this error.
I have done a little program to import a sample FDF
into all "template" PDFs. I only get the NPE with two
of them. The...
2006-08-11 10:28:30 UTC in PDFBox