There was a problem reading this document (15)

I am using Aspose.Pdf 8.7.0.0. When pdfs created by code attached below, are opened in acrobat and if we try to extract pages error "There was a problem reading this document (15)" is thrown.

This happens only when we set

pdfA1a.Conformance = Aspose.Pdf.Generator.PdfConformance.PdfA1A

when we set

pdfA1a.Conformance = Aspose.Pdf.Generator.PdfConformance.PdfA1B

pdf files are working in acrobat.

My code:

pdfA1a =

New Aspose.Pdf.Generator.Pdf

Dim license As New Aspose.Pdf.License()

license.SetLicense(

"Aspose.PDF.lic")

Dim sec As Aspose.Pdf.Generator.Section = pdfA1a.Sections.Add()

Dim img As Aspose.Pdf.Generator.Image = New Aspose.Pdf.Generator.Image()

img.ImageInfo.File =

"C:\Users\Public\Pictures\Sample Pictures\Chrysanthemum.jpg"

img.ImageInfo.ImageFileType = Aspose.Pdf.Generator.ImageFileType.Jpeg

sec.Paragraphs.Add(img)

pdfA1aPagecount += 1

pdfA1a.Conformance = Aspose.Pdf.Generator.PdfConformance.PdfA1A

pdfA1a.Save(

"C:\TEMPPDFATEST\PDFA1ATEST.PDF")

pdfA1a =

New Aspose.Pdf.Generator.Pdf

Dim license As New Aspose.Pdf.License()

license.SetLicense(

"Aspose.PDF.lic")

Dim sec As Aspose.Pdf.Generator.Section = pdfA1a.Sections.Add()

Dim img As Aspose.Pdf.Generator.Image = New Aspose.Pdf.Generator.Image()

img.ImageInfo.File =

"C:\Users\Public\Pictures\Sample Pictures\Chrysanthemum.jpg"

img.ImageInfo.ImageFileType = Aspose.Pdf.Generator.ImageFileType.Jpeg

sec.Paragraphs.Add(img)

pdfA1aPagecount += 1

pdfA1a.Conformance = Aspose.Pdf.Generator.PdfConformance.PdfA1A

pdfA1a.Save(

"C:\TEMPPDFATEST\PDFA1ATEST.PDF")

Hi Hiten,


Thanks
for using our products.
<o:p></o:p>

I
have tested the scenario and I am able to notice the same problem. For the sake
of correction, I have logged this problem as PDFNEWNET-36163 in
our issue tracking system. We will further look into the details of this
problem and will keep you updated on the status of correction. Please be
patient and spare us little time. We are sorry for this inconvenience.

Any updates?

Hi Hiten,


Thanks for your inquiry. I am afraid your reported issue is still not resolved, it is pending for investigation in the queue with other priority tasks. We will be in a good position to share issue resolution ETA, as soon as it’s investigation is completed.

Thanks for your patience and cooperation.

Best Regards,

We have purchased the aspose.pdf only for PDF/A-1A solution, my next subscription is due on Feb 11, 2014. Please provide solution to my problen ASAP so that we can utilise product.

Regards

Hiten

Hi Hiten,


Thanks for your patience.

As shared earlier, the development team is busy resolving other priority issues and I am afraid they have not yet started the investigation regarding this problem. Please note that you have reported
issue under normal/free support forum and as a normal rule of practice,
issues are resolved in first come and first serve basis; but the problems
logged/reported under Enterprise or Priority support model, have high
precedence in terms of resolution, as compare to issues under normal/free
support model.

The issues you have found earlier (filed as PDFNEWNET-36163) have been fixed in Aspose.Pdf for .NET 9.1.0.

For further details, you may check this blog post.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.