No announcements
Found 2236418 threads
-
0 Votes
Index Page level Information
Could you please provide query to get clustered/non clustered index page level information(Root,Intermediate,Leaf).Answered | 2 Replies | 836 Views | Created by SK Varma - Thursday, May 9, 2019 7:55 PM | Last reply by Will_Kong - Friday, May 10, 2019 2:33 AM -
0 Votes
c#--Convert HTML Page Source (string) to pdf
Hi, you can try iTextSharp to create a pdfStream from the htmlString, here is a sample: Attachment attachment; using (var pdfStream = new ...Answered | 4 Replies | 8607 Views | Created by Suraj Shaha - Monday, January 28, 2013 12:00 PM | Last reply by Nuka LY - Friday, November 15, 2013 12:40 PM -
0 Votes
c#--Convert HTML Page Source (string) to pdf
Hi, you can also try this: Attachment attachment; var htmlLoadOptions = LoadOptions.HtmlDefault; using (var htmlStream = new ...Answered | 3 Replies | 4104 Views | Created by Suraj Shaha - Monday, January 28, 2013 12:00 PM | Last reply by Eisenhauer D - Friday, October 4, 2013 7:32 AM -
0 Votes
Exporting Detailview with paging to PDF C#
I have a detailsview with paging enabled and am trying to export to PDF, but it doesn't export all the pages, it only exports the page currently been viewed.Answered | 2 Replies | 798 Views | Created by ajibolao - Wednesday, April 15, 2015 6:28 PM | Last reply by Kristin Xie - Thursday, April 16, 2015 9:16 AM -
0 Votes
Duplicate PDF pages
It is the Open Source library that easily creates PDF documents from any .NET language.Answered | 2 Replies | 3810 Views | Created by Igor_abc - Sunday, April 1, 2012 5:42 AM | Last reply by Igor_abc - Sunday, April 1, 2012 6:42 AM -
0 Votes
PDF page level information in C#
which gives me details like DPI,Bits per pixel, format at page level, i have observed these properties among differend PDF files for ...Answered | 4 Replies | 125 Views | Created by Anonymous - Wednesday, December 22, 2010 3:28 AM | Last reply by Anonymous - Tuesday, December 28, 2010 4:44 AM -
2 Votes
Aspx page to a pdf
You could load the page in a browser and save it to an image.Answered | 5 Replies | 1967 Views | Created by Srinivasan Sundaram - Friday, August 24, 2012 12:42 AM | Last reply by JohnWein - Friday, August 24, 2012 9:16 PM -
0 Votes
HTML to PDF from c# Windows
If you don't want to read dozen of manuals and learn how to code, check out SDK I developed (pdfonline.com/html-to-pdf-c%23/).Answered | 11 Replies | 15598 Views | Created by shahidferoz - Friday, June 19, 2009 5:07 PM | Last reply by AliSeif - Wednesday, October 25, 2017 5:32 PM -
1 Votes
[U8.1]C# : how open pdf file at a specific page
Even if you already know the user's default pdf program you still have to figure out how to jump to specific page.Answered | 6 Replies | 2600 Views | Created by Romain1987 - Thursday, July 16, 2015 11:49 AM | Last reply by Sheng Jiang 蒋晟 - Monday, July 20, 2015 2:34 AM -
0 Votes
Printing a Page to PDF takes hours
But the page where I display some Calendar information takes a significant amount of time.Answered | 5 Replies | 3487 Views | Created by CMS_Guy - Monday, October 22, 2012 8:38 PM | Last reply by CmsGuy - Wednesday, October 31, 2012 7:30 PM -
1 Votes
Read a pdf file in c#
I think this c# PDF libary can help you.Compared with itextsharp, it is a commercial one, any how, it can retrieve large data from PDF.Answered | 4 Replies | 5214 Views | Created by vinayrajaram - Thursday, November 8, 2012 5:27 AM | Last reply by Linda00 - Friday, November 9, 2012 4:12 AM -
0 Votes
How to generate pdf in C#.net
Hi, you can also try this sample code: protected void btnGeneratePdf_Click(object sender, EventArgs e) { var html = Session["page"].ToString(); ...Answered | 3 Replies | 1821 Views | Created by Rahul Kr - Wednesday, September 18, 2013 11:00 AM | Last reply by Coulp - Monday, November 25, 2013 9:18 AM -
0 Votes
PDF page in WPF
Hi, You can achieve this with already existed Image control, Open PDF and convert each page to bitmap assign it as Imagesource to Image control on the fly.Answered | 14 Replies | 8771 Views | Created by Igor_abc - Monday, February 27, 2012 2:11 PM | Last reply by janidbest - Wednesday, August 14, 2013 12:30 AM -
0 Votes
save as pdf page setup
Project doesn't support the Page Setup Scaling options when Saving to a PDF.Answered | 4 Replies | 15980 Views | Created by CGMENG - Tuesday, September 21, 2010 10:57 PM | Last reply by Ben Howard [MVP] - Wednesday, September 22, 2010 6:41 PM -
4 Votes
RTF to PDF convertion using C#
The Table of Content page is not converted properly.Answered | 13 Replies | 42079 Views | Created by Philly - Sunday, November 5, 2006 9:30 AM | Last reply by Darrenck - Tuesday, August 26, 2014 7:46 AM -
0 Votes
Alternate Empty PDF pages
When previewing the report, use the Printer icon in preview toolbar beside export button to print to PDF Writer.Answered | 4 Replies | 5029 Views | Created by Raj_MSBI - Wednesday, October 6, 2010 12:54 PM | Last reply by SarjanWebDev - Friday, December 17, 2010 12:13 AM -
0 Votes
Setting Page number and dividing PDF into multiple PDF in SSRS
Your feedback is valuable for us to improve our products and increase the level of service provided.Answered | 2 Replies | 1589 Views | Created by Dimple Mittal - Monday, March 11, 2013 2:09 PM | Last reply by Charlie Liao - Wednesday, March 13, 2013 6:26 AM -
0 Votes
How to Convert Pdf Pages to Images
Hi Rajesh :) You can do this converting by using "PDF Focus .Net" Library supports differrent directions of converting: PDF ...Answered | 3 Replies | 3646 Views | Created by Rajesh Reddy 51 - Monday, June 8, 2009 7:26 AM | Last reply by MagnetPeterson - Friday, January 13, 2012 11:29 AM -
2 Votes
PDF to Word document using c#
Hi Vignesh, Using Microsoft Open XML SDK you can create a word document(2013 format) out of the read information.Answered | 5 Replies | 1010 Views | Created by Vignesh JJ - Wednesday, May 24, 2017 6:13 PM | Last reply by Maruthachalam - Monday, June 5, 2017 2:42 AM -
0 Votes
create PDF in C#.net
To generate PDF document using C#.net, you'll need to use a 3rd party library.Answered | 3 Replies | 9869 Views | Created by Dip110 - Friday, April 15, 2011 10:17 AM | Last reply by Kim_Black - Thursday, April 12, 2018 8:45 AM - Items 1 to 20 of 2236418 Next ›
No announcements