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

More
9 years 3 months ago #11531 by kumar88
combine was created by kumar88
how to combine 2 or more pdf files in to single file ?
More
9 years 3 months ago #11543 by nermeen
Replied by nermeen on topic combine
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
More
9 years 3 months ago #11551 by kumar88
Replied by kumar88 on topic combine
Thanks for the link you provided, is there a way to export or save the resultant PDF doc to stream ??

Thanks.
More
9 years 3 months ago #11553 by nermeen
Replied by nermeen on topic combine
No, A modification that manipulates the PDF (add page, remove page, move page...) has deep impact on its structure and internal references; to reflect these changes the document must be saved, closed and then reopened..
So it cannot be exported to a stream.
More
9 years 3 months ago #11554 by kumar88
Replied by kumar88 on topic combine
Thanks for the information, for instance say i shall select 3 files using file picker & combine them & i want to save the combined file as storage file , how can i do this ?? could you please tell me.

Thanks.
More
9 years 3 months ago #11556 by nermeen
Replied by nermeen on topic combine
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..
Code:
public PDF_ERROR Create(IRandomAccessStream stream);
You can also take a look into BrowsFileButton_Click in MainPage.xaml.cs
Time to create page: 0.498 seconds
Powered by Kunena Forum