Hi Aspose.PDF Team,
I have a PDF with one page. It can be opened by Acrobat Reader. However, I cannot use Aspose.PDF to edit that file. Please help me fixing this issue. Thanks.
FYI, this is the code I use to save that PDF:
using (Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(pdfFilePath))
{
pdfDocument.Save(pdfFilePath);
}
Also, the error I saw is:
' ', hexadecimal value 0x1F, is an invalid character