While converting Word Document To PDF Document using Aspose.words in SUSE Linux Environment, Facing Error like Below
Expected a value between 0 and 0.
Parameter name: index
java.lang.IllegalArgumentException: Expected…...Document doc = new Document("path/to/your/document.docx"); // Save...Save the document as PDF doc.save("output.pdf"); Check for Specific...