Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Cannot save a PDF

$
0
0
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

Viewing all articles
Browse latest Browse all 3131

Trending Articles