Hi Team,
I’m validating and converting PDF to PDF_X_1A . Using below code for the same. Once the document is converted to PDF_X_1A, If I again select the the converted document it will fail the validation check.
I’m writing code in .Net.
if (!pdfDocument.Validate(“validation-result-A1A.xml”, PdfFormat.PDF_X_1A))
{
pdfDocument.Convert(path, Aspose.Pdf.PdfFormat.PDF_X_1A, ConvertErrorAction.Delete);
}
Below is the result I am getting in the conversion text file.
1. The trapped key should be ‘true’ or ‘false’.
2. The Title does not exists in Info dictionary
2. Please help ASAP.
Regards,
Ishan Adarsh
Hi Ishan,
Hi,
Thanks for your reply. I’m attaching the PDF File and the Output conversion XML file :
1. testing123.pdf
2. Conversion.xml
And below is the code I’m using :
if (!pdfDocument.Validate(“log.xml”, PdfFormat.PDF_X_1A))
{
pdfDocument.Convert(path, Aspose.Pdf.PdfFormat.PDF_X_1A, ConvertErrorAction.Delete);
}
Thanks & Regards,
Ishan Adarsh
Hi Ishan,
Hi Team,
I’m waiting an update on the logged issue for the case
id PDFNEWNET-40516. All my issues are been resolved by Aspose except the
PDF/X 1-A conversion and validation one. Please let me know if you
would be able to resolve this bug as its long I’m waiting for an update
from your side. I have to provide an answer to my company for this issue
resolution. As they are planning to purchase this tool for the long
run.
Regards,
Ishan Adarsh
Hi Ishan,
Hi Team,
Waiting for your reply on PDF/A validation issue. Please let me know an estimated TAT as it’s getting delayed. We were in process of purchasing the license but due to this issue we are not proceeding with the purchase.
Regards,
Ishan Adarsh
Hi Ishan,