|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of PDFDocumentException in at.gv.egiz.pdfas.exceptions.pdf |
| Subclasses of PDFDocumentException in at.gv.egiz.pdfas.exceptions.pdf | |
class |
CaptionNotFoundException
Exception thrown when a caption ("label") is not found in the content stream when determining the placeholders. |
| Uses of PDFDocumentException in at.gv.egiz.pdfas.framework.input |
| Methods in at.gv.egiz.pdfas.framework.input that throw PDFDocumentException | |
protected List |
ExtractionStage.parsePdfIntoBlocks(PdfDataSource pdfDataSource)
|
| Uses of PDFDocumentException in at.gv.egiz.pdfas.impl.api |
| Methods in at.gv.egiz.pdfas.impl.api that throw PDFDocumentException | |
static TablePos |
PosHelper.formTablePos(SignaturePositioning signaturePositioning)
|
| Uses of PDFDocumentException in at.gv.egiz.pdfas.impl.input |
| Methods in at.gv.egiz.pdfas.impl.input that throw PDFDocumentException | |
static List |
IncrementalUpdateParser.parsePdfIntoIUBlocks(PdfDataSource pdfDataSource)
|
| Uses of PDFDocumentException in at.gv.egiz.pdfas.impl.verificator.binary |
| Methods in at.gv.egiz.pdfas.impl.verificator.binary that throw PDFDocumentException | |
protected ParseResult |
BinaryVerificator_1_0_0.getRequiredValueOfKey(byte[] pdf,
DictionaryParseResult egiz_dict,
byte[] name)
Retrieves the value of the key from the dictionary. |
protected void |
BinaryVerificator_1_0_0.checkIndex(int name_index)
Throws an excaption, if the index is lower than 0. |
| Uses of PDFDocumentException in at.gv.egiz.pdfas.impl.vfilter |
| Methods in at.gv.egiz.pdfas.impl.vfilter that throw PDFDocumentException | |
protected SignatureHolder |
VerificationFilterImpl.extractOldSignature(String extractedText,
List newSignatures)
Extracts the old signature from the text, but only if it is older than the oldest signature of the new signatueres. |
| Uses of PDFDocumentException in at.gv.egiz.pdfas.impl.vfilter.helper |
| Methods in at.gv.egiz.pdfas.impl.vfilter.helper that throw PDFDocumentException | |
static PdfASID |
VerificationFilterBinaryHelper.extractKZFromEGIZBlock(byte[] pdf,
FooterParseResult block)
Extracts the PDF AS ID of the egiz block. |
static String |
VerificationFilterBinaryHelper.restoreKZ(byte[] pdf,
ArrayParseResult kz_apr)
Restores the Kennzeichnung String from an Array. |
| Uses of PDFDocumentException in at.gv.egiz.pdfas.utils |
| Methods in at.gv.egiz.pdfas.utils that throw PDFDocumentException | |
static void |
PDFASUtils.checkReaderPermissions(com.lowagie.text.pdf.PdfReader pdfReader)
Verifies that a document could be opened with full permissions. |
| Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz |
| Methods in at.knowcenter.wag.egov.egiz that throw PDFDocumentException | |
static boolean |
PdfAS.isPdf14(PdfDataSource pdfDataSource)
Checks the version of the given PDF to be 1.4 or lower. |
static PdfDataSource |
PdfAS.applyStrictMode(PdfDataSource pdfDataSource)
Applies strict version mode on the PDF and throws an exception, if the pdf is not 1.4. |
static DataSource |
PdfAS.applyStrictMode(DataSource dataSource)
|
static List |
PdfAS.extractSignatureHoldersTextual(String raw_text,
boolean old_style)
Extracts all signature blocks from the given raw text using textual mode. |
static List |
PdfAS.verifySignatureHolders(List signature_holders,
String connectorType,
boolean returnHashInputData,
Date verificationTime)
|
static List |
PdfAS.verifySignatureHoldersWeb(List signature_holders,
VerifySessionInformation si,
String loc_ref)
|
static SignatureResponse |
PdfAS.verify(SignatureHolder signature_holder,
String connectorType,
boolean returnHashInputData,
Date verificationTime)
Verifies a SignatureHolder using the given connector. |
static SignatureResponse |
PdfAS.verifyWeb(SignatureHolder signature_holder,
String connector,
String loc_ref)
|
static SignSignatureObject |
PdfAS.sign(SignatureData data_to_sign,
Connector connector,
TimeStamper timeStamper)
Signs the given text with the provided connector using the given signature type. |
static com.lowagie.text.pdf.PdfPTable |
PdfAS.createPdfPTableFromSignatureObject(SignatureObject signature_object)
Creates the iText PDFPTable from a given SignatureObject. |
static PositioningInstruction |
PdfAS.determineTablePositioning(TablePos pos,
String signature_type,
PdfDataSource pdfDataSource,
com.lowagie.text.pdf.PdfPTable pdf_table)
Evalutates absolute positioning and prepares the PositioningInstruction for placing the table. |
static PositioningInstruction |
PdfAS.adjustSignatureTableandCalculatePosition(PdfDataSource pdfDataSource,
com.lowagie.text.pdf.PdfPTable pdf_table,
TablePos pos)
Sets the width of the table according to the layout of the document and calculates the y position where the PDFPTable should be placed. |
static com.lowagie.text.pdf.PdfReader |
PdfAS.readInPdfDocument(PdfDataSource pdfDataSource)
Creates an iText Reader that parses the document. |
static TablePos |
PdfAS.parsePositionFromPosString(String pos_string)
Parses the TablePos object from a given String with the appropriate format. |
| Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.exceptions |
| Subclasses of PDFDocumentException in at.knowcenter.wag.egov.egiz.exceptions | |
class |
PlaceholderException
|
| Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.framework |
| Methods in at.knowcenter.wag.egov.egiz.framework that throw PDFDocumentException | |
List |
VerificationFilter.extractSignaturesFromPlainText(String raw_text)
Deprecated. Extracts the List of SignatureHolders from the given plain text document. |
protected PdfASID |
VerificationFilter.extractKZFromEGIZBlock(byte[] pdf,
FooterParseResult block)
Deprecated. Extracts the PDF AS ID of the egiz block. |
static String |
VerificationFilter.restoreKZ(byte[] pdf,
ArrayParseResult kz_apr)
Deprecated. Restores the Kennzeichnung String from an Array. |
| Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.framework.verificators |
| Methods in at.knowcenter.wag.egov.egiz.framework.verificators that throw PDFDocumentException | |
protected ParseResult |
BinaryVerificator_1_0_0.getRequiredValueOfKey(byte[] pdf,
DictionaryParseResult egiz_dict,
byte[] name)
Deprecated. Retrieves the value of the key from the dictionary. |
protected void |
BinaryVerificator_1_0_0.checkIndex(int name_index)
Deprecated. Throws an excaption, if the index is lower than 0. |
| Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.pdf |
| Methods in at.knowcenter.wag.egov.egiz.pdf that throw PDFDocumentException | |
static String |
TextualSignature.extractTextTextual(PdfDataSource pdfDataSource,
String encoding)
Extracts the document text from a given pdf. |
static byte[] |
TextualSignature.normalizePDF(PdfDataSource pdfDataSource)
Normalizes a given binary PDF to a version PDFbox can handle correctly. |
static void |
Placeholder.replacePlaceholderWithTolerance(byte[] pdf,
List sis,
byte[] replace_bytes,
int tolerance)
Replaces the placeholder with the given String breaking lines with a given tolerance. |
static float |
PDFUtilities.calculatePageLength(PdfDataSource pdfDataSource,
int page,
float footer_line,
int pagerotation)
|
static float |
PDFUtilities.calculateLastPageLength(byte[] pdf,
float footer_line)
Deprecated. |
Object |
PDFSignatureObjectIText.getSignatureObject()
Converts the current abstract signature object in a pdf signature object implementation |
Object |
PDFSignatureObjectIText.getSignatureObject(SignatureObject sigObject)
Converts a abstract signature object in a pdf signature object implementation |
Object |
PDFSignatureObject.getSignatureObject()
Converts the current abstract signature object in a pdf signature object implementation |
Object |
PDFSignatureObject.getSignatureObject(SignatureObject signatorObject)
Converts a abstract signature object in a pdf signature object implementation |
PDFSignatureObject |
PDFSignatureCreation.getPDFSignatureObject()
Creates a new pdf signature object using the configured pdf library. |
static byte[] |
BinarySignature.buildDigest(byte[] data,
int length)
Builds a digest of the given data. |
protected static int |
BinarySignature.getLineBreakTolerance(IncrementalUpdateInformation iui)
|
static void |
BinarySignature.markByteRanges(IncrementalUpdateInformation iui)
Updates the information in the egiz dictionary to reflect the real offsets of the byte ranges. |
static void |
BinarySignature.replaceCertificate(IncrementalUpdateInformation iui)
Replaces the certificate placeholder with the certificate from the signed Signature Object. |
static void |
BinarySignature.replaceTimestamp(IncrementalUpdateInformation iui)
Replaces the timestam placeholder with the timestamp from the signed Signature Object. |
static void |
BinarySignature.replacePlaceholders(IncrementalUpdateInformation iui)
Replaces the placeholders with values from the signed SignatureObject. |
static List |
BinarySignature.reconstructReplaces(byte[] pdf,
byte[][] brevs,
StringInfo[] sis,
byte[][] encodings)
Reconstructs the replaces from the PDF and forms suitable value strings. |
| Constructors in at.knowcenter.wag.egov.egiz.pdf that throw PDFDocumentException | |
TablePos(String pos_string)
Constructor. |
|
PDFSignatureObjectIText()
The empty constructor. |
|
PDFSignatureCreation(SignatureObject sigObject)
Load the configuration settings. |
|
| Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.web.servlets |
| Methods in at.knowcenter.wag.egov.egiz.web.servlets that throw PDFDocumentException | |
protected VerifyServlet.UploadedData |
VerifyServlet.retrieveUploadedDataFromRequest(HttpServletRequest request)
|
protected DataSource |
VerifyServlet.convertUploadToDataSource(org.apache.commons.fileupload.FileItem upload_fi)
|
protected SignServlet.UploadedData |
SignServlet.retrieveUploadedDataFromRequest(HttpServletRequest request)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||