PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index PDFsharp - moved to http://forum.pdfsharp.net/
Please visit the new PDFsharp forum at http://forum.pdfsharp.net/
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Move a page.

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/
View previous topic :: View next topic  
Author Message
teishu



Joined: 11 Nov 2008
Posts: 4

PostPosted: Tue Nov 11, 2008 11:00 am    Post subject: Move a page. Reply with quote

Hi,

Is there a way to move a page that has been read from another pdf, by x number of points/mm's. what i need is to be able to shift the whole image by a certain amount. It doesn't matter that part of the page is lost as it goes over the edge.

Any help would be great. thanks
Back to top
View user's profile Send private message
teishu



Joined: 11 Nov 2008
Posts: 4

PostPosted: Tue Nov 11, 2008 11:29 am    Post subject: Reply with quote

i'm currently using the following but it has not effect..

Code:

//Open input document
                PdfDocument InputPDFDoc = PdfReader.Open(file, PdfDocumentOpenMode.Import);

                //iterate through pages
                int count = InputPDFDoc.PageCount;
                for (int i = 0; i < count; i++)
                {
                    //Get page from input
                    PdfPage CurrentPage = new PdfPage();
                    CurrentPage = InputPDFDoc.Pages[i];
                   
                    //...and add it to the output
                    OutputPDFDoc.AddPage(CurrentPage);

                    XGraphics gfx = XGraphics.FromPdfPage(OutputPDFDoc.Pages[OutputPDFDoc.Pages.Count -1]);
                    gfx.Transform.TranslateAppend(100, 0);
                }
Back to top
View user's profile Send private message
Thomas Hoevel



Joined: 16 Oct 2006
Posts: 387
Location: Cologne, Germany

PostPosted: Tue Nov 11, 2008 12:30 pm    Post subject: Reply with quote

Hi!

You can load a page from a PDF file and draw it as an XImage onto a new page.
The TwoPagesOnOne sample should contain all the function calls you need.

Transformation may be more efficient, but that's not my area of expertise.
_________________
Regards
Thomas Hoevel
PDFsharp Team
Back to top
View user's profile Send private message Visit poster's website
teishu



Joined: 11 Nov 2008
Posts: 4

PostPosted: Thu Nov 13, 2008 10:51 am    Post subject: Reply with quote

Hmm.. still can't figure this out. could someone show me how to us the translate/transform methods?

thanks
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/ All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group. Hosted by phpBB.BizHat.com


Start Your Own YouTube Clone

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!
For Support, visit Forums.BizHat.com