Aspose.Pdf convert pcl to pdf failed. Hi I get the temporary license file for Aspose.Pdf .net 24.8.0.0.
When i convet pcl to pdf, some errors are shown.
the test code is below:
License PclToPdfLic = new License();
PclToPdfLic.SetLicense(“c:\test\” + “Aspose.PDFProductFamily.lic”);
PclLoadOptions pclLoadOptions = new PclLoadOptions();
Document doc = new Document(“c:\test\4.pcl”, pclLoadOptions);
doc.Save(“c:\test\4.pdf”, Aspose.Pdf.SaveFormat.Pdf);
the errors is below:
at #=zhLz$mbghCfwKTbLbKYeNlR4=.#=zV$5tpLc=()
at #=zyoNbrBHw3qWOIp_Wi4SvNL8ePwXp.#=zeAQSNRFHlw$$BK_oSYTTGaQ=(IList1 #=zD0q2jzSjdO1T, Document #=z3ARAruJF6I0b, LoadOptions #=zE4kzzuM=, Boolean #=zTzU7LGb8Ppk9) at #=zyoNbrBHw3qWOIp_Wi4SvNL8ePwXp.#=zeAQSNRFHlw$$BK_oSYTTGaQ=(IList
1 #=zD0q2jzSjdO1T, Document #=z3ARAruJF6I0b, LoadOptions #=zE4kzzuM=)
at #=zRBmLugXjDa6V1QJC8MD7FA0XqMhX.#=zcxyJb2_Vu3Y4(Stream #=zsKhqm4iCTEYv, Document #=z3ARAruJF6I0b, PclLoadOptions #=zE4kzzuM=)
at Aspose.Pdf.Document.#=zgNi4oQY=(Stream #=zQhQg$IA=, LoadOptions #=zE4kzzuM=, Boolean #=zy61Q4bGzsalI)
at Aspose.Pdf.Document.#=zgNi4oQY=(Stream #=zQhQg$IA=, LoadOptions #=zE4kzzuM=)
at Aspose.Pdf.Document…ctor(String filename, LoadOptions options)
at TestPCL.Program.Main(String[] args) in F:\SourceCode_2023\TestPCL\Program.cs:line 19
test.zip (91.9 KB)