python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Converting date string to DateTime (Aspose PDF Library)
I'm using the Aspose library within PowerShell and having some issues with the CreationDate values that Aspose is giving me back.
$pdf = New-Object Aspose.Pdf.Facades.PdfFileInfo($pdffile)
$pdf.Creati...

Graham Reynolds
Votes: 0
Answers: 1
Field validation in editable pdf while filling data
I have editable pdf with fields name, roll number , DOB and city, I want to validate the fields like, for example when I enter the value in roll number field, if name is empty then it should alert &qu...
mail2vguna
Votes: 0
Answers: 0
How to query the Base Paragraph element position? in order to add Link Annotation without saving the file
I'm creating a simple PDF file with some text and an hyperlink attached to the that text:
Document pdfDocument = new Document();
Page pdfPage = pdfDocument.Pages.Add();
TextFragment textFragment = new...

Shahar Shokrani
Votes: 0
Answers: 1
Creating a new Document with a FileStream with Aspose.Pdf
I'm trying to create a new Aspose.Pdf.Document using a FileStream to a new File, but it always throws an "Incorrect File Header" Exception. I need to work with the FileStream so that I can i...
Failwyn
Votes: 0
Answers: 1



