- Home
- Forum
- ASP.NET MVC
- Split a pdf file
Split a pdf file
Thank you for using syncfusion products.
We have created a sample for splitting PDF file in WinRT platform, Please find the sample available in the link below,
Sample link:
http://www.syncfusion.com/downloads/support/directtrac/139016/ze/SplitPDF-484838269
Please let us know if you need any further assistance.
Regards,
Chinnu
Yes, we can use the same concept for splitting PDF documents in window phone 8 also, we have created a simple sample for splitting PDF document in windows phone 8 for your reference, please refer the below sample.
Sample link:
http://www.syncfusion.com/downloads/support/forum/119414/ze/WinPhoneApp-1572264448
Please let us know if you have any further assistance.
Regards,
Chinnu
As per your requirement we have created a windows phone 8.1 sample to pick a file using FilePicker to spilt the PDF document, please find the sample available in the link below.
Sample link:
http://www.syncfusion.com/downloads/support/directtrac/139704/ze/WinPhoneApp745632063
Please let us know if you need any further assistance.
Regards,
Chinnu
Thanks for your update.
It is not possible to trigger both open file picker and save file picker in a single button click event and it is a windows limitation. So we have created a sample with two buttons to open and save, Please find the sample available in the link below,
Sample link:
http://www.syncfusion.com/downloads/support/directtrac/133987/ze/WindowPhoneApp1593253692
Please let us know if you need any further assistance.
Regards,
Chinnu
Thank you for your update.
Please let us know if you need any further assistance on this.
Regards,
Yasmin
Yes, it is possible to Rotate a pages using PageSetting properties, we have created a sample for page rotation, please refer the sample and also find the below code snippet.
C#:
//Set rotation angle
doc.PageSettings.Rotate = PdfPageRotateAngle.RotateAngle180;
Sample Link:
http://www.syncfusion.com/downloads/support/forum/119414/ze/RotatePages-1560152297
Please let us know if you need any further assistance.
Regards,
Chinnu
Thanks for your update.
Yes, it is possible to rotate the PDF Document being viewed in SfPdfViewer control.
We have created a sample for illustrating rotation being performed in the PDF Document when it is viewed using SfPdfViewer control. Please find the sample in the link below.
Sample:
http://www.syncfusion.com/downloads/support/forum/119414/ze/RotationWinRT-574447116
We have created a new incident for your query regarding “PDF Viewer Control to view PDF Documents in windows phone application”.
Kindly logon to your account to know further details about the new incident in following link.
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Please let us know if you need any other assistance.
Regards,
Sathish Sivakumar
Thanks for your feedback.
We are glad to hear that the sample provided by us for rotating PDF Document when it is viewed using SfPdfViewer Control in Windows RT platform is working for you.
Please let us know if you need further assistance.
Regards,
Sathish Sivakumar.
On analyzing of your requirement for “Need to change permission for pdf document” we faced an issue and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Please let me know if you have any questions.
Thanks,
Karthik.
Hi Kranthi,
We are glad to inform you that rotation support is added in Essential PDF for WinRT platform in the upcoming release, which is expected to be rolled out within end of this week. Please let us know if you have any other queries.
Thanks,
Karthik.
Thank you for your update,
As per your error snapshot which shows “System.NotImplementedException”, while rotating the text .We used to throw this error message manually, since we have not provided support for rotation of text until the last release(13.1.0.21). Whereas now we have implemented rotation support for winRT platform in upcoming release which is expected to be rolled out within end of the week. If you do not want to rotate the text then you can remove the highlighted code used for rotation. I have attached a code snippet and a simple sample for your reference below, please have a look through it and let us know if you need any further assistance.
Code Snippet:
PdfGraphics g = lPage.Graphics;
PdfGraphicsState state = g.Save();
g.SetTransparency(0.25f);
g.RotateTransform(-40); //Rotation of text not implemented yet.
g.DrawString("Imported using Essential PDF", font, PdfPens.Red, PdfBrushes.Red, new PointF(50,g.ClientSize.Height/2));
Sample Link:
http://www.syncfusion.com/downloads/support/forum/119414/ze/StampPdf-1839118842
Thanks,
Karthik.
We are glad to announce that our Essential Studio 2015 Volume 2 Final release version 13.2.0.29 is rolled out and it’s available for download under the following link.
http://www.syncfusion.com/forums/119549/essential-studio-2015-volume-2-final-release-v13-2-0-29-available-for-download
Here in this release we provided support for text rotation in winRT platform.We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Karthik.
We deeply regret for the inconvenience caused.
If you have installed the Binaries or Samples in Documents folder directly, while uninstalling the setup, immediate root folder will be removed.
We have logged this issue and we will create the parent folder with Syncfusion Version under your root directory. Also it will be included in our upcoming 2015 Vol 2 Service Pack 1 release.
As of now, if you install the setup in Documents or any root directory, please create a subfolder under the root directory and then install the Syncfusion Essential Studio setup.
Please let us know if you need any further assistance on this.
Regards,
Manivannan S.
We deeply regret for the inconvenience caused.
If you have installed the Binaries or Samples in Documents folder directly, while uninstalling the setup, immediate root folder will be removed.
We have logged this issue and we will create the parent folder with Syncfusion Version under your root directory. Also it will be included in our upcoming 2015 Vol 2 Service Pack 1 release.
As of now, if you install the setup in Documents or any root directory, please create a subfolder under the root directory and then install the Syncfusion Essential Studio setup.
Please let us know if you need any further assistance on this.
Regards,
Manivannan S.
- 28 Replies
- 8 Participants
-
KK kranthi kumar
- Jun 17, 2015 12:03 PM UTC
- Jul 5, 2019 09:15 AM UTC