Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 2,545 for

license issue

(0.2 sec)
  1. GetPageInfo(0) never ends - Free Support Forum ...

    Hi, the attached docx file can't be parsed.GetPageInfo(0) call never ends. Interesting is that is works if no License is set. I suppose this is because in this case not the whole file is parsed. The c# code is simple …...Interesting is that is works if no license is set. I suppose this is because...managed to reproduce the same issue at my side. For the sake of...

    forum.aspose.com/t/getpageinfo-0-never-ends/44052
  2. Wrong bookmarks order when converting docx to p...

    Hi Aspose Team, When converting specific DOCX file to PDF we experience and incorrect order in the generated bookmarks. We have compared the result to Word. Please see this screenshot: We’re using latest version of…...License license; license = new Aspose.Words.License(); license...new ticket(s) in our internal issue tracking system and will deliver...

    forum.aspose.com/t/wrong-bookmarks-order-when-c...
  3. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...below code, please resolve this issue: public List TransformOneNoteFile(byte[]...MemoryStream(); var license = new License(); license.SetLicense(“Aspose...

    forum.aspose.com/t/key-not-found-exception/293338
  4. Wrong PageCount on docx file with Aspose.Words ...

    Dear support team, I am running a simple unit test with an input docx document. Each time, this document contains 5 pages. But when I load it with Aspose.Words and then iterate on pages based on PageCount, there is an…...but each time there was an issue. Could you explain me if I’m...<summary> /// Content of the license file for initialisation purposes...

    forum.aspose.com/t/wrong-pagecount-on-docx-file...
  5. NullReferenceException in PdfFileEditor.Concate...

    Hello, I am encountering a NullReferenceException when trying to concatenate PDF files using the PdfFileEditor.Concatenate() method in Aspose.PDF 25.1.0 . The Issue occurs specifically when the PDFs being processed cont…... The issue occurs specifically when the...Pdf.License license = new Aspose.Pdf.License(); license.SetLicense("Aspose...

    forum.aspose.com/t/nullreferenceexception-in-pd...
  6. ArrayIndexOutOfBoundsException after SmartObjec...

    Bug Report: ArrayIndexOutOfBoundsException After SmartObjectLayer.replaceContents() Summary After calling SmartObjectLayer.replaceContents() and SmartObjectLayer.updateModifiedContent(), any subsequent save operation on …...0) License : Valid commercial license Problem Description...// Load license License license = new License(); license.setLi...

    forum.aspose.com/t/arrayindexoutofboundsexcepti...
  7. "Aspose.TotalforPythonvia.NET.lic" not working ...

    Getting error Proxy error(InvalidOperationException): The License is not valid for this product #!/usr/bin/env python3 """ HTML to PDF Converter Using Official Documentation Pattern Based on official Aspose.HTML Python …...error(InvalidOperationExce): The license is not valid for this product..._setup_license_official_pattern() def _setup_license_official_pattern(self):...

    forum.aspose.com/t/aspose-totalforpythonvia-net...
  8. System.InvalidCastException Occurs When Loading...

    Hi, Recently, a large number of clients have reported that their slides files cannot be processed. The error message is as follows. Please provide some assistance. Thank you. I got System.InvalidCastException:Unable to…...some time to investigate the issue. I will get back to you as soon...also experiencing the same issue, but my application is Windows...

    forum.aspose.com/t/system-invalidcastexception-...
  9. Convert PDF to DOCX in Java | Aspose.PDF | java...

    I use aspose-pdf 21.4 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-pdf</artifactId> <version>21.4</version> </dependency> And I want to convert pdf f…...License; import java.io.FileInputStream;...Java.lic"); License license = new License(); license.setLicense(fis);...

    forum.aspose.com/t/convert-pdf-to-docx-in-java-...
  10. Recognition of EAN barcodes while barcode read ...

    Hi there! I want to only recognize UPC barcodes, but ReadBarCodes() also returns EAN barcodes. To demonstrate this, I’ve included the following simple test app for .NET Framework (using Aspose.Barcode 22.9.0). Use it i…... Please buy license to use Aspose Barcode Reader...without restrictions. Please buy license to use Aspose Barcode Reader...

    forum.aspose.com/t/recognition-of-ean-barcodes-...