Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Tue Aug 29, 2017 12:41 pm

I have a problem with a PDF, I have to put an image in the bottom right corner.
the user sets X and Y coordinates, and I put the image.
what the difference between Size and ActualSize, I tried to set the margins to 0 but nothing happen, I have always a wrong placed image for some PDFs.

info@dwa.ch
 
Posts: 3
Joined: Tue Apr 25, 2017 7:46 am

Wed Aug 30, 2017 2:53 am

Hello,

Thanks for your inquiry.
Page.Size: it is the size of the page.
Page.ActualSize: it is the size of the content.
You could also check the two values in Foxit Editor. For your issue, could you please provide us with the input files( PDF document and image file) and the code you were using ? Then we will investigate it and provide corresponding code for you.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.PDF