Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Windows 8.1, 10, WindowsPhone, Windows UWP

TOPIC:

combine 7 years 4 months ago #11531

  • kumar88
  • kumar88's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 18
  • Thank you received: 0
how to combine 2 or more pdf files in to single file ?

Please Log in or Create an account to join the conversation.

combine 7 years 4 months ago #11543

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
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

Please Log in or Create an account to join the conversation.

combine 7 years 4 months ago #11551

  • kumar88
  • kumar88's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 18
  • Thank you received: 0
Thanks for the link you provided, is there a way to export or save the resultant PDF doc to stream ??

Thanks.

Please Log in or Create an account to join the conversation.

combine 7 years 4 months ago #11553

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
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.

Please Log in or Create an account to join the conversation.

combine 7 years 4 months ago #11554

  • kumar88
  • kumar88's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 18
  • Thank you received: 0
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.

Please Log in or Create an account to join the conversation.

combine 7 years 4 months ago #11556

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
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..
public PDF_ERROR Create(IRandomAccessStream stream);
You can also take a look into BrowsFileButton_Click in MainPage.xaml.cs

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum