|
Rank: Newbie Groups: Member
Joined: 12/2/2011 Posts: 4
|
Hi.. When merging 2 or more pages. It's it possible to crop or resize the area. If I merge 2 URLs.. and the URLS/pages only take up a 1/2 of a page. The PDF renders a full page. How can I eliminate the white space? thanks again
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You would need to call HtmlToPdf.Options.Follow for that. See "Merge Web Pages" sample in the sample project for the source code.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/2/2011 Posts: 4
|
How do grab the entire page? What options do I use? thanks again
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please make sure you go over the sample project and documentation first. We won't be your shortcut for skipping those.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/2/2011 Posts: 4
|
Where do you have an example of this? I saw the follow method and StartPageIndex.... I want to remove the white space between pages? So If a page is 4 x 4 and can put 2 on an 8.5 x 11 I have to keep a page count and set the startpage to the previous page?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not sure if I understand your questions correctly. This feature should be extremely straight forward. If it does not work for you, please post a small piece of code that demonstrates what you are trying to do and how it is not working for you. We can then go from there.
Thanks!
|
|