- Posts: 18
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Windows 8.1, 10, WindowsPhone, Windows UWP
combine
9 years 3 months ago #11543
by nermeen
You can find example on how to merge 2 PDFs in the following KB article:
www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=67
www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=67
9 years 3 months ago #11556
by nermeen
This is a custom development, that you should handle using Windows SDK APIs..(selecting from file picker and create new storage file)
Regarding our SDK, you can use the example mentioned above along with the below method to save into storage file..
You can also take a look into BrowsFileButton_Click in MainPage.xaml.cs
Regarding our SDK, you can use the example mentioned above along with the below method to save into storage file..
Code:
public PDF_ERROR Create(IRandomAccessStream stream);
Time to create page: 0.498 seconds