Search results
15 mar 2018 · I am using an access report (written by someone else) that has 3 sub reports. All will export to PDF, except the following sub report which renders in access on screen, then gives me a blank PDF when I export.
7 maj 2013 · How to render PDF documents using SQL CLR. Also a good introduction on creating SQL CLR functions.
25 wrz 2024 · The PDF rendering extension renders paginated reports to files that can be opened in Adobe Acrobat and other non-Microsoft PDF viewers that support PDF 1.3. Although PDF 1.3 is compatible with Adobe Acrobat 4.0 and later versions, Reporting Services supports Adobe Acrobat 11.0 or later.
12 wrz 2022 · Learn how to build conditional logic when writing SQL code using IF, BEGIN, END, ELSE, and ELSEIF logic.
11 kwi 2012 · I do upload the query result that contains Russian text in pdf using your package as_pdf3. begin as_pdf3.init; as_pdf3.query2table( ‘select * from HWI_ZAV’, p_headers => as_pdf3.tp_headers( ‘LOC_NAME’, ‘PODR_NAME’)); as_pdf3.save_pdf; end; PDF file is created successfully, but Russian characters in it are displayed as “?????.”
8 lip 2024 · Learn how to create document templates in a database table and use SQL to replace specific keywords in the templates for content customization.
PdfGen.sql. PdfGen extends and enhances (replaces) the as_pdf3.cursor2table functionality with respect to column headers and widths, plus the ability to capture a column "page break" value for the page_procs callbacks, and go to a new page when the break-column value changes.