Search results
14 wrz 2009 · We now have to create a pdf file. I was planning on using pdfsharp/migradoc to do it, but then we'd have to create document and time its readiness with sql server data state and mail state. It'd be nice if the db could handle everything.
7 maj 2013 · if (!TemplatePDF.IsNull) { //modify existing PDF document reader = new PdfReader(TemplatePDF.Stream); stamper = new PdfStamper(reader, PDFStream); canvas = stamper.GetOverContent(1); } else ...
2 cze 2021 · Using the new SQL scalar function GENERATE_PDF to create PDF in the IFS from spool files
11 kwi 2012 · declare x pls_integer; begin as_pdf3.init; as_pdf3.write( 'But others fonts and encodings are possible using TrueType fontfiles.' ); x := as_pdf3.load_ttf_font( 'MY_FONTS', 'refsan.ttf', 'CID', p_compress => false ); as_pdf3.set_font( x, 12 ); as_pdf3.write( 'The Windows MSReference SansSerif font contains a lot of encodings, for instance ...
28 lip 2017 · This means that, unless you copy code somewhere or use dedicated version control tool, you only have most recent version of each procedure or function and there is no way to check changes. Best practice is to keep track of changes manually. Let's start with adding Change History section in our header and add a line each time we make a change.
8 sty 2003 · This article explains how to create a a stored procedure that will in turn create a simple column based report in PDF without using any external tools or libraries (and their associated licensing...
30 cze 2018 · You can design a report that reads the data from SQL Server, or from a stored procedure if you prefer. You can then set up a subscription on the report to run at specified intervals, and output the data as a pdf to a pre-defined folder.