Pdf Retrieves Remote URL's Once

Hi - We are trying to create a new page in a PDF Doc and adding and image from a source.

Using: Latest Version of Aspose.Pdf 18.3.0.0

using(Document doc = new Document("Somepdf.pdf"){

doc.Pages.Add();
var totalPages = doc.Pages.Count;

Image im - new Image();
im.File = "http://someserver/some.gif"

doc.Pages[totalPages].Paragraphs.Add(im)

doc.save("imagedPDF.pdf")
}

The problem is that when imagedPDF.pdf is opened the image gets pulled from the url source But re-opening the document never hit the source (image is already there).

Is there a way for is to Insert the image so it is pulled every time from the Source (when the document is opened)

@BKS,

In order to achieve this requirement, we have logged an investigation under the ticket ID PDFNET-44477 in our issue tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates.

Can we get the solution to this issue please?? If not, Please mention ETA for same.

@Shashank10,

The linked ticket ID PDFNET-44477 is pending for the analysis and not resolved yet. We will investigate as per the development schedules and notify you once it is fixed.

Can you please share the fix if it’s resolved?

@Shashank10,

The linked ticket ID PDFNET-44477 is not resolved yet. It could take time because there are other high priority tickets in the queue. Besides this, we recommend our clients to post their critical issues (or ticket IDs) in the paid support forum. Please refer to this helping link: Aspose support options