Join
Sign in
ComponentOne Community
Search Options
Search Everything
Search WinForms
Home
WinForms
WPF
ASP.NET
Silverlight
SharePoint
Help Authoring
ActiveX
Windows Mobile
General
Visual Studio Extensions
Legacy
Marketing Blogs
Dev Tools
Evangelists
C1Announcements
More ...
Home
»
WinForms
»
Reports for WinForms
»
All Tags
»
PDF
Browse by Tags
WinForms
ComponentOne's WinForms controls
Get this RSS feed
Home
Blog
Forums
Files
Wikis
Tags
C1Report
C1PrintDocument
C1PrintPreview C1PrintDocument
C1Pdf
border
twips
subreport
report
pixels
measurestring
images
C1WebReport
C1ReportDesigner
c1report Rendering
Related Posts
Forum Post:
How to measure string to set width in Twips
MWPPUser
I am trying to create a table of Contents with a C1Report object. I am having an issue getting the correct width of a text value when rendered to the report. I am using two field stacked on top of each other. The bottom layer is a string of dots with a page number at the end. I set it's z-order to...
on
6-22-2010
Forum Post:
Potential Defect: RenderTable cell borders dont render when no render object is set
MitchellKrenz
I have attached an example solution but long story short I have a RenderTable with 3 columns and only one row. I set the borders so that they should all be visible and then set the first cell to have a RenderText onject in it and the last cell to have a RenderEmpty object in it. the result is that the...
on
4-30-2010
Forum Post:
Possible Defect with Printing Transparent Images in PDFs
MitchellKrenz
I am using C1.C1Report.2.dll Version 2.6.20101.54005 The following is the code i am using: (the refered to defect.png is attached) Using printDoc As New C1PrintDocument() Dim ra As New RenderArea Dim image As New RenderImage(My.Resources.defect) image.Style.BackColor = Color.Coral ra.Children.Add(image...
on
4-30-2010
Forum Post:
C1PrintDocument To PDF
JXBURNS
C1Report 2.6.20093.53207 applies using VS2008 VB.NET Have generated a C1PrintDocument that prints perfectly (in landscape). Now want to export that document to a PDF file without the use of a (at least visible) C1Preview Control as the end user should not be aware what is going on as it will be automatically...
on
12-6-2009
Forum Post:
Re: Localized fonts in PDF export
vladbos
Tested it with all reports, works beautifully, thank you for your quick response. Regards, Vladimir
on
10-9-2009
Forum Post:
Re: Localized fonts in PDF export
vladbos
Thank you for your quick reply. However, the file you sent is unusable. Only the Arial, Times New Roman and Arial Rounded MT Bold fonts are correctly displayed, the rest are not recognized. As they are not recognised they are displayed in default font (Calibri or something similar from the looks of it...
on
10-6-2009
Forum Post:
Re: Localized fonts in PDF export
vladbos
I am using WinXP 32 bit. After further testing on my own, I found out there is a problem with exporting fonts to pdf. Export works fine for Excel or HTML. Unfortunately I cannot just change the font I am using as it is prescribed by our honorable marketing team. I already posted the request for font...
on
10-5-2009
Forum Post:
Localized fonts in PDF export
vladbos
I have a C1PrintDocument with Croatian characters and I need to export it to PDF. While using the C1.C1Preview.Export.PdfExporter I get garbage letters when exporting for standard Eastern-European letters like ČčĆ抚ĐđŽž. Printing works fine. Using the alternate method - printing to PDFCreator I got...
on
10-1-2009
Forum Post:
Problem with "output range"-printing when using PageNumberingChange
manuela
Hello, we have a problem with printing (and export to PDF as well), when PageNumberingChange is used and a certain output range is selected. As example: my app creates a preview including two chapters. The first chapter represents some start pages of our reports (cover sheet, table of content). The second...
on
9-14-2009
Forum Post:
Open a Popup From a PDF Report
sszathmary
We are using C1.Win.C1Report.2.dll version 2.5.20073.258 to create a PDF report. We are using the LinkTarget property of a field object to designate a field as a hyperlink. The PDF is opened in a browser instance, in this example, it is IE7 or IE8. When the LinkTarget is set to a URL e.g. 'http:...
on
7-14-2009
Forum Post:
Error Viewing Report with SubReport
mwrcpaugh
I get the following error after adding a subreport to my report. The report runs fine when previewed in the Designer, but will not show in web page. Also, the report runs fine without the subreport... C1WebReport Version: 2.0.20082.50031 Document generation has been started already. Description: An unhandled...
on
4-29-2009
Forum Post:
PDF forms
C1_Dima
Hi, In the latest build: http://download3.componentone.com/pub/Net/c1printpreview/misc/C1Preview.2_2.0.20082.50022.zip we have added a new feature that allows to export C1Preview's RenderInput* objects to PDF form fields. This allows to use C1Preview to create PDF forms. At the moment, we only support...
on
5-1-2008
Forum Post:
How to set PDF´s extended properties ?
sven141
Hi, is there a way to set the "CreatedBy" field of a pdf-document ? if i use renderToFile or renderToFilter it always shows "ComponentOne C1Report"... Thanks, Sven
on
3-20-2008
Forum Post:
View PDF in C1PrintPreview
DaleBartlett
This has been mentioned a couple of times, with a direction to: "a posting that was done in the Reports.NET newsgroup, basically using reports.net and c1preview to view pdf files". This example is far from clear and not what I think most would be needing. Can you please provide some sample...
on
3-18-2008
Forum Post:
Re: How to have multiple documents in a report
C1_GregL
The easiest way is to use C1Report with either C1Preview(C1PrintDocument) or C1Pdf. With C1PrintDocument you can combine multiple reports into 1 document and then view this document in any C1Preview control. Through C1PrintDocument or C1PrintPreviewControl you can export this combined document to PDF...
on
1-8-2008
Forum Post:
Re: Combining 2 reports into 1 PDF
C1_GregL
Two reports into one PDF is not possible through C1Report (without first combining the reports through a subreport). But you can use C1PDF to generate a pdf from multiple objects including the pages from multiple C1Reports. It's very easy to take each page from the Report.PageImages and draw them...
on
1-7-2008
Forum Post:
Re: Export.PDFExporter
C1_GregL
Here's code that will export a range of pages from a print preview document. Just modify the exp.document property. Dim exp As New C1.C1Preview.Export.PdfExporter exp.Range = New C1.C1Preview.OutputRange(3, 8) exp.Document = C1PrintPreviewControl1.PreviewPane.Document exp.Export( "C:\exportedPDF...
on
8-28-2007
Page 1 of 1 (17 items)