-
To work in our environment, we had to enhance the attached script
1) accept log entries for "postfix", "postfix2", etc.
2) remove "prvs=mmm=" from mailaddrs to not get confused by the BATV anti-spam mechanism
3) put all mail addrs to lowercase otherwise, johnmiller@mail.com and JohnMiller@mail.com are seen as 2 senders.
2009-05-21 05:33:31 UTC in AWStats
-
BTW, I did try not to attach the annot to the chnkOtherUtf8, but additionally use setLocalDestination() on the chnkIsolatin and setLocalGoto() on chnkOtherUtf8, but with this the attachment didn't open immediately and thus it is not a feasible user interaction.
2009-04-15 09:17:51 UTC in iText, a JAVA-PDF library
-
when attaching a file to a pdf, we must use one font for isolatin characters and another one for the rest (non-isolatin utf8 characters).
PdfFileSpecification spec = PdfFileSpecification.fileEmbedded(writer, GET_VIA_BYTE_ARRAY_NOT_PATH, fileName,
stream);
PdfAnnotation annot = PdfAnnotation.createFileAttachment(writer, new Rectangle(1f, 1f, 1f, 1f), attaMimeType, spec);
with just...
2009-04-15 09:02:07 UTC in iText, a JAVA-PDF library
-
I started extending the PdfPCell and ColumnText to still have the PdfStructureElement available once the table parts get added to the PdfContentByte, but it appears that the PdfPTable has too many private instead of "protected" fields that this cannot be accomplished without too much code duplication.
Therefore, please allow to use PdfStructureElement 's inside PdfPCell's or PdfPTable's...
2009-03-18 20:28:33 UTC in iText, a JAVA-PDF library
-
this way, it is a lot easier to fix it.
2009-03-18 13:51:36 UTC in iText, a JAVA-PDF library
-
in com.lowagie.text.DocumentException, there shouldn't be a reason not to also provide a getEx() method?.
2009-03-18 13:16:47 UTC in iText, a JAVA-PDF library
-
perhaps the reason is something else that than the critical qualified extension, now I find also an example of an advanced signed pdf (produced by http://www.cabaret-solutions.com)
File Added: 3312advanced.pdf.
2008-07-24 07:04:42 UTC in iText, a JAVA-PDF library
-
another example
File Added: ch-admin.test_klasse_A-Signatur.pdf.
2008-07-24 06:54:43 UTC in iText, a JAVA-PDF library
-
...
PdfPKCS7 pk = af.verifySignature(name, "BC");
...
boolean verify = pk.verify();
log.debug("Document modified: " + !verify);
creates a "false reject" with the attached sample PDF.
2008-07-24 05:49:39 UTC in iText, a JAVA-PDF library
-
if such a Resolver field were present,
org.xbill.DNS.ExtendedResolver.send(Message query) could be accountable on where it got the results from, or rather org.xbill.DNS.ExtendedResolver.Resolution.start() could.
Short of that, please make the classes
- Message and
- Resolution
extensible, i.e. "protected" fields only or getter methods.
2008-07-17 10:23:01 UTC in dnsjava