FileStructureFixes

Overview

FileStructureFixes यह जावा के लिए Aspose.PDF FOSS में एक कक्षा है।.

फ़ाइल-स्ट्राइक फिक्स PDF/A और PDF / X अनुपालन के लिए।.

इस कक्षा में जावा प्रोग्रामों में FileStructureFixes वस्तुओं के साथ काम करने के लिए 7 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: FileStructureFixes, ensureTrailerId, removeEmbeddedFiles, removeEncryption, removeExternalStreamRefs, removeOCProperties, replaceLzwWithFlate. सभी सार्वजनिक सदस्य किसी भी जावा अनुप्रयोग के लिए उपलब्ध हैं Aspose.PDF FOSS स्थापित करने के बाद जावे पैकेज।.

Methods

SignatureDescription
FileStructureFixes()एक नया FileStructureFixes उदाहरण बनाता है।.
removeEncryption(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult)ट्रेलर से {@code /Encrypt} शब्दकोश हटा दें।.
replaceLzwWithFlate(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult)प्रत्येक प्रवाह वस्तु के माध्यम से सभी LZWDecode फ़िल्टरों को FlateDecode के साथ प्रतिस्थापित करता है।.
removeExternalStreamRefs(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult)बाहरी प्रवाह संदर्भों को हटाता है ({@code /F}, {@code /FFilter} , {_cod /fDecodeParms})
सभी स्ट्रीम शब्दकोशों से।.
removeEmbeddedFiles(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult){@code /EmbeddedFiles} को कैटलॉग के शब्दकोश से हटा दें।.
removeOCProperties(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult){@code /OCProperties} को कैटलॉग से हटा दें।.
ensureTrailerId(parser: PDFParser, format: PdfFormat, errorAction: ConvertErrorAction, result: PdfAValidationResult)यह सुनिश्चित करता है कि ट्रेलर में दो 16-बिट यादृच्छिक के साथ एक {@code /ID} रैली शामिल है
हेक्स स्ट्रिंग.

See Also

 हिन्दी