Advanced search
SOAP BulkMode
Guten Tag, ich habe versucht, mittels SOAP den Bulk Modus zu verwenden. Der funktioniert ansich, nur würde ich gerne dann eine Handy-Signatur durchführen, um alle gesendeten Dokumente zu signieren (so wie a-trust mit der Unterschriftenmappe). Ist soetwas möglich? vielen Dank Philipp Kolmann…
DISCUSSIONCreated: 20/03/2017Updated Date: 20/03/2017
PDF-AS 4.1.0: PDF Filename cuts off at space or umlaut
Hi, I am not sure if I should add an issue here or somewhere else. I have installed PDF-AS 4.1.0 on Linux: rt-test:~# java -version java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode) rt-test:~# uname -a…
DISCUSSIONCreated: 17/03/2017Updated Date: 17/03/2017
pdf-as-lib-3.5 laesst sich nicht laden
Wir wollten mit pdf-as-lib-3.5 in einem Servlet-Context (proprietaer, Jetty-basiert) PDF-Dokumente signieren, jedoch liess sich die Lib nicht laden. Problem ist, dass im init() einer Klasse "Normalizer" folgendes gemacht wird: String class_name = this.getClass().getPackage().getName() + getClassName…
DISCUSSIONCreated: 08/08/2014Updated Date: 08/08/2014
pos option not working in PDF-AS cl 3.2
Since PDF-AS cl 3.3 is not available for download, this issue was found in the most recent available version (PDF-AS cl 3.2)! According to page 16 of the enclosed documentation "PDF-AS-3.2-Anwendungsbeschreibung.pdf" the default value for the pos option is: -pos x:auto;y:auto;w:auto;p:auto;f:0…
DISCUSSIONCreated: 23/06/2013Updated Date: 23/06/2013
no download for pdf-as commandline 3.3
Is there any reason, that there is no download available for pdf-as commandline 3.3? Component Miscellaneous Category task
DISCUSSIONCreated: 23/06/2013Updated Date: 23/06/2013
pdf-as PDF Sign with external MOA doesn't work in 3.2 and 3.3
second issue: ./pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/sig/connectors/moa/MOASoapConnection.java: --- 255,265 ---- } Header server_header = post_method.getResponseHeader("Server"); //$NON-NLS-1$ ! if (server_header != null ) { ! ! response_properties.setProperty(BKUPostConnection…
DISCUSSIONCreated: 03/06/2013Updated Date: 03/06/2013
pdf-as PDF Sign with external MOA doesn't work in 3.2 and 3.3
in pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/helper/SignServletHelper.java: public static void finishSign (... --- 180,187 ---- ByteArrayDataSink data = new ByteArrayDataSink(); si.signParameters.setOutput(data); SignResult signResult = pdfAs.sign(si.signParameters, si.sdi); + si.output = data;…
DISCUSSIONCreated: 03/06/2013Updated Date: 03/06/2013
NullPointerException in pdfbox when request a PDFFontType
A request of PDFFontType return null and throws NullPointerException. The error happens in class org.pdfbox.util.operator.SetTextFont extends OperatorProcessor - method public void process(...). One possible solution is to update the method protected void processOperator( PDFOperator operator, List…
DISCUSSIONCreated: 02/12/2011Updated Date: 02/12/2011
Fehler beim Parsen eines PDF-Dokuments (IncrementalUpddateParser)
Beim Versuch, das beiliegende (unsignierte) PDF-Dokument zu prüfen, kommt es zu nachfolgendem Fehler. Der Fehler tritt sowohl in der Version 3.1 als auch in der Version 3.2 auf. Stacktrace: [ERROR@01.06.2011 16:02:38] at.gv.egiz.pdfas.impl.input.IncrementalUpdateParser:makeError:68 - Error while…
DISCUSSIONCreated: 03/06/2011Updated Date: 03/06/2011
Falsche Verwendung von String.getBytes()
Es wird an vielen Stellen ein String in ein Byte-Array (bzw. umgekehrt) umgewandelt, ohne ein Encoding anzugegeben. Daher wird das Plattform-Encoding genommen. Dieses muss nicht ISO-8859-1 kompatibel sein, was zu Fehlern führt. PDFBOX-AS Änderungen sind Großteils ein Backport von https://issues…
DISCUSSIONCreated: 04/04/2011Updated Date: 04/04/2011
Fehler in pdfbox
Das angehängte PDF/A, das laut Adobe Preflight keine Fehler enthält, kann nicht textuell signiert werden: java.lang.NullPointerException: null at org.pdfbox.util.PDFStreamEngine.showString(PDFStreamEngine.java:374) ~[pdfbox-0.7.2-pdfas-1.1.jar:1.1] at org.pdfbox.util.operator.ShowTextGlyph.process…
DISCUSSIONCreated: 11/03/2011Updated Date: 11/03/2011
PDF AS Signatur Positioniert Wortbildmarke Falsch
PDF-AS Version 3.1 Ist: Besteht ein PDF aus Bilddateien z.B. bei Plänen, wird die Signatur nicht richtig angebracht (Wort Bildmarke ist nicht sichtbar). Soll: Die Signatur soll sichtbar angebracht werdenHardwareOSF/1ProductOSF/1Operating SystemOSF/1ComponentOSF/1VersionOSF/1SeverityOSF…
DISCUSSIONCreated: 22/10/2010Updated Date: 22/10/2010